Show patches with: Submitter = Ævar Arnfjörð Bjarmason       |   6135 patches
« 1 2 ... 33 34 3561 62 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,1/2] "lib-diff" tests: make "README" and "COPYING" test data smaller tests: stop relying on top-level COPYING and README - - - --- 2021-10-15 Ævar Arnfjörð Bjarmason Accepted
[2/2] git(1) docs: create a "Git file and wire formats" section git(1) doc + "git help": split-out user & git format docs - - - --- 2021-10-15 Ævar Arnfjörð Bjarmason New
[1/2] git(1) docs: split "User-facing file formats" off from "Guides" git(1) doc + "git help": split-out user & git format docs - - - --- 2021-10-15 Ævar Arnfjörð Bjarmason New
[3/3] commit-graph: don't consider "replace" objects with "verify" commit-graph: make "verify" work with replace refs - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason New
[2/3] commit-graph tests: fix another graph_git_two_modes() helper commit-graph: make "verify" work with replace refs - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason New
[1/3] commit-graph tests: fix error-hiding graph_git_two_modes() helper commit-graph: make "verify" work with replace refs - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason New
[2/2] pkt-line.[ch]: remove unused packet_read_line_buf() pkt-line.[ch]: dead code removal - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Accepted
[1/2] pkt-line.[ch]: remove unused packet_buf_write_len() pkt-line.[ch]: dead code removal - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Accepted
[2/2] test-lib.sh: use "Bail out!" syntax on bad SANITIZE=leak use test-lib.sh: add BAIL_OUT function, use it for SANITIZE=leak - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Accepted
[1/2] test-lib.sh: de-duplicate error() teardown code test-lib.sh: add BAIL_OUT function, use it for SANITIZE=leak - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Accepted
checkout: fix "branch info" memory leaks checkout: fix "branch info" memory leaks - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[20/20] refs API: post-migration API renaming [2/2] refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[19/20] refs API: post-migration API renaming [1/2] refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[18/20] refs API: don't expose "errno" in run_transaction_hook() refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[17/20] refs API: make expand_ref() & repo_dwim_log() not set errno refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[16/20] refs API: make resolve_ref_unsafe() not set errno refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[15/20] refs API: make refs_ref_exists() not set errno refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[14/20] refs API: make refs_resolve_refdup() not set errno refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[13/20] refs tests: ignore ignore errno in test-ref-store helper refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[12/20] refs API: ignore errno in worktree.c's find_shared_symref() refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[11/20] refs API: ignore errno in worktree.c's add_head_info() refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[10/20] refs API: make files_copy_or_rename_ref() et al not set errno refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[09/20] refs API: make loose_fill_ref_dir() not set errno refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[08/20] refs API: make resolve_gitlink_ref() not set errno refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[07/20] refs API: remove refs_read_ref_full() wrapper refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[06/20] refs/files: remove "name exist?" check in lock_ref_oid_basic() refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[05/20] refs API: make refs_rename_ref_available() static refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[04/20] refs API: make parse_loose_ref_contents() not set errno refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[03/20] refs API: make refs_read_raw_ref() not set errno refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[02/20] refs API: add a version of refs_resolve_ref_unsafe() with "errno" refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[01/20] branch tests: test for errno propagating on failing read refs: stop having the API set "errno" - - - --- 2021-10-14 Ævar Arnfjörð Bjarmason Superseded
[v3,10/10] progress.c: add & assert a "global_progress" variable progress: assert "global_progress" + test fixes / cleanup - 1 - --- 2021-10-13 Ævar Arnfjörð Bjarmason Superseded
[v3,09/10] various *.c: use isatty(1|2), not isatty(STDIN_FILENO|STDERR_FILENO) progress: assert "global_progress" + test fixes / cleanup - 1 - --- 2021-10-13 Ævar Arnfjörð Bjarmason Superseded
[v3,08/10] pack-bitmap-write.c: don't return without stop_progress() progress: assert "global_progress" + test fixes / cleanup - 1 - --- 2021-10-13 Ævar Arnfjörð Bjarmason Superseded
[v3,07/10] progress.c: add temporary variable from progress struct progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-10-13 Ævar Arnfjörð Bjarmason Superseded
[v3,06/10] progress.c: call progress_interval() from progress_test_force_update() progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-10-13 Ævar Arnfjörð Bjarmason Superseded
[v3,05/10] progress.c: move signal handler functions lower progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-10-13 Ævar Arnfjörð Bjarmason Superseded
[v3,04/10] progress.c tests: test some invalid usage progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-10-13 Ævar Arnfjörð Bjarmason Superseded
[v3,03/10] progress.c tests: make start/stop verbs on stdin progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-10-13 Ævar Arnfjörð Bjarmason Superseded
[v3,02/10] progress.c test helper: add missing braces progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-10-13 Ævar Arnfjörð Bjarmason Superseded
[v3,01/10] leak tests: fix a memory leaks in "test-progress" helper progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-10-13 Ævar Arnfjörð Bjarmason Superseded
[v3,3/3] sequencer: fix a memory leak in do_reset() unpack-trees: memory-leak fixes - - - --- 2021-10-13 Ævar Arnfjörð Bjarmason Accepted
[v3,2/3] sequencer: add a "goto cleanup" to do_reset() unpack-trees: memory-leak fixes - - - --- 2021-10-13 Ævar Arnfjörð Bjarmason Accepted
[v3,1/3] unpack-trees: don't leak memory in verify_clean_subdirectory() unpack-trees: memory-leak fixes - - - --- 2021-10-13 Ævar Arnfjörð Bjarmason Accepted
[v2,2/2] commit: fix duplication regression in permission error output commit: fix duplication regression in permission error output - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason New
[v2,1/2] unwritable tests: assert exact error output commit: fix duplication regression in permission error output - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason New
[v2,9/9] leak tests: mark some misc tests as passing with SANITIZE=leak leak tests: mark more tests as passing - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Accepted
[v2,8/9] leak tests: mark various "generic" tests as passing with SANITIZE=leak leak tests: mark more tests as passing - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Accepted
[v2,7/9] leak tests: mark some read-tree tests as passing with SANITIZE=leak leak tests: mark more tests as passing - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Accepted
[v2,6/9] leak tests: mark some ls-files tests as passing with SANITIZE=leak leak tests: mark more tests as passing - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Accepted
[v2,5/9] leak tests: mark all checkout-index tests as passing with SANITIZE=leak leak tests: mark more tests as passing - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Accepted
[v2,4/9] leak tests: mark all trace2 tests as passing with SANITIZE=leak leak tests: mark more tests as passing - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Accepted
[v2,3/9] leak tests: mark all ls-tree tests as passing with SANITIZE=leak leak tests: mark more tests as passing - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Accepted
[v2,2/9] leak tests: run various "test-tool" tests in t00*.sh SANITIZE=leak leak tests: mark more tests as passing - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Accepted
[v2,1/9] leak tests: run various built-in tests in t00*.sh SANITIZE=leak leak tests: mark more tests as passing - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Accepted
[13/13] run-command: remove old run_hook_{le,ve}() hook API hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Superseded
[12/13] receive-pack: convert push-to-checkout hook to hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Superseded
[11/13] read-cache: convert post-index-change to use hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Superseded
[10/13] commit: convert {pre-commit,prepare-commit-msg} hook to hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Superseded
[09/13] git-p4: use 'git hook' to run hooks hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Superseded
[08/13] send-email: use 'git hook run' for 'sendemail-validate' hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Superseded
[07/13] git hook run: add an --ignore-missing flag hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Superseded
[06/13] merge: convert post-merge to use hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Superseded
[05/13] hooks: convert 'post-checkout' hook to hook library hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Superseded
[04/13] am: convert applypatch to use hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Superseded
[03/13] rebase: convert pre-rebase to use hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Superseded
[02/13] gc: use hook library for pre-auto-gc hook hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Superseded
[01/13] hook: add 'run' subcommand hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason Superseded
test-lib.sh musings: test_expect_failure considered harmful test-lib.sh musings: test_expect_failure considered harmful - - - --- 2021-10-12 Ævar Arnfjörð Bjarmason New
[v2] test-lib.sh: try to re-chmod & retry on failed trash removal [v2] test-lib.sh: try to re-chmod & retry on failed trash removal - - - --- 2021-10-11 Ævar Arnfjörð Bjarmason New
[2/2] commit: fix duplication regression in permission error output [1/2] unwritable tests: assert exact error output - - - --- 2021-10-09 Ævar Arnfjörð Bjarmason New
[1/2] unwritable tests: assert exact error output [1/2] unwritable tests: assert exact error output - - - --- 2021-10-09 Ævar Arnfjörð Bjarmason New
test-lib.sh: try to re-chmod & retry on failed trash removal test-lib.sh: try to re-chmod & retry on failed trash removal - - - --- 2021-10-09 Ævar Arnfjörð Bjarmason Superseded
[v3,3/3] object-name: show date for ambiguous tag objects i18n: improve translatability of ambiguous object output - - - --- 2021-10-08 Ævar Arnfjörð Bjarmason New
[v3,2/3] object-name: make ambiguous object output translatable i18n: improve translatability of ambiguous object output - - - --- 2021-10-08 Ævar Arnfjörð Bjarmason New
[v3,1/3] object-name: remove unreachable "unknown type" handling i18n: improve translatability of ambiguous object output - - - --- 2021-10-08 Ævar Arnfjörð Bjarmason New
[v3,10/10] parse-options: change OPT_{SHORT,UNSET} to an enum fix bug, use more enums - - - --- 2021-10-08 Ævar Arnfjörð Bjarmason Accepted
[v3,09/10] parse-options tests: test optname() output fix bug, use more enums - - - --- 2021-10-08 Ævar Arnfjörð Bjarmason Accepted
[v3,08/10] parse-options.[ch]: make opt{bug,name}() "static" fix bug, use more enums - - - --- 2021-10-08 Ævar Arnfjörð Bjarmason Accepted
[v3,07/10] commit-graph: stop using optname() fix bug, use more enums - - - --- 2021-10-08 Ævar Arnfjörð Bjarmason Accepted
[v3,06/10] parse-options.c: move optname() earlier in the file fix bug, use more enums - - - --- 2021-10-08 Ævar Arnfjörð Bjarmason Accepted
[v3,05/10] parse-options.h: make the "flags" in "struct option" an enum fix bug, use more enums - - - --- 2021-10-08 Ævar Arnfjörð Bjarmason Accepted
[v3,04/10] parse-options.c: use exhaustive "case" arms for "enum parse_opt_result" fix bug, use more enums - - - --- 2021-10-08 Ævar Arnfjörð Bjarmason Accepted
[v3,03/10] parse-options.[ch]: consistently use "enum parse_opt_result" fix bug, use more enums - - - --- 2021-10-08 Ævar Arnfjörð Bjarmason Accepted
[v3,02/10] parse-options.[ch]: consistently use "enum parse_opt_flags" fix bug, use more enums - - - --- 2021-10-08 Ævar Arnfjörð Bjarmason Accepted
[v3,01/10] parse-options.h: move PARSE_OPT_SHELL_EVAL between enums fix bug, use more enums - - - --- 2021-10-08 Ævar Arnfjörð Bjarmason Accepted
[v2,7/7] merge: add missing strbuf_release() leak tests: fix "test-tool" & other small leaks - - - --- 2021-10-07 Ævar Arnfjörð Bjarmason Accepted
[v2,6/7] ls-files: add missing string_list_clear() leak tests: fix "test-tool" & other small leaks - - - --- 2021-10-07 Ævar Arnfjörð Bjarmason Accepted
[v2,5/7] ls-files: fix a trivial dir_clear() leak leak tests: fix "test-tool" & other small leaks - - - --- 2021-10-07 Ævar Arnfjörð Bjarmason Accepted
[v2,4/7] tests: fix test-oid-array leak, test in SANITIZE=leak leak tests: fix "test-tool" & other small leaks - - - --- 2021-10-07 Ævar Arnfjörð Bjarmason Accepted
[v2,3/7] tests: fix a memory leak in test-oidtree.c leak tests: fix "test-tool" & other small leaks - - - --- 2021-10-07 Ævar Arnfjörð Bjarmason Accepted
[v2,2/7] tests: fix a memory leak in test-parse-options.c leak tests: fix "test-tool" & other small leaks - - - --- 2021-10-07 Ævar Arnfjörð Bjarmason Accepted
[v2,1/7] tests: fix a memory leak in test-prio-queue.c leak tests: fix "test-tool" & other small leaks - - - --- 2021-10-07 Ævar Arnfjörð Bjarmason Accepted
[v2,3/3] sequencer: fix a memory leak in do_reset() unpack-trees: memory-leak fixes - - - --- 2021-10-07 Ævar Arnfjörð Bjarmason Superseded
[v2,2/3] sequencer: add a "goto cleanup" to do_reset() unpack-trees: memory-leak fixes - - - --- 2021-10-07 Ævar Arnfjörð Bjarmason Superseded
[v2,1/3] unpack-trees: don't leak memory in verify_clean_subdirectory() unpack-trees: memory-leak fixes - - - --- 2021-10-07 Ævar Arnfjörð Bjarmason Superseded
[7/7] merge: add missing strbuf_release() leak tests: fix "test-tool" & other small leaks - - - --- 2021-10-06 Ævar Arnfjörð Bjarmason Superseded
[6/7] ls-files: add missing string_list_clear() leak tests: fix "test-tool" & other small leaks - - - --- 2021-10-06 Ævar Arnfjörð Bjarmason Superseded
[5/7] ls-files: fix a trivial dir_clear() leak leak tests: fix "test-tool" & other small leaks - - - --- 2021-10-06 Ævar Arnfjörð Bjarmason Superseded
[4/7] tests: fix test-oid-array leak, test in SANITIZE=leak leak tests: fix "test-tool" & other small leaks - - - --- 2021-10-06 Ævar Arnfjörð Bjarmason Superseded
« 1 2 ... 33 34 3561 62 »