Show patches with: Submitter = Ævar Arnfjörð Bjarmason       |   6135 patches
« 1 2 ... 31 32 3361 62 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[11/16] Makefile: re-add and use the "shellquote" macros Makefiles: dependency correctness & speedup - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[10/16] Makefile: move $(comma), $(empty) and $(space) to shared.mak Makefiles: dependency correctness & speedup - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[09/16] Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to it Makefiles: dependency correctness & speedup - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[08/16] Makefile: stop needing @@GIT_VERSION@@ in *.perl scripts Makefiles: dependency correctness & speedup - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[07/16] Makefile: create a GIT-PYTHON-DEFINES, like "PERL" Makefiles: dependency correctness & speedup - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[06/16] Makefile: don't have Perl over-depend on GIT-BUILD-OPTIONS Makefiles: dependency correctness & speedup - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[05/16] Makefile: correct "GIT-PERL-{DEFINES,HEADER}" dependency graph Makefiles: dependency correctness & speedup - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[04/16] Makefile: move Perl-only variable assignments under !NO_PERL Makefiles: dependency correctness & speedup - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[03/16] Makefile: remove "mv $@ $@+" dance redundant to .DELETE_ON_ERROR Makefiles: dependency correctness & speedup - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[02/16] Makefile: clean perl/build/ even with NO_PERL=Y Makefiles: dependency correctness & speedup - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[01/16] Makefile: don't set up "perl/build" rules under NO_PERL=Y Makefiles: dependency correctness & speedup - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[v3,10/10] generate-cmdlist.sh: don't parse command-list.txt thrice generate-cmdlist.sh: make it (and "make") run faster - - - --- 2021-11-05 Ævar Arnfjörð Bjarmason Accepted
[v3,09/10] generate-cmdlist.sh: replace "grep' invocation with a shell version generate-cmdlist.sh: make it (and "make") run faster - - - --- 2021-11-05 Ævar Arnfjörð Bjarmason Accepted
[v3,08/10] generate-cmdlist.sh: do not shell out to "sed" generate-cmdlist.sh: make it (and "make") run faster - - - --- 2021-11-05 Ævar Arnfjörð Bjarmason Accepted
[v3,07/10] generate-cmdlist.sh: stop sorting category lines generate-cmdlist.sh: make it (and "make") run faster - - - --- 2021-11-05 Ævar Arnfjörð Bjarmason Accepted
[v3,06/10] generate-cmdlist.sh: replace for loop by printf's auto-repeat feature generate-cmdlist.sh: make it (and "make") run faster - - - --- 2021-11-05 Ævar Arnfjörð Bjarmason Accepted
[v3,05/10] generate-cmdlist.sh: run "grep | sort", not "sort | grep" generate-cmdlist.sh: make it (and "make") run faster - - - --- 2021-11-05 Ævar Arnfjörð Bjarmason Accepted
[v3,04/10] generate-cmdlist.sh: don't call get_categories() from category_list() generate-cmdlist.sh: make it (and "make") run faster - - - --- 2021-11-05 Ævar Arnfjörð Bjarmason Accepted
[v3,03/10] generate-cmdlist.sh: spawn fewer processes generate-cmdlist.sh: make it (and "make") run faster - - - --- 2021-11-05 Ævar Arnfjörð Bjarmason Accepted
[v3,02/10] generate-cmdlist.sh: trivial whitespace change generate-cmdlist.sh: make it (and "make") run faster - - - --- 2021-11-05 Ævar Arnfjörð Bjarmason Accepted
[v3,01/10] command-list.txt: sort with "LC_ALL=C sort" generate-cmdlist.sh: make it (and "make") run faster - - - --- 2021-11-05 Ævar Arnfjörð Bjarmason Accepted
[v3] checkout: fix "branch info" memory leaks [v3] checkout: fix "branch info" memory leaks - - - --- 2021-11-03 Ævar Arnfjörð Bjarmason Superseded
[2/2] prompt.c: add and use a GIT_TEST_TERMINAL_PROMPT=true prompt.c: split up git_prompt(), read from /dev/tty, not STDIN - - - --- 2021-11-02 Ævar Arnfjörð Bjarmason New
[1/2] prompt.c: split up the password and non-password handling prompt.c: split up git_prompt(), read from /dev/tty, not STDIN - - - --- 2021-11-02 Ævar Arnfjörð Bjarmason New
maintenance tests: fix systemd v2.34.0-rc* test regression maintenance tests: fix systemd v2.34.0-rc* test regression - - - --- 2021-11-02 Ævar Arnfjörð Bjarmason Superseded
[v6,8/8] progress.c: add & assert a "global_progress" variable progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-11-02 Ævar Arnfjörð Bjarmason New
[v6,7/8] various *.c: use isatty(0|2), not isatty(STDIN_FILENO|STDERR_FILENO) progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-11-02 Ævar Arnfjörð Bjarmason New
[v6,6/8] pack-bitmap-write.c: don't return without stop_progress() progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-11-02 Ævar Arnfjörð Bjarmason New
[v6,5/8] progress.c: add temporary variable from progress struct progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-11-02 Ævar Arnfjörð Bjarmason New
[v6,4/8] progress.c tests: test some invalid usage progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-11-02 Ævar Arnfjörð Bjarmason New
[v6,3/8] progress.c tests: make start/stop commands on stdin progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-11-02 Ævar Arnfjörð Bjarmason New
[v6,2/8] progress.c test helper: add missing braces progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-11-02 Ævar Arnfjörð Bjarmason New
[v6,1/8] leak tests: fix a memory leaks in "test-progress" helper progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-11-02 Ævar Arnfjörð Bjarmason New
[v2,3/3] Makefile: replace most hardcoded object lists with $(wildcard) Makefile: replace most hardcoded object lists with $(wildcard) - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason New
[v2,2/3] Makefile: add a utility to dump variables Makefile: replace most hardcoded object lists with $(wildcard) - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason New
[v2,1/3] Makefile: rename $(SCRIPT_LIB) to $(SCRIPT_LIB_GEN) Makefile: replace most hardcoded object lists with $(wildcard) - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason New
[v5,8/8] progress.c: add & assert a "global_progress" variable progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason Superseded
[v5,7/8] various *.c: use isatty(1|2), not isatty(STDIN_FILENO|STDERR_FILENO) progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason Superseded
[v5,6/8] pack-bitmap-write.c: don't return without stop_progress() progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason Superseded
[v5,5/8] progress.c: add temporary variable from progress struct progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason Superseded
[v5,4/8] progress.c tests: test some invalid usage progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason Superseded
[v5,3/8] progress.c tests: make start/stop commands on stdin progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason Superseded
[v5,2/8] progress.c test helper: add missing braces progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason Superseded
[v5,1/8] leak tests: fix a memory leaks in "test-progress" helper progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason Superseded
[v4,17/17] run-command: remove old run_hook_{le,ve}() hook API hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason Superseded
[v4,16/17] receive-pack: convert push-to-checkout hook to hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason Superseded
[v4,15/17] read-cache: convert post-index-change to use hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason Superseded
[v4,14/17] commit: convert {pre-commit,prepare-commit-msg} hook to hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason Superseded
[v4,13/17] git-p4: use 'git hook' to run hooks hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason Superseded
[v4,12/17] send-email: use 'git hook run' for 'sendemail-validate' hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason Superseded
[v4,11/17] git hook run: add an --ignore-missing flag hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason Superseded
[v4,10/17] hooks: convert worktree 'post-checkout' hook to hook library hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason Superseded
[v4,09/17] hooks: convert non-worktree 'post-checkout' hook to hook library hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason Superseded
[v4,08/17] merge: convert post-merge to use hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason Superseded
[v4,07/17] am: convert applypatch-msg to use hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason Superseded
[v4,06/17] rebase: convert pre-rebase to use hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason Superseded
[v4,05/17] hook API: add a run_hooks_l() wrapper hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason Superseded
[v4,04/17] am: convert {pre,post}-applypatch to use hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason Superseded
[v4,03/17] gc: use hook library for pre-auto-gc hook hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason Superseded
[v4,02/17] hook API: add a run_hooks() wrapper hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason Superseded
[v4,01/17] hook: add 'run' subcommand hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-01 Ævar Arnfjörð Bjarmason Superseded
Makefile: replace most hardcoded object lists with $(wildcard) Makefile: replace most hardcoded object lists with $(wildcard) - - - --- 2021-10-30 Ævar Arnfjörð Bjarmason Superseded
[15/15] leak tests: mark some fast-import tests as passing with SANITIZE=leak leak tests: remaining non-svn non-p4 tests as passing - - - --- 2021-10-30 Ævar Arnfjörð Bjarmason Accepted
[14/15] leak tests: mark some config tests as passing with SANITIZE=leak leak tests: remaining non-svn non-p4 tests as passing - - - --- 2021-10-30 Ævar Arnfjörð Bjarmason Accepted
[13/15] leak tests: mark some status tests as passing with SANITIZE=leak leak tests: remaining non-svn non-p4 tests as passing - - - --- 2021-10-30 Ævar Arnfjörð Bjarmason Accepted
[12/15] leak tests: mark some clone tests as passing with SANITIZE=leak leak tests: remaining non-svn non-p4 tests as passing - - - --- 2021-10-30 Ævar Arnfjörð Bjarmason Accepted
[11/15] leak tests: mark some add tests as passing with SANITIZE=leak leak tests: remaining non-svn non-p4 tests as passing - - - --- 2021-10-30 Ævar Arnfjörð Bjarmason Accepted
[10/15] leak tests: mark some diff tests as passing with SANITIZE=leak leak tests: remaining non-svn non-p4 tests as passing - - - --- 2021-10-30 Ævar Arnfjörð Bjarmason Accepted
[09/15] leak tests: mark some apply tests as passing with SANITIZE=leak leak tests: remaining non-svn non-p4 tests as passing - - - --- 2021-10-30 Ævar Arnfjörð Bjarmason Accepted
[08/15] leak tests: mark some notes tests as passing with SANITIZE=leak leak tests: remaining non-svn non-p4 tests as passing - - - --- 2021-10-30 Ævar Arnfjörð Bjarmason Accepted
[07/15] leak tests: mark some update-index tests as passing with SANITIZE=leak leak tests: remaining non-svn non-p4 tests as passing - - - --- 2021-10-30 Ævar Arnfjörð Bjarmason Accepted
[06/15] leak tests: mark some rev-parse tests as passing with SANITIZE=leak leak tests: remaining non-svn non-p4 tests as passing - - - --- 2021-10-30 Ævar Arnfjörð Bjarmason Accepted
[05/15] leak tests: mark some rev-list tests as passing with SANITIZE=leak leak tests: remaining non-svn non-p4 tests as passing - - - --- 2021-10-30 Ævar Arnfjörð Bjarmason Accepted
[04/15] leak tests: mark some misc tests as passing with SANITIZE=leak leak tests: remaining non-svn non-p4 tests as passing - - - --- 2021-10-30 Ævar Arnfjörð Bjarmason Accepted
[03/15] leak tests: mark most gettext tests as passing with SANITIZE=leak leak tests: remaining non-svn non-p4 tests as passing - - - --- 2021-10-30 Ævar Arnfjörð Bjarmason Accepted
[02/15] leak tests: mark "sort" test as passing SANITIZE=leak leak tests: remaining non-svn non-p4 tests as passing - - - --- 2021-10-30 Ævar Arnfjörð Bjarmason Accepted
[01/15] leak tests: mark a read-tree test as passing SANITIZE=leak leak tests: remaining non-svn non-p4 tests as passing - - - --- 2021-10-30 Ævar Arnfjörð Bjarmason Accepted
contrib: build & test scalar by default, optionally install contrib: build & test scalar by default, optionally install - - - --- 2021-10-28 Ævar Arnfjörð Bjarmason New
[3/3] bundle-uri client: add "bundle-uri" parsing + tests bundle-uri: "dumb" static CDN offloading, spec & server implementation - - - --- 2021-10-25 Ævar Arnfjörð Bjarmason New
[2/3] protocol v2: specify static seeding of clone/fetch via "bundle-uri" bundle-uri: "dumb" static CDN offloading, spec & server implementation - - - --- 2021-10-25 Ævar Arnfjörð Bjarmason New
[1/3] leak tests: mark t5701-git-serve.sh as passing SANITIZE=leak bundle-uri: "dumb" static CDN offloading, spec & server implementation - - - --- 2021-10-25 Ævar Arnfjörð Bjarmason New
[v4,8/8] progress.c: add & assert a "global_progress" variable progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-10-25 Ævar Arnfjörð Bjarmason Superseded
[v4,7/8] various *.c: use isatty(1|2), not isatty(STDIN_FILENO|STDERR_FILENO) progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-10-25 Ævar Arnfjörð Bjarmason Superseded
[v4,6/8] pack-bitmap-write.c: don't return without stop_progress() progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-10-25 Ævar Arnfjörð Bjarmason Superseded
[v4,5/8] progress.c: add temporary variable from progress struct progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-10-25 Ævar Arnfjörð Bjarmason Superseded
[v4,4/8] progress.c tests: test some invalid usage progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-10-25 Ævar Arnfjörð Bjarmason Superseded
[v4,3/8] progress.c tests: make start/stop commands on stdin progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-10-25 Ævar Arnfjörð Bjarmason Superseded
[v4,2/8] progress.c test helper: add missing braces progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-10-25 Ævar Arnfjörð Bjarmason Superseded
[v4,1/8] leak tests: fix a memory leaks in "test-progress" helper progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-10-25 Ævar Arnfjörð Bjarmason Superseded
[v2,10/10] generate-cmdlist.sh: replace "cut", "tr" and "grep" with pure-shell Makefile: make generate-cmdlist.sh much faster - - - --- 2021-10-22 Ævar Arnfjörð Bjarmason New
[v2,09/10] generate-cmdlist.sh: replace "grep' invocation with a shell version Makefile: make generate-cmdlist.sh much faster - - - --- 2021-10-22 Ævar Arnfjörð Bjarmason New
[v2,08/10] generate-cmdlist.sh: do not shell out to "sed" Makefile: make generate-cmdlist.sh much faster - - - --- 2021-10-22 Ævar Arnfjörð Bjarmason New
[v2,07/10] generate-cmdlist.sh: stop sorting category lines Makefile: make generate-cmdlist.sh much faster - - - --- 2021-10-22 Ævar Arnfjörð Bjarmason New
[v2,06/10] generate-cmdlist.sh: replace for loop by printf's auto-repeat feature Makefile: make generate-cmdlist.sh much faster - - - --- 2021-10-22 Ævar Arnfjörð Bjarmason New
[v2,05/10] generate-cmdlist.sh: run "grep | sort", not "sort | grep" Makefile: make generate-cmdlist.sh much faster - - - --- 2021-10-22 Ævar Arnfjörð Bjarmason New
[v2,04/10] generate-cmdlist.sh: don't call get_categories() from category_list() Makefile: make generate-cmdlist.sh much faster - - - --- 2021-10-22 Ævar Arnfjörð Bjarmason New
[v2,03/10] generate-cmdlist.sh: spawn fewer processes Makefile: make generate-cmdlist.sh much faster - - - --- 2021-10-22 Ævar Arnfjörð Bjarmason New
[v2,02/10] generate-cmdlist.sh: trivial whitespace change Makefile: make generate-cmdlist.sh much faster - - - --- 2021-10-22 Ævar Arnfjörð Bjarmason New
[v2,01/10] command-list.txt: sort with "LC_ALL=C sort" Makefile: make generate-cmdlist.sh much faster - - - --- 2021-10-22 Ævar Arnfjörð Bjarmason New
[v3,6/6] refs: plug memory leak in repo_default_branch_name() usage.c: add die_message() & plug memory leaks in refs.c & config.c - - - --- 2021-10-22 Ævar Arnfjörð Bjarmason New
« 1 2 ... 31 32 3361 62 »