Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH 1/4] usage.c: don't copy/paste the same comment three times, (continued)
- [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
- [PATCH v2 00/10] improve reporting of unexpected objects,
Ævar Arnfjörð Bjarmason
- [PATCH v2 01/10] object.c: stop supporting len == -1 in type_from_string_gently(), Ævar Arnfjörð Bjarmason
- [PATCH v2 03/10] object.c: make type_from_string() return "enum object_type", Ævar Arnfjörð Bjarmason
- [PATCH v2 04/10] object-file.c: make oid_object_info() return "enum object_type", Ævar Arnfjörð Bjarmason
- [PATCH v2 02/10] object.c: refactor type_from_string_gently(), Ævar Arnfjörð Bjarmason
- [PATCH v2 05/10] object-name.c: make dependency on object_type order more obvious, Ævar Arnfjörð Bjarmason
- [PATCH v2 06/10] tree.c: fix misindentation in parse_tree_gently(), Ævar Arnfjörð Bjarmason
- [PATCH v2 08/10] object.c: add and use oid_is_type_or_die_msg() function, Ævar Arnfjörð Bjarmason
- [PATCH v2 07/10] object.c: add a utility function for "expected type X, got Y", Ævar Arnfjörð Bjarmason
- [PATCH v2 09/10] object tests: add test for unexpected objects in tags, Ævar Arnfjörð Bjarmason
- [PATCH v2 10/10] tag: don't misreport type of tagged objects in errors, Ævar Arnfjörð Bjarmason
- Re: [PATCH v2 00/10] improve reporting of unexpected objects, Jeff King
- [PATCH 0/2] blob/object.c: trivial readability improvements, Ævar Arnfjörð Bjarmason
- [PATCH 2/2] object.c: initialize automatic variable in lookup_object(), Ævar Arnfjörð Bjarmason
- [PATCH 1/2] blob.c: remove buffer & size arguments to parse_blob_buffer(), Ævar Arnfjörð Bjarmason
- [PATCH 0/6] {tag,object}*.c: refactorings + prep for a larger change, Ævar Arnfjörð Bjarmason
- [PATCH 2/6] object.c: remove "gently" argument to type_from_string_gently(), Ævar Arnfjörð Bjarmason
- [PATCH 1/6] object.c: stop supporting len == -1 in type_from_string_gently(), Ævar Arnfjörð Bjarmason
- [PATCH 3/6] object.c: make type_from_string() return "enum object_type", Ævar Arnfjörð Bjarmason
- [PATCH 4/6] object-file.c: make oid_object_info() return "enum object_type", Ævar Arnfjörð Bjarmason
- [PATCH 6/6] tag.c: use type_from_string_gently() when parsing tags, Ævar Arnfjörð Bjarmason
- [PATCH 5/6] object-name.c: make dependency on object_type order more obvious, Ævar Arnfjörð Bjarmason
- [PATCH 0/7] object.c: add and use "is expected" utility function + object_as_type() use, Ævar Arnfjörð Bjarmason
- [PATCH 2/7] object.c: add a utility function for "expected type X, got Y", Ævar Arnfjörð Bjarmason
- [PATCH 1/7] tree.c: fix misindentation in parse_tree_gently(), Ævar Arnfjörð Bjarmason
- [PATCH 3/7] object.c: add and use oid_is_type_or_die_msg() function, Ævar Arnfjörð Bjarmason
- [PATCH 4/7] commit-graph: use obj->type, not object_as_type(), Ævar Arnfjörð Bjarmason
- [PATCH 5/7] commit.c: don't use deref_tag() -> object_as_type(), Ævar Arnfjörð Bjarmason
- [PATCH 6/7] object.c: normalize brace style in object_as_type(), Ævar Arnfjörð Bjarmason
- [PATCH 7/7] object.c: remove "quiet" parameter from object_as_type(), Ævar Arnfjörð Bjarmason
- [PATCH v2 0/8] object.c: add and use "is expected" utility function + object_as_type() use, Ævar Arnfjörð Bjarmason
- [PATCH v2 1/8] tree.c: fix misindentation in parse_tree_gently(), Ævar Arnfjörð Bjarmason
- [PATCH v2 2/8] object.c: add a utility function for "expected type X, got Y", Ævar Arnfjörð Bjarmason
- [PATCH v2 4/8] commit-graph: use obj->type, not object_as_type(), Ævar Arnfjörð Bjarmason
- [PATCH v2 5/8] branch tests: assert lookup_commit_reference_gently() error, Ævar Arnfjörð Bjarmason
- [PATCH v2 6/8] commit.c: don't use deref_tag() -> object_as_type(), Ævar Arnfjörð Bjarmason
- [PATCH v2 3/8] object.c: add and use oid_is_type_or_die_msg() function, Ævar Arnfjörð Bjarmason
- [PATCH v2 7/8] object.c: normalize brace style in object_as_type(), Ævar Arnfjörð Bjarmason
- [PATCH v2 8/8] object.c: remove "quiet" parameter from object_as_type(), Ævar Arnfjörð Bjarmason
- [PATCH v2 00/10] {tag,object}*.c: refactorings + prep for a larger change, Ævar Arnfjörð Bjarmason
- [PATCH v2 01/10] object.c: stop supporting len == -1 in type_from_string_gently(), Ævar Arnfjörð Bjarmason
- [PATCH v2 02/10] object.c: remove "gently" argument to type_from_string_gently(), Ævar Arnfjörð Bjarmason
- [PATCH v2 03/10] object.c: make type_from_string() return "enum object_type", Ævar Arnfjörð Bjarmason
- [PATCH v2 05/10] object-name.c: make dependency on object_type order more obvious, Ævar Arnfjörð Bjarmason
- [PATCH v2 06/10] tag.c: use type_from_string_gently() when parsing tags, Ævar Arnfjörð Bjarmason
- [PATCH v2 07/10] hash-object: pass along type length to object.c, Ævar Arnfjörð Bjarmason
- [PATCH v2 09/10] hash-object: show usage on invalid --type, Ævar Arnfjörð Bjarmason
- [PATCH v2 04/10] object-file.c: make oid_object_info() return "enum object_type", Ævar Arnfjörð Bjarmason
- [PATCH v2 08/10] hash-object: refactor nested else/if/if into else if/else if, Ævar Arnfjörð Bjarmason
- [PATCH v2 10/10] object.c: move type_from_string() code to its last user, Ævar Arnfjörð Bjarmason
- [PATCH v2 00/10] object.c et al: tests, small bug fixes etc., Ævar Arnfjörð Bjarmason
- [PATCH v2 01/10] cat-file tests: test for bogus type name handling, Ævar Arnfjörð Bjarmason
- [PATCH v2 03/10] mktree tests: add test for invalid object type, Ævar Arnfjörð Bjarmason
- [PATCH v2 04/10] object-file.c: take type id, not string, in read_object_with_reference(), Ævar Arnfjörð Bjarmason
- [PATCH v2 05/10] {commit,tree,blob,tag}.c: add a create_{commit,tree,blob,tag}(), Ævar Arnfjörð Bjarmason
- [PATCH v2 02/10] hash-object tests: more detailed test for invalid type, Ævar Arnfjörð Bjarmason
- [PATCH v2 06/10] blob.c: remove parse_blob_buffer(), Ævar Arnfjörð Bjarmason
- [PATCH v2 08/10] object.c: don't go past "len" under die() in type_from_string_gently(), Ævar Arnfjörð Bjarmason
- [PATCH v2 07/10] object.c: simplify return semantic of parse_object_buffer(), Ævar Arnfjörð Bjarmason
- [PATCH v2 09/10] mktree: stop setting *ntr++ to NIL, Ævar Arnfjörð Bjarmason
- [PATCH v2 10/10] mktree: emit a more detailed error when the <type> is invalid, Æ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
- [RFC PATCH v1 0/1] pathspec: warn: long and short forms are incompatible,
Σταύρος Ντέντος
- [PATCH v2 1/1] pathspec: warn for a no-glob entry that contains `**`,
Σταύρος Ντέντος
- [PATCH v2 0/1] pathspec: warn for a no-glob entry that contains `**`, Σταύρος Ντέντος
- [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 v7] builtin/clone.c: add --reject-shallow option,
Li Linchao via GitGitGadget
Message not available
[PATCH v8] builtin/clone.c: add --reject-shallow option, Li Linchao via GitGitGadget
[PATCH v9] builtin/clone.c: add --reject-shallow option, lilinchao via GitGitGadget
[PATCH] format-patch: give an overview of what a "patch" message is,
Bagas Sanjaya
[PATCH v1 0/1] pathspec: warn for a no-glob entry that contains `**`,
Σταύρος Ντέντος
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
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]