Show patches with: Submitter = Ævar Arnfjörð Bjarmason       |   6135 patches
« 1 2 ... 35 36 3761 62 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v9,14/17] object-file.c: return ULHR_TOO_LONG on "header too long" fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-30 Ævar Arnfjörð Bjarmason Superseded
[v9,13/17] object-file.c: use "enum" return type for unpack_loose_header() fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-30 Ævar Arnfjörð Bjarmason Superseded
[v9,12/17] object-file.c: simplify unpack_loose_short_header() fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-30 Ævar Arnfjörð Bjarmason Superseded
[v9,11/17] object-file.c: make parse_loose_header_extended() public fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-30 Ævar Arnfjörð Bjarmason Superseded
[v9,10/17] object-file.c: return -1, not "status" from unpack_loose_header() fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-30 Ævar Arnfjörð Bjarmason Superseded
[v9,09/17] object-file.c: don't set "typep" when returning non-zero fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-30 Ævar Arnfjörð Bjarmason Superseded
[v9,08/17] cat-file tests: test for current --allow-unknown-type behavior fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-30 Ævar Arnfjörð Bjarmason Superseded
[v9,07/17] cat-file tests: add corrupt loose object test fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-30 Ævar Arnfjörð Bjarmason Superseded
[v9,06/17] cat-file tests: test for missing/bogus object with -t, -s and -p fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-30 Ævar Arnfjörð Bjarmason Superseded
[v9,05/17] cat-file tests: move bogus_* variable declarations earlier fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-30 Ævar Arnfjörð Bjarmason Superseded
[v9,04/17] fsck tests: test for garbage appended to a loose object fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-30 Ævar Arnfjörð Bjarmason Superseded
[v9,03/17] fsck tests: test current hash/type mismatch behavior fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-30 Ævar Arnfjörð Bjarmason Superseded
[v9,02/17] fsck tests: refactor one test to use a sub-repo fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-30 Ævar Arnfjörð Bjarmason Superseded
[v9,01/17] fsck tests: add test for fsck-ing an unknown type fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-30 Ævar Arnfjörð Bjarmason Superseded
[10/10] parse-options: change OPT_{SHORT,UNSET} to an enum fix bug, use existing enums - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[09/10] parse-options tests: test optname() output fix bug, use existing enums - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[08/10] parse-options.[ch]: make opt{bug,name}() "static" fix bug, use existing enums - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[07/10] commit-graph: stop using optname() fix bug, use existing enums - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[06/10] parse-options.c: move optname() earlier in the file fix bug, use existing enums - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[05/10] parse-options.h: make the "flags" in "struct option" an enum fix bug, use existing enums - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[04/10] parse-options.c: use exhaustive "case" arms for "enum parse_opt_type" fix bug, use existing enums - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[03/10] parse-options.[ch]: consistently use "enum parse_opt_result" fix bug, use existing enums - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[02/10] parse-options.[ch]: consistently use "enum parse_opt_flags" fix bug, use existing enums - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[01/10] parse-options.h: move PARSE_OPT_SHELL_EVAL between enums fix bug, use existing enums - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[5/5] refs/ref-cache.[ch]: remove "incomplete" from create_dir_entry() refs: remove long-dead code - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Accepted
[4/5] refs/ref-cache.c: remove "mkdir" parameter from find_containing_dir() refs: remove long-dead code - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Accepted
[3/5] refs/ref-cache.[ch]: remove unused add_ref_entry() refs: remove long-dead code - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Accepted
[2/5] refs/ref-cache.[ch]: remove unused remove_entry_from_dir() refs: remove long-dead code - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Accepted
[1/5] refs.[ch]: remove unused ref_storage_backend_exists() refs: remove long-dead code - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Accepted
config.c: remove unused git_config_key_is_valid() config.c: remove unused git_config_key_is_valid() - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Accepted
string-list.[ch]: remove string_list_init() compatibility function string-list.[ch]: remove string_list_init() compatibility function - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Accepted
[v8,17/17] fsck: report invalid object type-path combinations fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[v8,16/17] fsck: don't hard die on invalid object types fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[v8,15/17] object-file.c: stop dying in parse_loose_header() fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[v8,14/17] object-file.c: return ULHR_TOO_LONG on "header too long" fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[v8,13/17] object-file.c: use "enum" return type for unpack_loose_header() fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[v8,12/17] object-file.c: simplify unpack_loose_short_header() fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[v8,11/17] object-file.c: make parse_loose_header_extended() public fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[v8,10/17] object-file.c: return -1, not "status" from unpack_loose_header() fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[v8,09/17] object-file.c: don't set "typep" when returning non-zero fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[v8,08/17] cat-file tests: test for current --allow-unknown-type behavior fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[v8,07/17] cat-file tests: add corrupt loose object test fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[v8,06/17] cat-file tests: test for missing/bogus object with -t, -s and -p fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[v8,05/17] cat-file tests: move bogus_* variable declarations earlier fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[v8,04/17] fsck tests: test for garbage appended to a loose object fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[v8,03/17] fsck tests: test current hash/type mismatch behavior fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[v8,02/17] fsck tests: refactor one test to use a sub-repo fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[v8,01/17] fsck tests: add test for fsck-ing an unknown type fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[v4] Makefile: add a non-.PHONY "sparse-incr" target [v4] Makefile: add a non-.PHONY "sparse-incr" target - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason New
[v3] Makefile: add a non-.PHONY "sparse-incr" target [v3] Makefile: add a non-.PHONY "sparse-incr" target - - - --- 2021-09-28 Ævar Arnfjörð Bjarmason Superseded
[v2,5/5] builtin/remote.c: add and use SHOW_INFO_INIT Non-trivial designated initializer conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[v2,4/5] builtin/remote.c: add and use a REF_STATES_INIT Non-trivial designated initializer conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[v2,3/5] urlmatch.[ch]: add and use URLMATCH_CONFIG_INIT Non-trivial designated initializer conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[v2,2/5] builtin/blame.c: refactor commit_info_init() to COMMIT_INFO_INIT macro Non-trivial designated initializer conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[v2,1/5] daemon.c: refactor hostinfo_init() to HOSTINFO_INIT macro Non-trivial designated initializer conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[v2,5/5] cbtree.h: define cb_init() in terms of CBTREE_INIT Designated initializer cleanup & conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Accepted
[v2,4/5] *.h: move some *_INIT to designated initializers Designated initializer cleanup & conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Accepted
[v2,3/5] *.h _INIT macros: don't specify fields equal to 0 Designated initializer cleanup & conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Accepted
[v2,2/5] *.[ch] *_INIT macros: use { 0 } for a "zero out" idiom Designated initializer cleanup & conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Accepted
[v2,1/5] submodule-config.h: remove unused SUBMODULE_INIT macro Designated initializer cleanup & conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Accepted
[6/6] builtin/remote.c: add and use SHOW_INFO_INIT Non-trivial designated initializer conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[5/6] builtin/remote.c: add and use a REF_STATES_INIT Non-trivial designated initializer conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[4/6] urlmatch.[ch]: add and use URLMATCH_CONFIG_INIT Non-trivial designated initializer conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[3/6] shortlog: use designated initializer for "struct shortlog" Non-trivial designated initializer conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[2/6] builtin/blame.c: refactor commit_info_init() to COMMIT_INFO_INIT macro Non-trivial designated initializer conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[1/6] daemon.c: refactor hostinfo_init() to HOSTINFO_INIT macro Non-trivial designated initializer conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[5/5] cbtree.h: define cb_init() in terms of CBTREE_INIT Designated initializer cleanup & conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[4/5] *.h: move some *_INIT to designated initializers Designated initializer cleanup & conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[3/5] *.h _INIT macros: don't specify fields equal to 0 Designated initializer cleanup & conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[2/5] *.[ch] *_INIT macros: use { 0 } for a "zero out" idiom Designated initializer cleanup & conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[1/5] submodule-config.h: remove unused SUBMODULE_INIT macro Designated initializer cleanup & conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[v2,8/8] hook-list.h: add a generated list of hooks, like config-list.h Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-26 Ævar Arnfjörð Bjarmason Accepted
[v2,7/8] hook.c users: use "hook_exists()" instead of "find_hook()" Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-26 Ævar Arnfjörð Bjarmason Accepted
[v2,6/8] hook.c: add a hook_exists() wrapper and use it in bugreport.c Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-26 Ævar Arnfjörð Bjarmason Accepted
[v2,5/8] hook.[ch]: move find_hook() from run-command.c to hook.c Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-26 Ævar Arnfjörð Bjarmason Accepted
[v2,4/8] Makefile: remove an out-of-date comment Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-26 Ævar Arnfjörð Bjarmason Accepted
[v2,3/8] Makefile: don't perform "mv $@+ $@" dance for $(GENERATED_H) Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-26 Ævar Arnfjörð Bjarmason Accepted
[v2,2/8] Makefile: stop hardcoding {command,config}-list.h Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-26 Ævar Arnfjörð Bjarmason Accepted
[v2,1/8] Makefile: mark "check" target as .PHONY Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-26 Ævar Arnfjörð Bjarmason Accepted
[3/3] grep: pass PARSE_OPT_NO_INTERNAL_HELP, fix odd -h handling show-ref, ls-remote, grep: fix -h handling - - - --- 2021-09-24 Ævar Arnfjörð Bjarmason New
[2/3] ls-remote: remove documentation for custom -h option show-ref, ls-remote, grep: fix -h handling - - - --- 2021-09-24 Ævar Arnfjörð Bjarmason New
[1/3] show-ref: remove unused custom handling of -h show-ref, ls-remote, grep: fix -h handling - - - --- 2021-09-24 Ævar Arnfjörð Bjarmason New
http: check CURLE_SSL_PINNEDPUBKEYNOTMATCH when emitting errors http: check CURLE_SSL_PINNEDPUBKEYNOTMATCH when emitting errors - - - --- 2021-09-24 Ævar Arnfjörð Bjarmason New
config: add an includeIf.env{Exists,Bool,Is,Match} config: add an includeIf.env{Exists,Bool,Is,Match} - - - --- 2021-09-24 Ævar Arnfjörð Bjarmason New
bundle: remove ignored & undocumented "--verbose" flag bundle: remove ignored & undocumented "--verbose" flag - - - --- 2021-09-23 Ævar Arnfjörð Bjarmason Accepted
[8/8] hook-list.h: add a generated list of hooks, like config-list.h Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-23 Ævar Arnfjörð Bjarmason Superseded
[7/8] hook.c users: use "hook_exists()" instead of "find_hook()" Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-23 Ævar Arnfjörð Bjarmason Superseded
[6/8] hook.c: add a hook_exists() wrapper and use it in bugreport.c Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-23 Ævar Arnfjörð Bjarmason Superseded
[5/8] hook.[ch]: move find_hook() from run-command.c to hook.c Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-23 Ævar Arnfjörð Bjarmason Superseded
[4/8] Makefile: remove an out-of-date comment Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-23 Ævar Arnfjörð Bjarmason Superseded
[3/8] Makefile: don't perform "mv $@+ $@" dance for $(GENERATED_H) Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-23 Ævar Arnfjörð Bjarmason Superseded
[2/8] Makefile: stop hardcoding {command,config}-list.h Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-23 Ævar Arnfjörð Bjarmason Superseded
[1/8] Makefile: mark "check" target as .PHONY Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-23 Ævar Arnfjörð Bjarmason Superseded
[v8,2/2] tests: add a test mode for SANITIZE=leak, run it in CI add a test mode for SANITIZE=leak, run it in CI - - - --- 2021-09-23 Ævar Arnfjörð Bjarmason New
[v8,1/2] Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS add a test mode for SANITIZE=leak, run it in CI - - - --- 2021-09-23 Ævar Arnfjörð Bjarmason New
[v2] Makefile: make the "sparse" target non-.PHONY [v2] Makefile: make the "sparse" target non-.PHONY - - - --- 2021-09-23 Ævar Arnfjörð Bjarmason Accepted
[v2,2/2] Makefile: pass -Wno-pendantic under GENERATE_COMPILATION_DATABASE=yes Makefile: "pedantic" fallout on .depend and "compdb" - - - --- 2021-09-22 Ævar Arnfjörð Bjarmason Accepted
[v2,1/2] Makefile: make COMPUTE_HEADER_DEPENDENCIES=auto work with DEVOPTS=pedantic Makefile: "pedantic" fallout on .depend and "compdb" - - - --- 2021-09-22 Ævar Arnfjörð Bjarmason Accepted
Makefile: clean .depend dirs under COMPUTE_HEADER_DEPENDENCIES != yes Makefile: clean .depend dirs under COMPUTE_HEADER_DEPENDENCIES != yes - - - --- 2021-09-22 Ævar Arnfjörð Bjarmason Accepted
[v4,7/7] test-lib tests: get rid of copy/pasted mock test code test-lib tests: split off subtest code in t0000 into lib-subtest.sh - - - --- 2021-09-22 Ævar Arnfjörð Bjarmason Accepted
« 1 2 ... 35 36 3761 62 »