git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-08-04 12:33:02 to 2020-08-05 23:07:17 UTC [more...]

[PATCH] apply: do not fetch when checking object existence
 2020-08-05 23:06 UTC  (5+ messages)
` [PATCH v2 0/4] No-lazy-fetch has_object() and some fixes
  ` [PATCH v2 1/4] sha1-file: introduce no-lazy-fetch has_object()
  ` [PATCH v2 3/4] pack-objects: no fetch when allow-{any,promisor}
  ` [PATCH v2 4/4] fsck: do not lazy fetch known non-promisor object

[PATCH 0/3] Change "--diff-merges" to require parameter
 2020-08-05 22:44 UTC  (6+ messages)
` [PATCH 1/3] revision: change "--diff-merges" option "
` [PATCH 2/3] doc/git-log: describe --diff-merges=off
` [PATCH 3/3] t/t4013: add test for --diff-merges=off

[PATCH] sequencer: avoid garbled merge machinery messages due to commit labels
 2020-08-05 22:26 UTC  (3+ messages)

[GSoC][RESEND][PATCH 0/4] t7401: modernize, cleanup and warn
 2020-08-05 22:26 UTC  (15+ messages)
` [PATCH 1/4] t7401: modernize style
` [PATCH 2/4] t7401: change test_i18ncmp syntax for clarity
` [PATCH 3/4] t7401: ensure uniformity in the '--for-status' test
` [PATCH 4/4] t7401: add a WARNING and a NEEDSWORK

[PATCH 00/10] more miscellaneous Bloom filter improvements
 2020-08-05 22:25 UTC  (34+ messages)
` [PATCH 01/10] commit-graph: introduce 'get_bloom_filter_settings()'
` [PATCH 06/10] commit-graph.c: sort index into commits list
` [PATCH 07/10] commit-graph: add large-filters bitmap chunk
` [PATCH 08/10] bloom: split 'get_bloom_filter()' in two
` [PATCH 10/10] builtin/commit-graph.c: introduce '--max-new-filters=<n>'
` [PATCH v2 00/14] more miscellaneous Bloom filter improvements
  ` [PATCH v2 01/14] commit-graph: introduce 'get_bloom_filter_settings()'
  ` [PATCH v2 02/14] t4216: use an '&&'-chain
  ` [PATCH v2 03/14] commit-graph: pass a 'struct repository *' in more places
  ` [PATCH v2 04/14] t/helper/test-read-graph.c: prepare repo settings
  ` [PATCH v2 05/14] commit-graph: respect 'commitGraph.readChangedPaths'
  ` [PATCH v2 06/14] commit-graph.c: store maximum changed paths
  ` [PATCH v2 07/14] bloom: split 'get_bloom_filter()' in two
  ` [PATCH v2 08/14] bloom: use provided 'struct bloom_filter_settings'
  ` [PATCH v2 09/14] bloom/diff: properly short-circuit on max_changes
  ` [PATCH v2 10/14] commit-graph.c: sort index into commits list
  ` [PATCH v2 11/14] csum-file.h: introduce 'hashwrite_be64()'
  ` [PATCH v2 12/14] commit-graph: add large-filters bitmap chunk
  ` [PATCH v2 13/14] commit-graph: rename 'split_commit_graph_opts'
  ` [PATCH v2 14/14] builtin/commit-graph.c: introduce '--max-new-filters=<n>'

[PATCH 0/3] mergetool-lib: Don't use deprecated variable to detect GNOME
 2020-08-05 22:14 UTC  (8+ messages)
` [PATCH 1/3] mergetool-lib: use $XDG_CURRENT_DESKTOP to check GNOME
` [PATCH 2/3] mergetool-lib: keep a list of cross desktop merge tools
` [PATCH 3/3] mergetool-lib: give kdiff3 prioirty in KDE environments

avoiding fetching specific refs from a remote
 2020-08-05 22:12 UTC  (7+ messages)

[RFC PATCH] Modify fetch-pack to no longer die on error?
 2020-08-05 22:11 UTC  (13+ messages)
` [RFC PATCH 0/7] Lazy fetch with subprocess
  ` [RFC PATCH 1/7] fetch-pack: allow NULL negotiator->add_tip
  ` [RFC PATCH 2/7] fetch-pack: allow NULL negotiator->known_common
  ` [RFC PATCH 3/7] negotiator/null: add null fetch negotiator
  ` [RFC PATCH 4/7] fetch: --stdin
  ` [RFC PATCH 5/7] fetch: submodule config
  ` [RFC PATCH 6/7] fetch: only populate existing_refs if needed
  ` [RFC PATCH 7/7] promisor-remote: use subprocess to fetch

[PATCH 0/5] [GSoC] Improvements to ref-filter
 2020-08-05 22:04 UTC  (12+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 1/9] ref-filter: support different email formats
  ` [PATCH v2 2/9] ref-filter: refactor `grab_objectname()`
  ` [PATCH v2 3/9] ref-filter: modify error messages in `grab_objectname()`
  ` [PATCH v2 4/9] ref-filter: rename `objectname` related functions and fields
  ` [PATCH v2 5/9] ref-filter: add `short` modifier to 'tree' atom
  ` [PATCH v2 6/9] ref-filter: add `short` modifier to 'parent' atom
  ` [PATCH v2 7/9] pretty: refactor `format_sanitized_subject()`
  ` [PATCH v2 8/9] format-support: move `format_sanitized_subject()` from pretty
  ` [PATCH v2 9/9] ref-filter: add `sanitize` option for 'subject' atom

SAVE THE DATES - Git Inclusion Summit
 2020-08-05 21:24 UTC 

[PATCH 0/3] making --first-parent imply -m
 2020-08-05 20:27 UTC  (37+ messages)
` [PATCH v2 0/7] making log "
                      ` [PATCH] revision: fix die() message for "--unpacked="

Why is AuthorDate displayed on git-blame?
 2020-08-05 16:08 UTC  (4+ messages)

racy test failure in tb/upload-pack-filters
 2020-08-05 16:28 UTC  (9+ messages)

[PATCH] Collect merge-related tests to t64xx
 2020-08-05 16:29 UTC 

[PATCH v2 0/3] Remove special casing for PSEUDOREF updates
 2020-08-05 15:54 UTC  (10+ messages)
` [PATCH v3 "

[PATCH] Update .mailmap
 2020-08-05 16:12 UTC  (8+ messages)
    ` [PATCH RESEND] "

[PATCH 00/21] Maintenance builtin, allowing 'gc --auto' customization
 2020-08-05 15:02 UTC  (23+ messages)
` [PATCH v2 00/18] "
  ` [PATCH v2 01/18] maintenance: create basic maintenance runner
  ` [PATCH v2 11/18] maintenance: auto-size incremental-repack batch

[PATCH 00/14] SHA-256 CVS and SVN patches
 2020-08-05 17:29 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 14/14] git-cvsexportcommit: port to SHA-256

[PATCH 0/3] some compiler/asan/ubsan fixes
 2020-08-05 15:19 UTC  (10+ messages)
` [PATCH 1/3] config: work around gcc-10 -Wstringop-overflow warning
` [PATCH 2/3] revision: avoid out-of-bounds read/write on empty pathspec
` [PATCH 3/3] revision: avoid leak when preparing bloom filter for "/"

[GSoC] Shourya's Blog
 2020-08-05 17:46 UTC 

[PATCH v3 00/16] Changed Paths Bloom Filters
 2020-08-05 17:08 UTC  (8+ messages)
` [PATCH v4 00/15] "
  ` [PATCH v4 05/15] diff: halt tree-diff early after max_changes

ls-files bug report
 2020-08-05 15:15 UTC 

[PATCH v1] TasksStorage: Remove delete() only used by tests
 2020-08-05  7:16 UTC 

[PATCH v3 0/4] Introduce --first-parent flag for git bisect
 2020-08-05  6:18 UTC  (12+ messages)
` [PATCH v4 0/5] "
  ` [PATCH v4 1/5] t6030: modernize "git bisect run" tests
  ` [PATCH v4 2/5] rev-list: allow bisect and first-parent flags
  ` [PATCH v4 3/5] cmd_bisect__helper: defer parsing no-checkout flag
  ` [PATCH v4 4/5] bisect: introduce first-parent flag
  ` [PATCH v4 5/5] bisect: combine args passed to find_bisection()

[PATCH] apply: Allow "new file" patches on i-t-a entries
 2020-08-05  0:32 UTC  (7+ messages)
  ` [PATCH v2] apply: allow "
    ` [PATCH v3] "

[PATCH 0/3] [RFC] List all guides in git(1)
 2020-08-05  1:19 UTC  (9+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v3 0/4] "
    ` [PATCH v3 1/4] command-list.txt: add missing 'gitcredentials' and 'gitremote-helpers'
    ` [PATCH v3 2/4] help: drop usage of 'common' and 'useful' for guides
    ` [PATCH v3 3/4] Documentation: don't hardcode command categories twice
    ` [PATCH v3 4/4] git.txt: add list of guides

What's cooking in git.git (Aug 2020, #01; Mon, 3)
 2020-08-04 19:20 UTC  (4+ messages)

git blame --ignore-rev to accept tree objects
 2020-08-04 15:19 UTC  (2+ messages)

[PATCH 00/12] Integrating line-log and changed-path Bloom filters
 2020-08-04 14:51 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 06/12] bloom: use num_changes not nr for limit detection

[PATCH] Revert "contrib: subtree: adjust test to change in fmt-merge-msg"
 2020-08-04 13:12 UTC  (4+ messages)


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).