Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
What's cooking in git.git (Sep 2024, #05; Fri, 13),
Junio C Hamano
[ANNOUNCE] Git v2.46.1,
Junio C Hamano
[PATCH] ci(linux32): make Javascript Actions work in x86 mode,
Johannes Schindelin via GitGitGadget
[PATCH] t5512.40 sometimes dies by SIGPIPE,
Junio C Hamano
Commit signing with SSH key uses SSH_AUTH_SOCK but ignores IdentityAgent,
Justin Su
curl 8.10.0 regression breaks uploads with HTTP/2 and http.postbuffer,
Patrick Steinhardt
What's cooking in git.git (Sep 2024, #04; Thu, 12), Junio C Hamano
[PATCH 0/2] Simplify "commented" API functions,
Junio C Hamano
[PATCH] unicode: update the width tables to Unicode 16,
Beat Bolli
Can't use bare repositories with Git.pm,
Rodrigo
[no subject], Unknown
[no subject], russki1990161
[no subject], Unknown
[PATCH 0/4] remote: branch setting fixes,
Phillip Wood via GitGitGadget
[PATCH 0/2] add missing LIBCURL prereq to a few tests,
Martin Ågren
[RFC PATCH v2 0/2] set remote/HEAD with fetch,
Bence Ferdinandy
- [RFC PATCH v2 1/2] fetch: set-head with --set-head option, Bence Ferdinandy
- Re: [RFC PATCH v2 1/2] fetch: set-head with --set-head option, Junio C Hamano
- Re: [RFC PATCH v2 1/2] fetch: set-head with --set-head option, Bence Ferdinandy
- Re: [RFC PATCH v2 1/2] fetch: set-head with --set-head option, Junio C Hamano
- [PATCH v3 0/2] fetch: set remote/HEAD if missing, Bence Ferdinandy
- [PATCH v3 2/2] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- [PATCH v3 1/2] update_symref: add REF_CREATE_ONLY option, Bence Ferdinandy
- Re: [PATCH v3 1/2] update_symref: add REF_CREATE_ONLY option, Junio C Hamano
- Re: [PATCH v3 1/2] update_symref: add REF_CREATE_ONLY option, Phillip Wood
- Re: [PATCH v3 1/2] update_symref: add REF_CREATE_ONLY option, Bence Ferdinandy
- Re: [PATCH v3 1/2] update_symref: add REF_CREATE_ONLY option, Junio C Hamano
- Re: [PATCH v3 1/2] update_symref: add REF_CREATE_ONLY option, Bence Ferdinandy
- Re: [PATCH v3 1/2] update_symref: add REF_CREATE_ONLY option, Patrick Steinhardt
- Re: [PATCH v3 1/2] update_symref: add REF_CREATE_ONLY option, Bence Ferdinandy
- [PATCH v4 0/5] improve handling of remote/HEAD, Bence Ferdinandy
- [PATCH v4 1/5] refs_update_symref: atomically record overwritten ref, Bence Ferdinandy
- [PATCH v4 2/5] set-head: better output for --auto, Bence Ferdinandy
- [PATCH v4 5/5] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- [PATCH v4 3/5] transaction: add TRANSACTION_CREATE_EXISTS error, Bence Ferdinandy
- [PATCH v4 4/5] refs_update_symref: add create_only option, Bence Ferdinandy
- Re: [PATCH v4 0/5] improve handling of remote/HEAD, Junio C Hamano
- Re: [PATCH v4 0/5] improve handling of remote/HEAD, Bence Ferdinandy
- [PATCH v5 1/6] refs_update_symref: atomically record overwritten ref, Bence Ferdinandy
- [PATCH v5 5/6] refs_update_symref: add create_only option, Bence Ferdinandy
- [PATCH v5 6/6] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- Re: [PATCH v5 6/6] fetch: set remote/HEAD if it does not exist, Junio C Hamano
- [PATCH v6 1/6] refs_update_symref: atomically record overwritten ref, Bence Ferdinandy
- [PATCH v6 2/6] set-head: add new variable for readability, Bence Ferdinandy
- [PATCH v6 3/6] set-head: better output for --auto, Bence Ferdinandy
- [PATCH v6 4/6] transaction: add TRANSACTION_CREATE_EXISTS error, Bence Ferdinandy
- [PATCH v6 5/6] refs_update_symref: add create_only option, Bence Ferdinandy
- [PATCH v6 6/6] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- [PATCH v7 1/6] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- [PATCH v7 2/6] remote set-head: add new variable for readability, Bence Ferdinandy
- [PATCH v7 4/6] refs: add TRANSACTION_CREATE_EXISTS error, Bence Ferdinandy
- [PATCH v7 3/6] remote set-head: better output for --auto, Bence Ferdinandy
- [PATCH v7 5/6] refs: add create_only option to refs_update_symref, Bence Ferdinandy
- [PATCH v7 6/6] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- Re: [PATCH v7 1/6] refs: atomically record overwritten ref in update_symref, Phillip Wood
- [PATCH v8 0/6] set-head/fetch remote/HEAD updates, small change from v7, Bence Ferdinandy
- [PATCH v8 1/6] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- [PATCH v8 2/6] remote set-head: add new variable for readability, Bence Ferdinandy
- [PATCH v8 4/6] refs: add TRANSACTION_CREATE_EXISTS error, Bence Ferdinandy
- [PATCH v8 5/6] refs: add create_only option to refs_update_symref, Bence Ferdinandy
- [PATCH v8 6/6] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- [PATCH v8 3/6] remote set-head: better output for --auto, Bence Ferdinandy
- Re: [PATCH v8 0/6] set-head/fetch remote/HEAD updates, small change from v7, Taylor Blau
- Re: [PATCH v8 0/6] set-head/fetch remote/HEAD updates, small change from v7, Bence Ferdinandy
- [PATCH v9 0/7] set-head/fetch remote/HEAD updates, Bence Ferdinandy
- [PATCH v9 1/7] t/t5505-remote: set default branch to main, Bence Ferdinandy
- [PATCH v9 2/7] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- [PATCH v9 3/7] remote set-head: refactor for readability, Bence Ferdinandy
- [PATCH v9 5/7] refs: add TRANSACTION_CREATE_EXISTS error, Bence Ferdinandy
- [PATCH v9 4/7] remote set-head: better output for --auto, Bence Ferdinandy
- [PATCH v9 6/7] refs: add create_only option to refs_update_symref_extended, Bence Ferdinandy
- [PATCH v9 7/7] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- Re: [PATCH v9 0/7] set-head/fetch remote/HEAD updates, Bence Ferdinandy
- [PATCH v11 0/8] set-head/fetch remote/HEAD updates, Bence Ferdinandy
- [PATCH v11 1/8] t/t5505-remote: set default branch to main, Bence Ferdinandy
- [PATCH v11 2/8] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- [PATCH v11 4/8] remote set-head: better output for --auto, Bence Ferdinandy
- [PATCH v11 5/8] refs: add TRANSACTION_CREATE_EXISTS error, Bence Ferdinandy
- [PATCH v11 6/8] refs: add create_only option to refs_update_symref_extended, Bence Ferdinandy
- [PATCH v11 7/8] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- [PATCH v11 8/8] fetch set_head: handle mirrored bare repositories, Bence Ferdinandy
- [PATCH v11 3/8] remote set-head: refactor for readability, Bence Ferdinandy
- [PATCH v12 0/8] set-head/fetch remote/HEAD updates, Bence Ferdinandy
- [PATCH v12 1/8] t/t5505-remote: set default branch to main, Bence Ferdinandy
- Re: [PATCH v12 1/8] t/t5505-remote: set default branch to main, Junio C Hamano
- Re: [PATCH v12 1/8] t/t5505-remote: set default branch to main, Bence Ferdinandy
- [PATCH v12 2/8] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- Re: [PATCH v12 2/8] refs: atomically record overwritten ref in update_symref, Junio C Hamano
- Re: [PATCH v12 2/8] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- Re: [PATCH v12 2/8] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- Re: [PATCH v12 2/8] refs: atomically record overwritten ref in update_symref, Junio C Hamano
- Re: [PATCH v12 2/8] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- Re: [PATCH v12 2/8] refs: atomically record overwritten ref in update_symref, Junio C Hamano
- Re: [PATCH v12 2/8] refs: atomically record overwritten ref in update_symref, Patrick Steinhardt
- Re: [PATCH v12 2/8] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- Re: [PATCH v12 2/8] refs: atomically record overwritten ref in update_symref, Patrick Steinhardt
- Re: [PATCH v12 2/8] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- [PATCH v12 3/8] remote set-head: refactor for readability, Bence Ferdinandy
- Re: [PATCH v12 3/8] remote set-head: refactor for readability, Junio C Hamano
- [PATCH v12 4/8] remote set-head: better output for --auto, Bence Ferdinandy
- Re: [PATCH v12 4/8] remote set-head: better output for --auto, Junio C Hamano
- Re: [PATCH v12 4/8] remote set-head: better output for --auto, Bence Ferdinandy
- Re: [PATCH v12 4/8] remote set-head: better output for --auto, Bence Ferdinandy
- Re: [PATCH v12 4/8] remote set-head: better output for --auto, Junio C Hamano
- Re: [PATCH v12 4/8] remote set-head: better output for --auto, Junio C Hamano
- Re: [PATCH v12 4/8] remote set-head: better output for --auto, Bence Ferdinandy
- [PATCH v12 5/8] refs: add TRANSACTION_CREATE_EXISTS error, Bence Ferdinandy
- [PATCH v12 6/8] refs: add create_only option to refs_update_symref_extended, Bence Ferdinandy
- [PATCH v12 8/8] fetch set_head: handle mirrored bare repositories, Bence Ferdinandy
- [PATCH v12 7/8] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- Re: [PATCH v12 7/8] fetch: set remote/HEAD if it does not exist, Kristoffer Haugsbakk
- Re: [PATCH v12 7/8] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- Re: [PATCH v12 0/8] set-head/fetch remote/HEAD updates, Bence Ferdinandy
- [PATCH v13 0/9] set-head/fetch remote/HEAD updates, Bence Ferdinandy
- [PATCH v13 1/9] t/t5505-remote: set default branch to main, Bence Ferdinandy
- Re: [PATCH v13 1/9] t/t5505-remote: set default branch to main, Junio C Hamano
- [PATCH v13 5/9] remote set-head: better output for --auto, Bence Ferdinandy
- Re: [PATCH v13 5/9] remote set-head: better output for --auto, Junio C Hamano
- Re: [PATCH v13 5/9] remote set-head: better output for --auto, Bence Ferdinandy
- Re: [PATCH v13 5/9] remote set-head: better output for --auto, Junio C Hamano
- Re: [PATCH v13 5/9] remote set-head: better output for --auto, Bence Ferdinandy
- Re: [PATCH v13 5/9] remote set-head: better output for --auto, Bence Ferdinandy
- Re: [PATCH v13 5/9] remote set-head: better output for --auto, Junio C Hamano
- [PATCH v13 4/9] remote set-head: refactor for readability, Bence Ferdinandy
- [PATCH v13 6/9] refs: add TRANSACTION_CREATE_EXISTS error, Bence Ferdinandy
- [PATCH v13 3/9] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- [PATCH v13 9/9] fetch set_head: handle mirrored bare repositories, Bence Ferdinandy
- [PATCH v13 8/9] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- Re: [PATCH v13 8/9] fetch: set remote/HEAD if it does not exist, Junio C Hamano
- Re: [PATCH v13 8/9] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- Re: [PATCH v13 8/9] fetch: set remote/HEAD if it does not exist, Junio C Hamano
- Re: [PATCH v13 8/9] fetch: set remote/HEAD if it does not exist, Junio C Hamano
- Re: [PATCH v13 8/9] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- [PATCH v13 2/9] refs: standardize output of refs_read_symbolic_ref, Bence Ferdinandy
- Re: [PATCH v13 2/9] refs: standardize output of refs_read_symbolic_ref, Junio C Hamano
- Re: [PATCH v13 2/9] refs: standardize output of refs_read_symbolic_ref, Patrick Steinhardt
- Re: [PATCH v13 2/9] refs: standardize output of refs_read_symbolic_ref, Junio C Hamano
- Re: [PATCH v13 2/9] refs: standardize output of refs_read_symbolic_ref, Patrick Steinhardt
- Re: [PATCH v13 2/9] refs: standardize output of refs_read_symbolic_ref, Bence Ferdinandy
- Re: [PATCH v13 2/9] refs: standardize output of refs_read_symbolic_ref, Junio C Hamano
- Re: [PATCH v13 2/9] refs: standardize output of refs_read_symbolic_ref, Bence Ferdinandy
- Re: [PATCH v13 2/9] refs: standardize output of refs_read_symbolic_ref, Patrick Steinhardt
- Re: [PATCH v13 2/9] refs: standardize output of refs_read_symbolic_ref, Bence Ferdinandy
- [PATCH v13 7/9] refs: add create_only option to refs_update_symref_extended, Bence Ferdinandy
- Re: [PATCH v13 7/9] refs: add create_only option to refs_update_symref_extended, Junio C Hamano
- [PATCH v14 00/10] set-head/fetch remote/HEAD updates, Bence Ferdinandy
- [PATCH v14 01/10] t/t5505-remote: set default branch to main, Bence Ferdinandy
- [PATCH v14 03/10] refs: standardize output of refs_read_symbolic_ref, Bence Ferdinandy
- Re: [PATCH v14 03/10] refs: standardize output of refs_read_symbolic_ref, karthik nayak
- Re: [PATCH v14 03/10] refs: standardize output of refs_read_symbolic_ref, Bence Ferdinandy
- Re: [PATCH v14 03/10] refs: standardize output of refs_read_symbolic_ref, Bence Ferdinandy
- Re: [PATCH v14 03/10] refs: standardize output of refs_read_symbolic_ref, karthik nayak
- Re: [PATCH v14 03/10] refs: standardize output of refs_read_symbolic_ref, Bence Ferdinandy
- Re: [PATCH v14 03/10] refs: standardize output of refs_read_symbolic_ref, Junio C Hamano
- Re: [PATCH v14 03/10] refs: standardize output of refs_read_symbolic_ref, Bence Ferdinandy
- Re: [PATCH v14 03/10] refs: standardize output of refs_read_symbolic_ref, karthik nayak
- Re: [PATCH v14 03/10] refs: standardize output of refs_read_symbolic_ref, Junio C Hamano
- Re: [PATCH v14 03/10] refs: standardize output of refs_read_symbolic_ref, Bence Ferdinandy
- Re: [PATCH v14 03/10] refs: standardize output of refs_read_symbolic_ref, Junio C Hamano
- Re: [PATCH v14 03/10] refs: standardize output of refs_read_symbolic_ref, Bence Ferdinandy
- Re: [PATCH v14 03/10] refs: standardize output of refs_read_symbolic_ref, Bence Ferdinandy
- [PATCH v14 02/10] t/t5505-remote: test failure of set-head, Bence Ferdinandy
- Re: [PATCH v14 02/10] t/t5505-remote: test failure of set-head, Junio C Hamano
- [PATCH v14 04/10] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- [PATCH v14 05/10] remote set-head: refactor for readability, Bence Ferdinandy
- [PATCH v14 07/10] refs: add TRANSACTION_CREATE_EXISTS error, Bence Ferdinandy
- [PATCH v14 08/10] refs: add create_only option to refs_update_symref_extended, Bence Ferdinandy
- [PATCH v14 06/10] remote set-head: better output for --auto, Bence Ferdinandy
- [PATCH v14 10/10] fetch set_head: handle mirrored bare repositories, Bence Ferdinandy
- [PATCH v14 09/10] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- [PATCH v15 00/10] set-head/fetch remote/HEAD updates, Bence Ferdinandy
- [PATCH v15 01/10] t/t5505-remote: set default branch to main, Bence Ferdinandy
- [PATCH v15 03/10] refs: standardize output of refs_read_symbolic_ref, Bence Ferdinandy
- [PATCH v15 02/10] t/t5505-remote: test failure of set-head, Bence Ferdinandy
- [PATCH v15 04/10] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- [PATCH v15 05/10] remote set-head: refactor for readability, Bence Ferdinandy
- [PATCH v15 07/10] refs: add TRANSACTION_CREATE_EXISTS error, Bence Ferdinandy
- [PATCH v15 06/10] remote set-head: better output for --auto, Bence Ferdinandy
- [PATCH v15 08/10] refs: add create_only option to refs_update_symref_extended, Bence Ferdinandy
- [PATCH v15 10/10] fetch set_head: handle mirrored bare repositories, Bence Ferdinandy
- [PATCH v15 09/10] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- Re: [PATCH v15 09/10] fetch: set remote/HEAD if it does not exist, Josh Steadmon
- Re: [PATCH v15 09/10] fetch: set remote/HEAD if it does not exist, Josh Steadmon
- Re: [PATCH v15 09/10] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- Re: [PATCH v15 09/10] fetch: set remote/HEAD if it does not exist, Josh Steadmon
- [PATCH] Fix `git fetch --tags` in repo with no configured remote, Josh Steadmon
- Re: [PATCH] Fix `git fetch --tags` in repo with no configured remote, Junio C Hamano
- Re: [PATCH] Fix `git fetch --tags` in repo with no configured remote, Junio C Hamano
- Re: [PATCH] Fix `git fetch --tags` in repo with no configured remote, Junio C Hamano
- Re* [PATCH] Fix `git fetch --tags` in repo with no configured remote, Junio C Hamano
- Re* [PATCH] Fix `git fetch --tags` in repo with no configured remote, Junio C Hamano
- Re: Re* [PATCH] Fix `git fetch --tags` in repo with no configured remote, Bence Ferdinandy
- Re: Re* [PATCH] Fix `git fetch --tags` in repo with no configured remote, Junio C Hamano
- Re: [PATCH v15 09/10] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- [PATCH v1] fetch: add configuration for set_head behaviour, Bence Ferdinandy
- Re: [PATCH v1] fetch: add configuration for set_head behaviour, Junio C Hamano
- Re: [PATCH v1] fetch: add configuration for set_head behaviour, Bence Ferdinandy
- Re: [PATCH v1] fetch: add configuration for set_head behaviour, Junio C Hamano
- Re: [PATCH v1] fetch: add configuration for set_head behaviour, Bence Ferdinandy
- Re: [PATCH v1] fetch: add configuration for set_head behaviour, Junio C Hamano
- [RFC PATCH v1 0/2] set_head finishing touches, Bence Ferdinandy
- [RFC PATCH v1 1/2] fetch set_head: add warn-if-not-$branch option, Bence Ferdinandy
- Re: [RFC PATCH v1 1/2] fetch set_head: add warn-if-not-$branch option, Junio C Hamano
- Re: [RFC PATCH v1 1/2] fetch set_head: add warn-if-not-$branch option, Bence Ferdinandy
- [RFC PATCH v1 2/2] remote set-head: set followRemoteHEAD to "warn" if "always", Bence Ferdinandy
- Re: [RFC PATCH v1 2/2] remote set-head: set followRemoteHEAD to "warn" if "always", Junio C Hamano
- [PATCH v2 1/3] fetch set_head: move warn advice into advise_if_enabled, Bence Ferdinandy
- [PATCH v2 2/3] fetch set_head: add warn-if-not-$branch option, Bence Ferdinandy
- [PATCH v2 3/3] remote set-head: set followRemoteHEAD to "warn" if "always", Bence Ferdinandy
- Re: [PATCH v2 3/3] remote set-head: set followRemoteHEAD to "warn" if "always", Kristoffer Haugsbakk
- Re: [PATCH v2 3/3] remote set-head: set followRemoteHEAD to "warn" if "always", Junio C Hamano
- Re: [PATCH v2 3/3] remote set-head: set followRemoteHEAD to "warn" if "always", Kristoffer Haugsbakk
- Re: [PATCH v2 3/3] remote set-head: set followRemoteHEAD to "warn" if "always", Bence Ferdinandy
- [PATCH v3 1/3] fetch set_head: move warn advice into advise_if_enabled, Bence Ferdinandy
- [PATCH v3 2/3] fetch set_head: add warn-if-not-$branch option, Bence Ferdinandy
- [PATCH v3 2/3] fetch set_head: add warn-if-not-$branch option, Teng Long
- Re: [PATCH v3 2/3] fetch set_head: add warn-if-not-$branch option, Bence Ferdinandy
- [PATCH] fetch: fix erroneous set_head advice message, Bence Ferdinandy
- Re: [PATCH] fetch: fix erroneous set_head advice message, Junio C Hamano
- [PATCH v3 3/3] remote set-head: set followRemoteHEAD to "warn" if "always", Bence Ferdinandy
- Re: [PATCH v2 1/3] fetch set_head: move warn advice into advise_if_enabled, Junio C Hamano
- [PATCH v2] fetch: add configuration for set_head behaviour, Bence Ferdinandy
- [PATCH v3] fetch: add configuration for set_head behaviour, Bence Ferdinandy
- Re: [PATCH v3] fetch: add configuration for set_head behaviour, Junio C Hamano
- [PATCH v3] fetch: add configuration for set_head behaviour, Bence Ferdinandy
- [PATCH v5 2/6] set-head: add new variable for readability, Bence Ferdinandy
- [PATCH v5 4/6] transaction: add TRANSACTION_CREATE_EXISTS error, Bence Ferdinandy
- [PATCH v5 3/6] set-head: better output for --auto, Bence Ferdinandy
- [RFC PATCH v2 2/2] set-head: do not update if there is no change, Bence Ferdinandy
- Re: [RFC PATCH v2 0/2] set remote/HEAD with fetch, Junio C Hamano
[RFC PATCH 0/2] set remote/HEAD with fetch,
Bence Ferdinandy
`git diff --break-rewrites` does not work (otherwise it should break rewrite into delete and create, for `--find-renames` to work),
Han Jiang
[PATCH] Makefile: rename clar-related variables to avoid confusion,
Patrick Steinhardt
SyntaxWarning for '\S',
Stephen Smith
[PATCH 00/30] [RFC] Path-walk API and applications,
Derrick Stolee via GitGitGadget
- [PATCH 02/30] backfill: add builtin boilerplate, Derrick Stolee via GitGitGadget
- [PATCH 01/30] path-walk: introduce an object walk by path, Derrick Stolee via GitGitGadget
- [PATCH 03/30] backfill: basic functionality and tests, Derrick Stolee via GitGitGadget
- [PATCH 06/30] backfill: assume --sparse when sparse-checkout is enabled, Derrick Stolee via GitGitGadget
- [PATCH 07/30] path-walk: allow consumer to specify object types, Derrick Stolee via GitGitGadget
- [PATCH 05/30] backfill: add --sparse option, Derrick Stolee via GitGitGadget
- [PATCH 08/30] path-walk: allow visiting tags, Derrick Stolee via GitGitGadget
- [PATCH 09/30] survey: stub in new experimental `git-survey` command, Jeff Hostetler via GitGitGadget
- [PATCH 11/30] survey: collect the set of requested refs, Jeff Hostetler via GitGitGadget
- [PATCH 13/30] survey: add object count summary, Derrick Stolee via GitGitGadget
- [PATCH 10/30] survey: add command line opts to select references, Jeff Hostetler via GitGitGadget
- [PATCH 12/30] survey: start pretty printing data in table form, Derrick Stolee via GitGitGadget
- [PATCH 15/30] survey: show progress during object walk, Derrick Stolee via GitGitGadget
- [PATCH 17/30] survey: add report of "largest" paths, Derrick Stolee via GitGitGadget
- [PATCH 19/30] path-walk: add prune_all_uninteresting option, Derrick Stolee via GitGitGadget
- [PATCH 14/30] survey: summarize total sizes by object type, Derrick Stolee via GitGitGadget
- [PATCH 18/30] revision: create mark_trees_uninteresting_dense(), Derrick Stolee via GitGitGadget
- [PATCH 20/30] pack-objects: add --path-walk option, Derrick Stolee via GitGitGadget
- [PATCH 21/30] pack-objects: extract should_attempt_deltas(), Derrick Stolee via GitGitGadget
- [PATCH 22/30] pack-objects: introduce GIT_TEST_PACK_PATH_WALK, Derrick Stolee via GitGitGadget
- [PATCH 23/30] p5313: add size comparison test, Derrick Stolee via GitGitGadget
- [PATCH 24/30] repack: add --path-walk option, Derrick Stolee via GitGitGadget
- [PATCH 25/30] pack-objects: enable --path-walk via config, Derrick Stolee via GitGitGadget
- [PATCH 26/30] scalar: enable path-walk during push via config, Derrick Stolee via GitGitGadget
- [PATCH 27/30] pack-objects: add --full-name-hash option, Derrick Stolee via GitGitGadget
- [PATCH 28/30] test-name-hash: add helper to compute name-hash functions, Derrick Stolee via GitGitGadget
- [PATCH 29/30] p5314: add a size test for name-hash collisions, Derrick Stolee via GitGitGadget
- [PATCH 30/30] pack-objects: output debug info about deltas, Derrick Stolee via GitGitGadget
- [PATCH 04/30] backfill: add --batch-size=<n> option, Derrick Stolee via GitGitGadget
- [PATCH 16/30] survey: add ability to track prioritized lists, Derrick Stolee via GitGitGadget
- Re: [PATCH 00/30] [RFC] Path-walk API and applications, Junio C Hamano
- Re: [PATCH 00/30] [RFC] Path-walk API and applications, Christian Couder
- Re: [PATCH 00/30] [RFC] Path-walk API and applications, Kristoffer Haugsbakk
What's cooking in git.git (Sep 2024, #03; Mon, 9), Junio C Hamano
[PATCH 0/9] ref-filter %(trailer) fixes,
Jeff King
- [PATCH 1/9] t6300: drop newline from wrapped test title, Jeff King
- [PATCH 2/9] ref-filter: avoid extra copies of payload/signature, Jeff King
- [PATCH 3/9] ref-filter: strip signature when parsing tag trailers, Jeff King
- [PATCH 4/9] ref-filter: drop useless cast in trailers_atom_parser(), Jeff King
- [PATCH 5/9] ref-filter: store ref_trailer_buf data per-atom, Jeff King
- [PATCH 6/9] ref-filter: fix leak of %(trailers) "argbuf", Jeff King
- [PATCH 7/9] ref-filter: fix leak with %(describe) arguments, Jeff King
- [PATCH 8/9] ref-filter: fix leak when formatting %(push:remoteref), Jeff King
- [PATCH 9/9] ref-filter: add ref_format_clear() function, Jeff King
- [PATCH 10/9] ref-filter: fix leak with unterminated %(if) atoms, Patrick Steinhardt
[PATCH] ci: remove 'Upload failed tests' directories' step from linux32 jobs,
Junio C Hamano
[bug?] git diff --cached in a non-git directory,
Okke Timm
[PATCH 0/4] pack-objects: create new name-hash algorithm,
Derrick Stolee via GitGitGadget
[PATCH 0/6] refs/reftable: wire up exclude patterns,
Patrick Steinhardt
[PATCH] remote: introduce config to set prefetch refs,
Shubham Kanodia via GitGitGadget
What's cooking in git.git (Sep 2024, #02; Sun, 8),
Junio C Hamano
[PATCH] config.mak.uname: add HAVE_DEV_TTY to cygwin config section,
Ramsay Jones
header signatures for hash transition?,
Jeff King
[PATCH 1/2] diff: report copies and renames as changes in run_diff_cmd(),
René Scharfe
Thoughts on the "branch <b> is not fully merged" error of "git-branch -d",
Stefan Haller
What's cooking draft as of 2024-09-06 late night,
Junio C Hamano
bug report - `git diff --quiet --cached` returns 0 when a rename is staged,
Jorge Luis Martinez Gomez
Behavior change for git diff --cached --exit-code in git 2.46.0, Marco P.
Fix issue with formatting multiple trailer keys,
Brooke Kuhlmann
Possible git bug - repository remote becomes hamstrung if non-existent "remote.<remote>.fetch" refspec is supplied, Stephen Morton
[PATCH 0/1] Add entry to mailmap file,
Stephen P. Smith
[PATCH] apply: support --ours, --theirs, and --union for three-way merges,
Alex Henrie
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]