Show patches with: Submitter = Ævar Arnfjörð Bjarmason       |    Archived = No       |   3675 patches
« 1 2 3 436 37 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v7,01/19] tests: mark tests as passing with SANITIZE=leak leak fixes: various simple leak fixes - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[v2,3/3] docs & comments: replace mentions of "git-add--interactive.perl" add: remove Perl version of "git add -[pi]" - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[v2,2/3] add API: remove run_add_interactive() wrapper function add: remove Perl version of "git add -[pi]" - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[v2,1/3] add: remove "add.interactive.useBuiltin" & Perl "git add--interactive" add: remove Perl version of "git add -[pi]" - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[v5,6/6] tests: don't lose misc "git" exit codes tests: fix ignored & hidden exit codes - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[v5,5/6] tests: don't lose "git" exit codes in "! ( git ... | grep )" tests: fix ignored & hidden exit codes - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[v5,4/6] tests: don't lose exit status with "test <op> $(git ...)" tests: fix ignored & hidden exit codes - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[v5,3/6] tests: don't lose exit status with "(cd ...; test <op> $(git ...))" tests: fix ignored & hidden exit codes - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[v5,2/6] t/lib-patch-mode.sh: fix ignored exit codes tests: fix ignored & hidden exit codes - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[v5,1/6] auto-crlf tests: don't lose exit code in loops and outside tests tests: fix ignored & hidden exit codes - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[v4,8/8] commit.c: free() revs.commit in get_fork_point() sequencer API & users: fix widespread leaks - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[v4,7/8] builtin/rebase.c: free() "options.strategy_opts" sequencer API & users: fix widespread leaks - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[v4,6/8] sequencer.c: always free() the "msgbuf" in do_pick_commit() sequencer API & users: fix widespread leaks - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[v4,5/8] builtin/rebase.c: fix "options.onto_name" leak sequencer API & users: fix widespread leaks - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[v4,4/8] builtin/revert.c: move free-ing of "revs" to replay_opts_release() sequencer API & users: fix widespread leaks - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[v4,3/8] sequencer API users: fix get_replay_opts() leaks sequencer API & users: fix widespread leaks - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[v4,2/8] sequencer.c: split up sequencer_remove_state() sequencer API & users: fix widespread leaks - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[v4,1/8] rebase: use "cleanup" pattern in do_interactive_rebase() sequencer API & users: fix widespread leaks - - - --- 2023-02-06 Ævar Arnfjörð Bjarmason Accepted
[3/3] docs & comments: replace mentions of "git-add--interactive.perl" add: remove Perl version of "git add -[pi]" - - - --- 2023-02-03 Ævar Arnfjörð Bjarmason Superseded
[2/3] add API: remove run_add_interactive() wrapper function add: remove Perl version of "git add -[pi]" - - - --- 2023-02-03 Ævar Arnfjörð Bjarmason Superseded
[1/3] add: remove "add.interactive.useBuiltin" & Perl "git add--interactive" add: remove Perl version of "git add -[pi]" - - - --- 2023-02-03 Ævar Arnfjörð Bjarmason Superseded
[v2,5/5] hook: support a --to-stdin=<path> option hook API: support stdin, convert post-rewrite - - - --- 2023-02-03 Ævar Arnfjörð Bjarmason Accepted
[v2,4/5] sequencer: use the new hook API for the simpler "post-rewrite" call hook API: support stdin, convert post-rewrite - - - --- 2023-02-03 Ævar Arnfjörð Bjarmason Accepted
[v2,3/5] hook API: support passing stdin to hooks, convert am's 'post-rewrite' hook API: support stdin, convert post-rewrite - - - --- 2023-02-03 Ævar Arnfjörð Bjarmason Accepted
[v2,2/5] run-command: allow stdin for run_processes_parallel hook API: support stdin, convert post-rewrite - - - --- 2023-02-03 Ævar Arnfjörð Bjarmason Accepted
[v2,1/5] run-command.c: remove dead assignment in while-loop hook API: support stdin, convert post-rewrite - - - --- 2023-02-03 Ævar Arnfjörð Bjarmason Accepted
[v4,9/9] for-each-repo: with bad config, don't conflate <path> and <cmd> config API: make "multi" safe, fix numerous segfaults - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Accepted
[v4,8/9] config API: add "string" version of *_value_multi(), fix segfaults config API: make "multi" safe, fix numerous segfaults - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Accepted
[v4,7/9] config API users: test for *_get_value_multi() segfaults config API: make "multi" safe, fix numerous segfaults - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Accepted
[v4,6/9] for-each-repo: error on bad --config config API: make "multi" safe, fix numerous segfaults - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Accepted
[v4,5/9] config API: have *_multi() return an "int" and take a "dest" config API: make "multi" safe, fix numerous segfaults - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Accepted
[v4,4/9] versioncmp.c: refactor config reading next commit config API: make "multi" safe, fix numerous segfaults - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Accepted
[v4,1/9] config tests: cover blind spots in git_die_config() tests config API: make "multi" safe, fix numerous segfaults - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Accepted
[v6,19/19] push: free_refs() the "local_refs" in set_refspecs() leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,18/19] push: refactor refspec_append_mapped() for subsequent leak-fix leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,17/19] receive-pack: free() the "ref_name" in "struct command" leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,16/19] grep API: plug memory leaks by freeing "header_list" leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,15/19] grep.c: refactor free_grep_patterns() leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,14/19] builtin/merge.c: free "&buf" on "Your local changes..." error leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,13/19] builtin/merge.c: use fixed strings, not "strbuf", fix leak leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,12/19] show-branch: free() allocated "head" before return leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,11/19] commit-graph: fix a parse_options_concat() leak leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,10/19] http-backend.c: fix cmd_main() memory leak, refactor reg{exec,free}() leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,09/19] http-backend.c: fix "dir" and "cmd_arg" leaks in cmd_main() leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,08/19] worktree: fix a trivial leak in prune_worktrees() leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,07/19] repack: fix leaks on error with "goto cleanup" leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,06/19] name-rev: don't xstrdup() an already dup'd string leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,05/19] various: add missing clear_pathspec(), fix leaks leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,04/19] clone: use free() instead of UNLEAK() leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,03/19] commit-graph: use free_commit_graph() instead of UNLEAK() leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,02/19] bundle.c: don't leak the "args" in the "struct child_process" leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
[v6,01/19] tests: mark tests as passing with SANITIZE=leak leak fixes: various simple leak fixes - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason Superseded
imap-send: replace auto-probe libcurl with hard dependency imap-send: replace auto-probe libcurl with hard dependency - - - --- 2023-02-01 Ævar Arnfjörð Bjarmason Superseded
[5/5] hook: support a --to-stdin=<path> option for testing hook API: support stdin, convert post-rewrite - - - --- 2023-01-23 Ævar Arnfjörð Bjarmason Superseded
[4/5] sequencer: use the new hook API for the simpler "post-rewrite" call hook API: support stdin, convert post-rewrite - - - --- 2023-01-23 Ævar Arnfjörð Bjarmason Superseded
[3/5] hook API: support passing stdin to hooks, convert am's 'post-rewrite' hook API: support stdin, convert post-rewrite - - - --- 2023-01-23 Ævar Arnfjörð Bjarmason Superseded
[2/5] run-command: allow stdin for run_processes_parallel hook API: support stdin, convert post-rewrite - - - --- 2023-01-23 Ævar Arnfjörð Bjarmason Superseded
[1/5] run-command.c: remove dead assignment in while-loop hook API: support stdin, convert post-rewrite - - - --- 2023-01-23 Ævar Arnfjörð Bjarmason Superseded
[v3,8/8] commit.c: free() revs.commit in get_fork_point() sequencer API & users: fix widespread leaks - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v3,7/8] builtin/rebase.c: free() "options.strategy_opts" sequencer API & users: fix widespread leaks - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v3,6/8] sequencer.c: always free() the "msgbuf" in do_pick_commit() sequencer API & users: fix widespread leaks - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v3,5/8] builtin/rebase.c: fix "options.onto_name" leak sequencer API & users: fix widespread leaks - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v3,4/8] builtin/revert.c: move free-ing of "revs" to replay_opts_release() sequencer API & users: fix widespread leaks - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v3,3/8] rebase & sequencer API: fix get_replay_opts() leak in "rebase" sequencer API & users: fix widespread leaks - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v3,2/8] sequencer.c: split up sequencer_remove_state() sequencer API & users: fix widespread leaks - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v3,1/8] rebase: use "cleanup" pattern in do_interactive_rebase() sequencer API & users: fix widespread leaks - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v5,19/19] push: free_refs() the "local_refs" in set_refspecs() leak fixes: various simple leak fixes - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v5,18/19] receive-pack: free() the "ref_name" in "struct command" leak fixes: various simple leak fixes - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v5,17/19] grep API: plug memory leaks by freeing "header_list" leak fixes: various simple leak fixes - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v5,16/19] grep.c: refactor free_grep_patterns() leak fixes: various simple leak fixes - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v5,15/19] object-file.c: release the "tag" in check_tag() leak fixes: various simple leak fixes - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v5,14/19] builtin/merge.c: free "&buf" on "Your local changes..." error leak fixes: various simple leak fixes - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v5,13/19] builtin/merge.c: use fixed strings, not "strbuf", fix leak leak fixes: various simple leak fixes - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v5,12/19] show-branch: free() allocated "head" before return leak fixes: various simple leak fixes - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v5,11/19] commit-graph: fix a parse_options_concat() leak leak fixes: various simple leak fixes - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v5,10/19] http-backend.c: fix cmd_main() memory leak, refactor reg{exec,free}() leak fixes: various simple leak fixes - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v5,09/19] http-backend.c: fix "dir" and "cmd_arg" leaks in cmd_main() leak fixes: various simple leak fixes - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v5,08/19] worktree: fix a trivial leak in prune_worktrees() leak fixes: various simple leak fixes - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v5,07/19] repack: fix leaks on error with "goto cleanup" leak fixes: various simple leak fixes - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v5,06/19] name-rev: don't xstrdup() an already dup'd string leak fixes: various simple leak fixes - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v5,05/19] various: add missing clear_pathspec(), fix leaks leak fixes: various simple leak fixes - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v5,04/19] clone: use free() instead of UNLEAK() leak fixes: various simple leak fixes - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v5,03/19] commit-graph: use free_commit_graph() instead of UNLEAK() leak fixes: various simple leak fixes - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v5,02/19] bundle.c: don't leak the "args" in the "struct child_process" leak fixes: various simple leak fixes - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v5,01/19] tests: mark tests as passing with SANITIZE=leak leak fixes: various simple leak fixes - - - --- 2023-01-18 Ævar Arnfjörð Bjarmason Superseded
[v4,19/19] push: free_refs() the "local_refs" in set_refspecs() leak fixes: various simple leak fixes - - - --- 2023-01-17 Ævar Arnfjörð Bjarmason Superseded
[v4,18/19] receive-pack: free() the "ref_name" in "struct command" leak fixes: various simple leak fixes - - - --- 2023-01-17 Ævar Arnfjörð Bjarmason Superseded
[v4,17/19] grep API: plug memory leaks by freeing "header_list" leak fixes: various simple leak fixes - - - --- 2023-01-17 Ævar Arnfjörð Bjarmason Superseded
[v4,16/19] grep.c: refactor free_grep_patterns() leak fixes: various simple leak fixes - - - --- 2023-01-17 Ævar Arnfjörð Bjarmason Superseded
[v4,15/19] object-file.c: release the "tag" in check_tag() leak fixes: various simple leak fixes - - - --- 2023-01-17 Ævar Arnfjörð Bjarmason Superseded
[v4,14/19] builtin/merge.c: free "&buf" on "Your local changes..." error leak fixes: various simple leak fixes - - - --- 2023-01-17 Ævar Arnfjörð Bjarmason Superseded
[v4,13/19] builtin/merge.c: use fixed strings, not "strbuf", fix leak leak fixes: various simple leak fixes - - - --- 2023-01-17 Ævar Arnfjörð Bjarmason Superseded
[v4,12/19] show-branch: free() allocated "head" before return leak fixes: various simple leak fixes - - - --- 2023-01-17 Ævar Arnfjörð Bjarmason Superseded
[v4,11/19] commit-graph: fix a parse_options_concat() leak leak fixes: various simple leak fixes - - - --- 2023-01-17 Ævar Arnfjörð Bjarmason Superseded
[v4,10/19] http-backend.c: fix cmd_main() memory leak, refactor reg{exec,free}() leak fixes: various simple leak fixes - - - --- 2023-01-17 Ævar Arnfjörð Bjarmason Superseded
[v4,09/19] http-backend.c: fix "dir" and "cmd_arg" leaks in cmd_main() leak fixes: various simple leak fixes - - - --- 2023-01-17 Ævar Arnfjörð Bjarmason Superseded
[v4,08/19] worktree: fix a trivial leak in prune_worktrees() leak fixes: various simple leak fixes - - - --- 2023-01-17 Ævar Arnfjörð Bjarmason Superseded
[v4,07/19] repack: fix leaks on error with "goto cleanup" leak fixes: various simple leak fixes - - - --- 2023-01-17 Ævar Arnfjörð Bjarmason Superseded
[v4,06/19] name-rev: don't xstrdup() an already dup'd string leak fixes: various simple leak fixes - - - --- 2023-01-17 Ævar Arnfjörð Bjarmason Superseded
[v4,05/19] various: add missing clear_pathspec(), fix leaks leak fixes: various simple leak fixes - - - --- 2023-01-17 Ævar Arnfjörð Bjarmason Superseded
« 1 2 3 436 37 »