Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH v2 15/22] pickaxe: assert that we must have a needle under -G or -S, Junio C Hamano
- Re: [PATCH v2 14/22] pickaxe: refactor function selection in diffcore-pickaxe(), Junio C Hamano
- Re: [PATCH v2 09/22] pickaxe: die when -G and --pickaxe-regex are combined, Junio C Hamano
- Re: [PATCH v2 08/22] pickaxe tests: test for -G, -S and --find-object incompatibility, Junio C Hamano
- Re: [PATCH v2 05/22] pickaxe tests: refactor to use test_commit --append --printf, Junio C Hamano
- Re: [PATCH v2 02/22] test-lib-functions: document and test test_commit --no-tag, Junio C Hamano
- Re: [PATCH v2 04/22] test-lib functions: add --printf option to test_commit,
Junio C Hamano
- Branches, upstreams, rebases and logistics,
stdedos
- [Bug] worktree prune --expires,
Randall S. Becker
- [PATCH v4 00/16] midx: implement a multi-pack reverse index,
Taylor Blau
- [PATCH v4 01/16] builtin/multi-pack-index.c: inline 'flags' with options, Taylor Blau
- [PATCH v4 04/16] builtin/multi-pack-index.c: split sub-commands, Taylor Blau
- [PATCH v4 03/16] builtin/multi-pack-index.c: define common usage with a macro, Taylor Blau
- [PATCH v4 02/16] builtin/multi-pack-index.c: don't handle 'progress' separately, Taylor Blau
- [PATCH v4 06/16] builtin/multi-pack-index.c: display usage on unrecognized command, Taylor Blau
- [PATCH v4 05/16] builtin/multi-pack-index.c: don't enter bogus cmd_mode, Taylor Blau
- [PATCH v4 08/16] midx: allow marking a pack as preferred, Taylor Blau
- [PATCH v4 07/16] t/helper/test-read-midx.c: add '--show-objects', Taylor Blau
- [PATCH v4 09/16] midx: don't free midx_name early, Taylor Blau
- [PATCH v4 11/16] midx: make some functions non-static, Taylor Blau
- [PATCH v4 10/16] midx: keep track of the checksum, Taylor Blau
- [PATCH v4 12/16] Documentation/technical: describe multi-pack reverse indexes, Taylor Blau
- [PATCH v4 13/16] pack-revindex: read multi-pack reverse indexes, Taylor Blau
- [PATCH v4 14/16] pack-write.c: extract 'write_rev_file_order', Taylor Blau
- [PATCH v4 15/16] pack-revindex: write multi-pack reverse indexes, Taylor Blau
- [PATCH v4 16/16] midx.c: improve cache locality in midx_pack_order_cmp(), Taylor Blau
- Re: [PATCH v4 00/16] midx: implement a multi-pack reverse index, Jeff King
- [PATCH] persistent-https: add go.mod to fix compile,
Dominyk Tiller via GitGitGadget
- git submodule problem, Erik Claij
- Bug report: git branch behaves as if --no-replace-objects is passed,
Elijah Newren
- [PATCH] chore: use prefix from startup_info,
Dmitry Torilov via GitGitGadget
- [PATCH] maintenance: specify explicit stdin for crontab,
Kevin Daudt
- Running scheduled maintenance in quiet mode,
Clement Moyroud
- Upstreaming Reviewed-by to git.git,
Bagas Sanjaya
- [PATCH] Documentation: updated documentation for git commit --date,
Chinmoy via GitGitGadget
- [PATCH] Documentation: amended usages of various (sub)commands,
Chinmoy via GitGitGadget
- [PATCH 0/4] usage.c: add a non-fatal bug() + misc doc fixes,
Ævar Arnfjörð Bjarmason
- [PATCH 2/4] api docs: document BUG() in api-error-handling.txt, Ævar Arnfjörð Bjarmason
- [PATCH 3/4] api docs: document that BUG() emits a trace2 error event, Ævar Arnfjörð Bjarmason
- [PATCH 1/4] usage.c: don't copy/paste the same comment three times, Ævar Arnfjörð Bjarmason
- [PATCH 4/4] usage.c: add a non-fatal bug() function to go with BUG(), Ævar Arnfjörð Bjarmason
- [PATCH 0/5] fsck: improve error reporting, Ævar Arnfjörð Bjarmason
- [PATCH 2/5] fsck tests: refactor one test to use a sub-repo, Ævar Arnfjörð Bjarmason
- [PATCH 1/5] cache.h: move object functions to object-store.h, Ævar Arnfjörð Bjarmason
- [PATCH 4/5] fsck: improve the error on invalid object types, Ævar Arnfjörð Bjarmason
- [PATCH 3/5] fsck: don't hard die on invalid object types, Ævar Arnfjörð Bjarmason
- [PATCH 5/5] fsck: improve error on loose object hash mismatch, Ævar Arnfjörð Bjarmason
- [PATCH v2 0/6] fsck: better "invalid object" error reporting, Ævar Arnfjörð Bjarmason
- [PATCH v3 00/17] fsck: better "invalid object" error reporting, Ævar Arnfjörð Bjarmason
- [PATCH v3 01/17] fsck tests: refactor one test to use a sub-repo, Ævar Arnfjörð Bjarmason
- [PATCH v3 02/17] fsck tests: add test for fsck-ing an unknown type, Ævar Arnfjörð Bjarmason
- [PATCH v3 04/17] cat-file tests: test that --allow-unknown-type isn't on by default, Ævar Arnfjörð Bjarmason
- [PATCH v3 03/17] cat-file tests: test for missing object with -t and -s, Ævar Arnfjörð Bjarmason
- [PATCH v3 05/17] rev-list tests: test for behavior with invalid object types, Ævar Arnfjörð Bjarmason
- [PATCH v3 06/17] cat-file tests: add corrupt loose object test, Ævar Arnfjörð Bjarmason
- [PATCH v3 07/17] cat-file tests: test for current --allow-unknown-type behavior, Ævar Arnfjörð Bjarmason
- [PATCH v3 09/17] object-file.c: make parse_loose_header_extended() public, Ævar Arnfjörð Bjarmason
- [PATCH v3 11/17] object-file.c: stop dying in parse_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v3 10/17] object-file.c: add missing braces to loose_object_info(), Ævar Arnfjörð Bjarmason
- [PATCH v3 08/17] cache.h: move object functions to object-store.h, Ævar Arnfjörð Bjarmason
- [PATCH v3 14/17] fsck: don't hard die on invalid object types, Ævar Arnfjörð Bjarmason
- [PATCH v3 17/17] fsck: report invalid object type-path combinations, Ævar Arnfjörð Bjarmason
- [PATCH v3 15/17] object-store.h: move read_loose_object() below 'struct object_info', Ævar Arnfjörð Bjarmason
- [PATCH v3 13/17] object-file.c: return -1, not "status" from unpack_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v3 12/17] object-file.c: return -2 on "header too long" in unpack_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v3 16/17] fsck: report invalid types recorded in objects, Ævar Arnfjörð Bjarmason
- Re: [PATCH v3 00/17] fsck: better "invalid object" error reporting, Jonathan Tan
- [PATCH v4 00/21] fsck: better "invalid object" error reporting, Ævar Arnfjörð Bjarmason
- [PATCH v4 01/21] fsck tests: refactor one test to use a sub-repo, Ævar Arnfjörð Bjarmason
- [PATCH v4 02/21] fsck tests: add test for fsck-ing an unknown type, Ævar Arnfjörð Bjarmason
- [PATCH v4 03/21] cat-file tests: test for missing object with -t and -s, Ævar Arnfjörð Bjarmason
- [PATCH v4 04/21] cat-file tests: test that --allow-unknown-type isn't on by default, Ævar Arnfjörð Bjarmason
- [PATCH v4 05/21] rev-list tests: test for behavior with invalid object types, Ævar Arnfjörð Bjarmason
- [PATCH v4 06/21] cat-file tests: add corrupt loose object test, Ævar Arnfjörð Bjarmason
- [PATCH v4 07/21] cat-file tests: test for current --allow-unknown-type behavior, Ævar Arnfjörð Bjarmason
- [PATCH v4 08/21] cache.h: move object functions to object-store.h, Ævar Arnfjörð Bjarmason
- [PATCH v4 10/21] object-file.c: make parse_loose_header_extended() public, Ævar Arnfjörð Bjarmason
- [PATCH v4 09/21] object-file.c: don't set "typep" when returning non-zero, Ævar Arnfjörð Bjarmason
- [PATCH v4 11/21] object-file.c: add missing braces to loose_object_info(), Ævar Arnfjörð Bjarmason
- [PATCH v4 12/21] object-file.c: simplify unpack_loose_short_header(), Ævar Arnfjörð Bjarmason
- [PATCH v4 13/21] object-file.c: split up ternary in parse_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v4 14/21] object-file.c: stop dying in parse_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v4 15/21] object-file.c: guard against future bugs in loose_object_info(), Ævar Arnfjörð Bjarmason
- [PATCH v4 16/21] object-file.c: return -1, not "status" from unpack_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v4 17/21] object-file.c: return -2 on "header too long" in unpack_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v4 18/21] fsck: don't hard die on invalid object types, Ævar Arnfjörð Bjarmason
- [PATCH v4 19/21] object-store.h: move read_loose_object() below 'struct object_info', Ævar Arnfjörð Bjarmason
- [PATCH v4 20/21] fsck: report invalid types recorded in objects, Ævar Arnfjörð Bjarmason
- [PATCH v4 21/21] fsck: report invalid object type-path combinations, Ævar Arnfjörð Bjarmason
- [PATCH v5 00/21] fsck: lib-ify object-file.c & better fsck "invalid object" error reporting, Ævar Arnfjörð Bjarmason
- [PATCH v5 01/21] fsck tests: refactor one test to use a sub-repo, Ævar Arnfjörð Bjarmason
- [PATCH v5 05/21] rev-list tests: test for behavior with invalid object types, Ævar Arnfjörð Bjarmason
- [PATCH v5 06/21] cat-file tests: add corrupt loose object test, Ævar Arnfjörð Bjarmason
- [PATCH v5 03/21] cat-file tests: test for missing object with -t and -s, Ævar Arnfjörð Bjarmason
- [PATCH v5 02/21] fsck tests: add test for fsck-ing an unknown type, Ævar Arnfjörð Bjarmason
- [PATCH v5 04/21] cat-file tests: test that --allow-unknown-type isn't on by default, Ævar Arnfjörð Bjarmason
- [PATCH v5 08/21] cache.h: move object functions to object-store.h, Ævar Arnfjörð Bjarmason
- [PATCH v5 07/21] cat-file tests: test for current --allow-unknown-type behavior, Ævar Arnfjörð Bjarmason
- [PATCH v5 10/21] object-file.c: make parse_loose_header_extended() public, Ævar Arnfjörð Bjarmason
- [PATCH v5 09/21] object-file.c: don't set "typep" when returning non-zero, Ævar Arnfjörð Bjarmason
- [PATCH v5 11/21] object-file.c: add missing braces to loose_object_info(), Ævar Arnfjörð Bjarmason
- [PATCH v5 13/21] object-file.c: split up ternary in parse_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v5 14/21] object-file.c: stop dying in parse_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v5 15/21] object-file.c: guard against future bugs in loose_object_info(), Ævar Arnfjörð Bjarmason
- [PATCH v5 12/21] object-file.c: simplify unpack_loose_short_header(), Ævar Arnfjörð Bjarmason
- [PATCH v5 16/21] object-file.c: return -1, not "status" from unpack_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v5 17/21] object-file.c: return -2 on "header too long" in unpack_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v5 19/21] object-store.h: move read_loose_object() below 'struct object_info', Ævar Arnfjörð Bjarmason
- [PATCH v5 18/21] fsck: don't hard die on invalid object types, Ævar Arnfjörð Bjarmason
- [PATCH v5 20/21] fsck: report invalid types recorded in objects, Ævar Arnfjörð Bjarmason
- [PATCH v5 21/21] fsck: report invalid object type-path combinations, Ævar Arnfjörð Bjarmason
- [PATCH v6 00/22] fsck: lib-ify object-file.c & better fsck "invalid object" error reporting, Ævar Arnfjörð Bjarmason
- [PATCH v6 01/22] fsck tests: refactor one test to use a sub-repo, Ævar Arnfjörð Bjarmason
- [PATCH v6 02/22] fsck tests: add test for fsck-ing an unknown type, Ævar Arnfjörð Bjarmason
- [PATCH v6 03/22] cat-file tests: test for missing object with -t and -s, Ævar Arnfjörð Bjarmason
- [PATCH v6 04/22] cat-file tests: test that --allow-unknown-type isn't on by default, Ævar Arnfjörð Bjarmason
- [PATCH v6 05/22] rev-list tests: test for behavior with invalid object types, Ævar Arnfjörð Bjarmason
- [PATCH v6 06/22] cat-file tests: add corrupt loose object test, Ævar Arnfjörð Bjarmason
- [PATCH v6 07/22] cat-file tests: test for current --allow-unknown-type behavior, Ævar Arnfjörð Bjarmason
- [PATCH v6 08/22] object-file.c: don't set "typep" when returning non-zero, Ævar Arnfjörð Bjarmason
- [PATCH v6 09/22] cache.h: move object functions to object-store.h, Ævar Arnfjörð Bjarmason
- [PATCH v6 10/22] object-file.c: make parse_loose_header_extended() public, Ævar Arnfjörð Bjarmason
- [PATCH v6 11/22] object-file.c: add missing braces to loose_object_info(), Ævar Arnfjörð Bjarmason
- [PATCH v6 12/22] object-file.c: simplify unpack_loose_short_header(), Ævar Arnfjörð Bjarmason
- [PATCH v6 14/22] object-file.c: stop dying in parse_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v6 13/22] object-file.c: split up ternary in parse_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v6 16/22] object-file.c: return -1, not "status" from unpack_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v6 17/22] object-file.c: return -2 on "header too long" in unpack_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v6 15/22] object-file.c: guard against future bugs in loose_object_info(), Ævar Arnfjörð Bjarmason
- [PATCH v6 18/22] object-file.c: use "enum" return type for unpack_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v6 19/22] fsck: don't hard die on invalid object types, Ævar Arnfjörð Bjarmason
- [PATCH v6 20/22] object-store.h: move read_loose_object() below 'struct object_info', Ævar Arnfjörð Bjarmason
- [PATCH v6 21/22] fsck: report invalid types recorded in objects, Ævar Arnfjörð Bjarmason
- [PATCH v6 22/22] fsck: report invalid object type-path combinations, Ævar Arnfjörð Bjarmason
- Re: [PATCH v6 00/22] fsck: lib-ify object-file.c & better fsck "invalid object" error reporting, Taylor Blau
- [PATCH v7 00/17] fsck: lib-ify object-file.c & better fsck "invalid object" error reporting, Ævar Arnfjörð Bjarmason
- [PATCH v7 01/17] fsck tests: add test for fsck-ing an unknown type, Ævar Arnfjörð Bjarmason
- [PATCH v7 02/17] fsck tests: refactor one test to use a sub-repo, Ævar Arnfjörð Bjarmason
- [PATCH v7 03/17] fsck tests: test current hash/type mismatch behavior, Ævar Arnfjörð Bjarmason
- [PATCH v7 07/17] cat-file tests: add corrupt loose object test, Ævar Arnfjörð Bjarmason
- [PATCH v7 06/17] cat-file tests: test for missing/bogus object with -t, -s and -p, Ævar Arnfjörð Bjarmason
- [PATCH v7 05/17] cat-file tests: move bogus_* variable declarations earlier, Ævar Arnfjörð Bjarmason
- [PATCH v7 04/17] fsck tests: test for garbage appended to a loose object, Ævar Arnfjörð Bjarmason
- [PATCH v7 09/17] object-file.c: don't set "typep" when returning non-zero, Ævar Arnfjörð Bjarmason
- [PATCH v7 08/17] cat-file tests: test for current --allow-unknown-type behavior, Ævar Arnfjörð Bjarmason
- [PATCH v7 10/17] object-file.c: return -1, not "status" from unpack_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v7 11/17] object-file.c: make parse_loose_header_extended() public, Ævar Arnfjörð Bjarmason
- [PATCH v7 14/17] object-file.c: return ULHR_TOO_LONG on "header too long", Ævar Arnfjörð Bjarmason
- [PATCH v7 12/17] object-file.c: simplify unpack_loose_short_header(), Ævar Arnfjörð Bjarmason
- [PATCH v7 15/17] object-file.c: stop dying in parse_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v7 13/17] object-file.c: use "enum" return type for unpack_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v7 16/17] fsck: don't hard die on invalid object types, Ævar Arnfjörð Bjarmason
- [PATCH v7 17/17] fsck: report invalid object type-path combinations, Ævar Arnfjörð Bjarmason
- [PATCH v8 00/17] fsck: lib-ify object-file.c & better fsck "invalid object" error reporting, Ævar Arnfjörð Bjarmason
- [PATCH v8 01/17] fsck tests: add test for fsck-ing an unknown type, Ævar Arnfjörð Bjarmason
- [PATCH v8 03/17] fsck tests: test current hash/type mismatch behavior, Ævar Arnfjörð Bjarmason
- [PATCH v8 04/17] fsck tests: test for garbage appended to a loose object, Ævar Arnfjörð Bjarmason
- [PATCH v8 05/17] cat-file tests: move bogus_* variable declarations earlier, Ævar Arnfjörð Bjarmason
- [PATCH v8 02/17] fsck tests: refactor one test to use a sub-repo, Ævar Arnfjörð Bjarmason
- [PATCH v8 06/17] cat-file tests: test for missing/bogus object with -t, -s and -p, Ævar Arnfjörð Bjarmason
- [PATCH v8 07/17] cat-file tests: add corrupt loose object test, Ævar Arnfjörð Bjarmason
- [PATCH v8 08/17] cat-file tests: test for current --allow-unknown-type behavior, Ævar Arnfjörð Bjarmason
- [PATCH v8 09/17] object-file.c: don't set "typep" when returning non-zero, Ævar Arnfjörð Bjarmason
- [PATCH v8 11/17] object-file.c: make parse_loose_header_extended() public, Ævar Arnfjörð Bjarmason
- [PATCH v8 10/17] object-file.c: return -1, not "status" from unpack_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v8 12/17] object-file.c: simplify unpack_loose_short_header(), Ævar Arnfjörð Bjarmason
- [PATCH v8 14/17] object-file.c: return ULHR_TOO_LONG on "header too long", Ævar Arnfjörð Bjarmason
- [PATCH v8 13/17] object-file.c: use "enum" return type for unpack_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v8 15/17] object-file.c: stop dying in parse_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v8 16/17] fsck: don't hard die on invalid object types, Ævar Arnfjörð Bjarmason
- [PATCH v8 17/17] fsck: report invalid object type-path combinations, Ævar Arnfjörð Bjarmason
- Re: [PATCH v8 00/17] fsck: lib-ify object-file.c & better fsck "invalid object" error reporting, Taylor Blau
- [PATCH v9 00/17] fsck: lib-ify object-file.c & better fsck "invalid object" error reporting, Ævar Arnfjörð Bjarmason
- [PATCH v9 03/17] fsck tests: test current hash/type mismatch behavior, Ævar Arnfjörð Bjarmason
- [PATCH v9 01/17] fsck tests: add test for fsck-ing an unknown type, Ævar Arnfjörð Bjarmason
- [PATCH v9 02/17] fsck tests: refactor one test to use a sub-repo, Ævar Arnfjörð Bjarmason
- [PATCH v9 04/17] fsck tests: test for garbage appended to a loose object, Ævar Arnfjörð Bjarmason
- [PATCH v9 05/17] cat-file tests: move bogus_* variable declarations earlier, Ævar Arnfjörð Bjarmason
- [PATCH v9 06/17] cat-file tests: test for missing/bogus object with -t, -s and -p, Ævar Arnfjörð Bjarmason
- [PATCH v9 07/17] cat-file tests: add corrupt loose object test, Ævar Arnfjörð Bjarmason
- [PATCH v9 08/17] cat-file tests: test for current --allow-unknown-type behavior, Ævar Arnfjörð Bjarmason
- [PATCH v9 09/17] object-file.c: don't set "typep" when returning non-zero, Ævar Arnfjörð Bjarmason
- [PATCH v9 10/17] object-file.c: return -1, not "status" from unpack_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v9 12/17] object-file.c: simplify unpack_loose_short_header(), Ævar Arnfjörð Bjarmason
- [PATCH v9 11/17] object-file.c: make parse_loose_header_extended() public, Ævar Arnfjörð Bjarmason
- [PATCH v9 13/17] object-file.c: use "enum" return type for unpack_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v9 14/17] object-file.c: return ULHR_TOO_LONG on "header too long", Ævar Arnfjörð Bjarmason
- [PATCH v9 15/17] object-file.c: stop dying in parse_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v9 16/17] fsck: don't hard die on invalid object types, Ævar Arnfjörð Bjarmason
- [PATCH v9 17/17] fsck: report invalid object type-path combinations, Ævar Arnfjörð Bjarmason
- Re: [PATCH v9 00/17] fsck: lib-ify object-file.c & better fsck "invalid object" error reporting, Taylor Blau
- [PATCH v10 00/17] fsck: lib-ify object-file.c & better fsck "invalid object" error reporting, Ævar Arnfjörð Bjarmason
- [PATCH v10 01/17] fsck tests: add test for fsck-ing an unknown type, Ævar Arnfjörð Bjarmason
- [PATCH v10 02/17] fsck tests: refactor one test to use a sub-repo, Ævar Arnfjörð Bjarmason
- [PATCH v10 03/17] fsck tests: test current hash/type mismatch behavior, Ævar Arnfjörð Bjarmason
- [PATCH v10 05/17] cat-file tests: move bogus_* variable declarations earlier, Ævar Arnfjörð Bjarmason
- [PATCH v10 06/17] cat-file tests: test for missing/bogus object with -t, -s and -p, Ævar Arnfjörð Bjarmason
- [PATCH v10 04/17] fsck tests: test for garbage appended to a loose object, Ævar Arnfjörð Bjarmason
- [PATCH v10 07/17] cat-file tests: add corrupt loose object test, Ævar Arnfjörð Bjarmason
- [PATCH v10 08/17] cat-file tests: test for current --allow-unknown-type behavior, Ævar Arnfjörð Bjarmason
- [PATCH v10 09/17] object-file.c: don't set "typep" when returning non-zero, Ævar Arnfjörð Bjarmason
- [PATCH v10 10/17] object-file.c: return -1, not "status" from unpack_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v10 11/17] object-file.c: make parse_loose_header_extended() public, Ævar Arnfjörð Bjarmason
- [PATCH v10 12/17] object-file.c: simplify unpack_loose_short_header(), Ævar Arnfjörð Bjarmason
- [PATCH v10 13/17] object-file.c: use "enum" return type for unpack_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v10 14/17] object-file.c: return ULHR_TOO_LONG on "header too long", Ævar Arnfjörð Bjarmason
- [PATCH v10 15/17] object-file.c: stop dying in parse_loose_header(), Ævar Arnfjörð Bjarmason
- [PATCH v10 16/17] fsck: don't hard die on invalid object types, Ævar Arnfjörð Bjarmason
- [PATCH v10 17/17] fsck: report invalid object type-path combinations, Ævar Arnfjörð Bjarmason
- Re: [PATCH 4/4] usage.c: add a non-fatal bug() function to go with BUG(), Junio C Hamano
- [PATCH v2 0/3] trace2 docs: note that BUG() sends an "error" event, Ævar Arnfjörð Bjarmason
- [PATCH] Makefile: add QUIET_GEN to "tags" and "TAGS" targets,
Ævar Arnfjörð Bjarmason
- Git 2.31.1, Solaris and error: conflicting types for 'inet_ntop',
Jeffrey Walton
- [PATCH 0/4] cmake: learn to optionally skip linking dashed built-ins,
Johannes Schindelin via GitGitGadget
- [BUG] Git is not using the configured SSH key when there is another SSH key added to the SSH agent,
Utku
- Re: [PATCH v2] usage: trace2 BUG() invocations, Ævar Arnfjörð Bjarmason
- [GSOC][PATCH] userdiff: add support for Scheme,
Atharva Raykar
- [ANNOUNCE] Git for Windows 2.31.1, Johannes Schindelin
- [ANNOUNCE] Git Rev News edition 73, Christian Couder
- exporting git commands in parsable format for constructing language-specific API for git CLI,
ama bamo
- [ANNOUNCE] Git v2.31.1, Junio C Hamano
- [PATCH 0/2] Describe Git's security policy,
Johannes Schindelin via GitGitGadget
- [PATCH 0/3] Convert index writes to use hashfile API,
Derrick Stolee via GitGitGadget
- [PATCH v1 0/1] ci: facilitate dev to mimic a CI environment,
Σταύρος Ντέντος
- [PATCH 0/5] small doc make and lint fixes,
Ævar Arnfjörð Bjarmason
- [PATCH] sequencer: fix edit handling for cherry-pick and revert messages,
Elijah Newren via GitGitGadget
- [PATCH] cache-tree.c: remove implicit dependency on the_repository,
Chinmoy via GitGitGadget
- Bug report: gitk is unable to handle OpenJDK repository, transient@xxxxxxxxxxx
- [PATCH] daemon: sanitize all directory separators,
René Scharfe.
[PATCH] format-patch: give an overview of what a "patch" message is,
Bagas Sanjaya
not ok 47 - log.decorate configuration,
Jeffrey Walton
[PATCH] config.c: remove last remnant of GIT_TEST_GETTEXT_POISON,
Ævar Arnfjörð Bjarmason
[PATCH 0/7] Optimization batch 11: avoid repeatedly detecting same renames,
Elijah Newren via GitGitGadget
- [PATCH 2/7] merge-ort: populate caches of rename detection results, Elijah Newren via GitGitGadget
- [PATCH 1/7] merge-ort: add data structures for in-memory caching of rename detection, Elijah Newren via GitGitGadget
- [PATCH 3/7] merge-ort: add code to check for whether cached renames can be reused, Elijah Newren via GitGitGadget
- [PATCH 4/7] merge-ort: avoid accidental API mis-use, Elijah Newren via GitGitGadget
- [PATCH 5/7] merge-ort: preserve cached renames for the appropriate side, Elijah Newren via GitGitGadget
- [PATCH 6/7] merge-ort: add helper functions for using cached renames, Elijah Newren via GitGitGadget
- [PATCH 7/7] merge-ort, diffcore-rename: employ cached renames when possible, Elijah Newren via GitGitGadget
- Re: [PATCH 0/7] Optimization batch 11: avoid repeatedly detecting same renames, Junio C Hamano
- [PATCH v2 00/13] Optimization batch 11: avoid repeatedly detecting same renames, Elijah Newren via GitGitGadget
- [PATCH v2 01/13] t6423: rename file within directory that other side renamed, Elijah Newren via GitGitGadget
- [PATCH v2 03/13] fast-rebase: change assert() to BUG(), Elijah Newren via GitGitGadget
- [PATCH v2 04/13] fast-rebase: write conflict state to working tree, index, and HEAD, Elijah Newren via GitGitGadget
- [PATCH v2 02/13] Documentation/technical: describe remembering renames optimization, Elijah Newren via GitGitGadget
- [PATCH v2 07/13] merge-ort: populate caches of rename detection results, Elijah Newren via GitGitGadget
- [PATCH v2 06/13] merge-ort: add data structures for in-memory caching of rename detection, Elijah Newren via GitGitGadget
- [PATCH v2 05/13] t6429: testcases for remembering renames, Elijah Newren via GitGitGadget
- [PATCH v2 08/13] merge-ort: add code to check for whether cached renames can be reused, Elijah Newren via GitGitGadget
- [PATCH v2 10/13] merge-ort: preserve cached renames for the appropriate side, Elijah Newren via GitGitGadget
- [PATCH v2 11/13] merge-ort: add helper functions for using cached renames, Elijah Newren via GitGitGadget
- [PATCH v2 12/13] merge-ort: handle interactions of caching and rename/rename(1to1) cases, Elijah Newren via GitGitGadget
- [PATCH v2 13/13] merge-ort, diffcore-rename: employ cached renames when possible, Elijah Newren via GitGitGadget
- [PATCH v2 09/13] merge-ort: avoid accidental API mis-use, Elijah Newren via GitGitGadget
- Re: [PATCH v2 00/13] Optimization batch 11: avoid repeatedly detecting same renames, Elijah Newren
- [PATCH v3 00/13] Optimization batch 11: avoid repeatedly detecting same renames, Elijah Newren via GitGitGadget
- [PATCH v3 01/13] t6423: rename file within directory that other side renamed, Elijah Newren via GitGitGadget
- [PATCH v3 02/13] Documentation/technical: describe remembering renames optimization, Elijah Newren via GitGitGadget
- [PATCH v3 03/13] fast-rebase: change assert() to BUG(), Elijah Newren via GitGitGadget
- [PATCH v3 04/13] fast-rebase: write conflict state to working tree, index, and HEAD, Elijah Newren via GitGitGadget
- [PATCH v3 05/13] t6429: testcases for remembering renames, Elijah Newren via GitGitGadget
- [PATCH v3 08/13] merge-ort: add code to check for whether cached renames can be reused, Elijah Newren via GitGitGadget
- [PATCH v3 07/13] merge-ort: populate caches of rename detection results, Elijah Newren via GitGitGadget
- [PATCH v3 06/13] merge-ort: add data structures for in-memory caching of rename detection, Elijah Newren via GitGitGadget
- [PATCH v3 09/13] merge-ort: avoid accidental API mis-use, Elijah Newren via GitGitGadget
- [PATCH v3 10/13] merge-ort: preserve cached renames for the appropriate side, Elijah Newren via GitGitGadget
- [PATCH v3 12/13] merge-ort: handle interactions of caching and rename/rename(1to1) cases, Elijah Newren via GitGitGadget
- [PATCH v3 13/13] merge-ort, diffcore-rename: employ cached renames when possible, Elijah Newren via GitGitGadget
- [PATCH v3 11/13] merge-ort: add helper functions for using cached renames, Elijah Newren via GitGitGadget
- Re: [PATCH v3 00/13] Optimization batch 11: avoid repeatedly detecting same renames, Derrick Stolee
Configure default merge message,
jost . schulte
[PATCH] csum-file: flush less often,
Derrick Stolee via GitGitGadget
[PATCH 0/2] Diff format documentation for git-format-patch,
Bagas Sanjaya
Draft of Git Rev News edition 73, Christian Couder
[PATCH 1/2] transport.c: modify comment in transport_get().,
lilinchao
[PATCH 2/2] remote-curl.c: handle v1 when check_smart_http,
lilinchao
Pass or not to pass config environment down...,
Junio C Hamano
Query on managing the order of commits in git merge,
Linu Cherian
[PATCH v2] git-send-email: Respect core.hooksPath setting,
Robert Foss
[PATCH] rebase: remove transitory rebase.useBuiltin setting & env,
Ævar Arnfjörð Bjarmason
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]