git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-08-09 17:43:24 to 2020-08-12 08:08:29 UTC [more...]

[PATCH 0/3] Change "--diff-merges" to require parameter
 2020-08-12  8:08 UTC  (5+ messages)
` [PATCH 2/3] doc/git-log: describe --diff-merges=off

[PATCH 0/2] Fix handling of matching nonbare repo vs. matching something under nonbare repo
 2020-08-12  7:12 UTC  (3+ messages)
` [PATCH 1/2] t3000: fix some test description typos
` [PATCH 2/2] dir: avoid prematurely marking nonbare repositories as matches

[GSoC] Blog about weeks 9, 10
 2020-08-12  6:46 UTC 

git reflog --date
 2020-08-12  0:28 UTC 

Avoiding 'master' nomenclature
 2020-08-12  0:30 UTC  (12+ messages)

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

[RFC PATCH] Modify fetch-pack to no longer die on error?
 2020-08-11 22:52 UTC  (9+ messages)
` [PATCH v2 0/7] Lazy fetch with subprocess
  ` [PATCH v2 1/7] negotiator/null: add null fetch negotiator
  ` [PATCH v2 2/7] fetch: allow refspecs specified through stdin
  ` [PATCH v2 3/7] fetch: avoid reading submodule config until needed
  ` [PATCH v2 4/7] fetch: only populate existing_refs if needed
  ` [PATCH v2 5/7] fetch-pack: do not lazy-fetch during ref iteration
  ` [PATCH v2 6/7] promisor-remote: lazy-fetch objects in subprocess
  ` [PATCH v2 7/7] fetch-pack: remove no_dependents code

What's cooking in git.git (Aug 2020, #02; Mon, 10)
 2020-08-11 22:12 UTC  (17+ messages)

[PATCH] multi-pack-index: repack batches below --batch-size
 2020-08-11 21:06 UTC  (3+ messages)

[PATCH 0/11] renaming argv_array
 2020-08-11 21:03 UTC  (6+ messages)

[PATCH] test_cmp: diagnose incorrect arguments
 2020-08-11 21:03 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] upload-pack: remove superfluous sigchain_pop() call
 2020-08-11 21:01 UTC  (3+ messages)

[PATCH] rebase -i: Fix possibly wrong onto hash in todo
 2020-08-11 19:05 UTC  (10+ messages)

[PATCH 0/6] [GSoC] Implement Corrected Commit Date
 2020-08-11 18:58 UTC  (14+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 05/10] commit-graph: implement generation data chunk
  ` [PATCH v2 07/10] commit-graph: implement corrected commit date
  ` [PATCH v2 08/10] commit-graph: handle mixed generation commit chains

[RFC PATCH 0/2] extend --abbrev support to diff-patch format
 2020-08-11 18:54 UTC  (14+ messages)
` [PATCH v2 0/2] diff: index-line: respect --abbrev in object's name
  ` [PATCH v2 1/2] revision: differentiate if --no-abbrev asked explicitly
  ` [PATCH v2 2/2] diff: index-line: respect --abbrev in object's name

[PATCH v2 0/3] Remove special casing for PSEUDOREF updates
 2020-08-11 18:38 UTC  (14+ messages)
` [PATCH v3 "

[PATCH] midx: use buffered I/O to talk to pack-objects
 2020-08-11 17:14 UTC  (4+ messages)

[PATCH] progress: don't dereference before checking for NULL
 2020-08-11 15:41 UTC  (5+ messages)

[PATCH] init: disallow --separate-git-dir with bare repository
 2020-08-11  9:02 UTC  (4+ messages)

[PATCH] gitweb: Map names/emails with mailmap
 2020-08-11  6:33 UTC  (11+ messages)
` [PATCH v2] gitweb: map "

Does git-apply --recount search a extra line?
 2020-08-11  6:16 UTC 

[PATCH v4 0/3] apply: handle i-t-a entries in index
 2020-08-11  3:29 UTC  (15+ messages)
` [PATCH 1/1] diff-lib: use worktree mode in diffs from i-t-a entries
  ` [PATCH] t4069: test diff behavior with i-t-a paths
    ` [PATCH] diff-lib: use worktree mode in diffs from i-t-a entries
    ` [RESEND PATCH v2] "

[PATCH v2 00/11] Start preparing merge-related tests to work with multiple merge backends
 2020-08-10 22:29 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/11] Collect merge-related tests to t64xx
  ` [PATCH v3 02/11] t6418: tighten delete/normalize conflict testcase
  ` [PATCH v3 03/11] t6422: fix bad check against missing file
  ` [PATCH v3 04/11] t6416, t6422: fix incorrect untracked file count
  ` [PATCH v3 05/11] t6423: fix test setup for a couple tests
  ` [PATCH v3 06/11] t6422: fix multiple errors with the mod6 test expectations
  ` [PATCH v3 07/11] t6416, t6423: clarify some comments and fix some typos
  ` [PATCH v3 08/11] t6423: add an explanation about why one of the tests does not pass
  ` [PATCH v3 09/11] t6422, t6426: be more flexible for add/add conflicts involving renames
  ` [PATCH v3 10/11] t642[23]: be more flexible for add/add conflicts involving pair renames
  ` [PATCH v3 11/11] t6425: be more flexible with rename/delete conflict messages

[RFC PATCH 00/21] [RFC] Parallel checkout
 2020-08-10 21:33 UTC  (22+ messages)
` [RFC PATCH 01/21] convert: make convert_attrs() and convert structs public
` [RFC PATCH 02/21] convert: add [async_]convert_to_working_tree_ca() variants
` [RFC PATCH 03/21] convert: add get_stream_filter_ca() variant
` [RFC PATCH 04/21] convert: add conv_attrs classification
` [RFC PATCH 05/21] entry: extract a header file for entry.c functions
` [RFC PATCH 06/21] entry: make fstat_output() and read_blob_entry() public
` [RFC PATCH 07/21] entry: extract cache_entry update from write_entry()
` [RFC PATCH 08/21] entry: move conv_attrs lookup up to checkout_entry()
` [RFC PATCH 09/21] entry: add checkout_entry_ca() which takes preloaded conv_attrs
` [RFC PATCH 10/21] unpack-trees: add basic support for parallel checkout
` [RFC PATCH 11/21] parallel-checkout: make it truly parallel
` [RFC PATCH 12/21] parallel-checkout: add configuration options
` [RFC PATCH 13/21] parallel-checkout: support progress displaying
` [RFC PATCH 14/21] make_transient_cache_entry(): optionally alloc from mem_pool
` [RFC PATCH 15/21] builtin/checkout.c: complete parallel checkout support
` [RFC PATCH 16/21] checkout-index: add "
` [RFC PATCH 17/21] parallel-checkout: avoid stat() calls in workers
` [RFC PATCH 18/21] entry: use is_dir_sep() when checking leading dirs
` [RFC PATCH 19/21] symlinks: make has_dirs_only_path() track FL_NOENT
` [RFC PATCH 20/21] parallel-checkout: create leading dirs in workers
` [RFC PATCH 21/21] parallel-checkout: skip checking the working tree on clone

git bug
 2020-08-10 17:20 UTC  (5+ messages)

[PATCH] ci: fix inconsistent indentation
 2020-08-10 16:29 UTC  (2+ messages)

[PATCH v5 2/3] apply: make i-t-a entries never match worktree
 2020-08-10 16:18 UTC  (3+ messages)
` [PATCH] git-apply.txt: correct description of --cached

Possible issue with rebase's --rebase-merges option
 2020-08-10 14:46 UTC  (6+ messages)

[PATCH] gitworkflows.txt: fix broken subsection underline
 2020-08-10 14:18 UTC  (2+ messages)

[PATCH v2 0/2] Make oid_to_hex() thread-safe
 2020-08-10 14:15 UTC  (5+ messages)
` [PATCH v2 2/2] hex: make hash_to_hex_algop() and friends thread-safe

[PATCH 4/4] submodule: port submodule subcommand 'summary' from shell to C
 2020-08-10 13:24 UTC  (2+ messages)

[BUG] git-cherry false-positive on upstream new-line change at end-of-file
 2020-08-10 11:01 UTC  (2+ messages)

[PATCH 0/4] Fit the building tools to Plan 9 environment
 2020-08-10 10:53 UTC  (10+ messages)
` [PATCH 1/4] Use $(SHELL_PATH) instead of sh in Makefile
` [PATCH 3/4] Fit to Plan 9's ANSI/POSIX compatibility layer

[PATCH] Update .mailmap
 2020-08-09 22:38 UTC  (3+ messages)
` [PATCH RESEND] "

[PATCH v5 2/3] apply: make i-t-a entries never match worktree
 2020-08-09 17:58 UTC  (2+ 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).