Show patches with: Submitter = Ævar Arnfjörð Bjarmason       |   6135 patches
« 1 2 ... 30 31 3261 62 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,11/23] Makefile: stop needing @@GIT_VERSION@@ in *.perl scripts Makefile: dependency fixes, make noop runtime ~1.4x faster - - - --- 2021-11-16 Ævar Arnfjörð Bjarmason Superseded
[v3,10/23] Makefile: create a GIT-PYTHON-DEFINES, like "PERL" Makefile: dependency fixes, make noop runtime ~1.4x faster - - - --- 2021-11-16 Ævar Arnfjörð Bjarmason Superseded
[v3,09/23] Makefile: correct "GIT-PERL-{DEFINES,HEADER}" dependency graph Makefile: dependency fixes, make noop runtime ~1.4x faster - - - --- 2021-11-16 Ævar Arnfjörð Bjarmason Superseded
[v3,08/23] Makefile: adjust Perl-related comments & whitespace Makefile: dependency fixes, make noop runtime ~1.4x faster - - - --- 2021-11-16 Ævar Arnfjörð Bjarmason Superseded
[v3,07/23] Makefile: change "ifndef NO_PERL" to "ifdef NO_PERL" Makefile: dependency fixes, make noop runtime ~1.4x faster - - - --- 2021-11-16 Ævar Arnfjörð Bjarmason Superseded
[v3,06/23] Makefile: guard Perl-only variable assignments Makefile: dependency fixes, make noop runtime ~1.4x faster - - - --- 2021-11-16 Ævar Arnfjörð Bjarmason Superseded
[v3,05/23] Makefile: remove "mv $@ $@+" dance redundant to .DELETE_ON_ERROR Makefile: dependency fixes, make noop runtime ~1.4x faster - - - --- 2021-11-16 Ævar Arnfjörð Bjarmason Superseded
[v3,04/23] Makefile: clean perl/build/ even with NO_PERL=Y Makefile: dependency fixes, make noop runtime ~1.4x faster - - - --- 2021-11-16 Ævar Arnfjörð Bjarmason Superseded
[v3,03/23] Makefile: use "=" not ":=" for po/* and perl/* Makefile: dependency fixes, make noop runtime ~1.4x faster - - - --- 2021-11-16 Ævar Arnfjörð Bjarmason Superseded
[v3,02/23] Makefile: don't set up "perl/build" rules under NO_PERL=Y Makefile: dependency fixes, make noop runtime ~1.4x faster - - - --- 2021-11-16 Ævar Arnfjörð Bjarmason Superseded
[v3,01/23] Makefile: don't invoke msgfmt with --statistics Makefile: dependency fixes, make noop runtime ~1.4x faster - - - --- 2021-11-16 Ævar Arnfjörð Bjarmason Superseded
[RFC,21/21] usage API: add "core.usageAddSource" config to add <file>:<line> C99: show meaningful <file>:<line> in trace2 via macros - - - --- 2021-11-15 Ævar Arnfjörð Bjarmason New
[RFC,20/21] usage API: make the "{usage,fatal,error,warning,BUG}: " translatable C99: show meaningful <file>:<line> in trace2 via macros - - - --- 2021-11-15 Ævar Arnfjörð Bjarmason New
[RFC,19/21] usage API: use C99 macros for {usage,usagef,die,error,warning,die}*() C99: show meaningful <file>:<line> in trace2 via macros - - - --- 2021-11-15 Ævar Arnfjörð Bjarmason New
[RFC,18/21] usage.c: move rename variables in usage routines around C99: show meaningful <file>:<line> in trace2 via macros - - - --- 2021-11-15 Ævar Arnfjörð Bjarmason New
[RFC,17/21] usage.c: move usage routines around C99: show meaningful <file>:<line> in trace2 via macros - - - --- 2021-11-15 Ævar Arnfjörð Bjarmason New
[RFC,16/21] usage.[ch] API: rename "warn" vars functions to "warning" C99: show meaningful <file>:<line> in trace2 via macros - - - --- 2021-11-15 Ævar Arnfjörð Bjarmason New
[RFC,15/21] usage.[ch] API users: use report_fn, not hardcoded prototype C99: show meaningful <file>:<line> in trace2 via macros - - - --- 2021-11-15 Ævar Arnfjörð Bjarmason New
[RFC,14/21] usage API: create a new usage.h, move API docs there C99: show meaningful <file>:<line> in trace2 via macros - - - --- 2021-11-15 Ævar Arnfjörð Bjarmason New
[RFC,13/21] strbuf.h: use BUG(...) not die("BUG: ...") C99: show meaningful <file>:<line> in trace2 via macros - - - --- 2021-11-15 Ævar Arnfjörð Bjarmason Accepted
[RFC,12/21] pack-objects: use BUG(...) not die("BUG: ...") C99: show meaningful <file>:<line> in trace2 via macros - - - --- 2021-11-15 Ævar Arnfjörð Bjarmason Accepted
[RFC,11/21] cache-tree.c: use bug() and BUG_if_bug() C99: show meaningful <file>:<line> in trace2 via macros - - - --- 2021-11-15 Ævar Arnfjörð Bjarmason New
[RFC,10/21] receive-pack: use bug() and BUG_if_bug() C99: show meaningful <file>:<line> in trace2 via macros - - - --- 2021-11-15 Ævar Arnfjörð Bjarmason New
[RFC,09/21] parse-options.[ch] API: use bug() to improve error output C99: show meaningful <file>:<line> in trace2 via macros - - - --- 2021-11-15 Ævar Arnfjörð Bjarmason New
[RFC,08/21] usage.c: add a non-fatal bug() function to go with BUG() C99: show meaningful <file>:<line> in trace2 via macros - - - --- 2021-11-15 Ævar Arnfjörð Bjarmason New
[RFC,07/21] common-main.c: call exit(), don't return C99: show meaningful <file>:<line> in trace2 via macros - - - --- 2021-11-15 Ævar Arnfjörð Bjarmason New
[RFC,06/21] config API: don't use vreportf(), make it static in usage.c C99: show meaningful <file>:<line> in trace2 via macros - - - --- 2021-11-15 Ævar Arnfjörð Bjarmason New
[RFC,05/21] usage.c + gc: add and use a die_message_errno() C99: show meaningful <file>:<line> in trace2 via macros - - - --- 2021-11-15 Ævar Arnfjörð Bjarmason New
[RFC,04/21] usage.c API users: use die_message() where appropriate C99: show meaningful <file>:<line> in trace2 via macros - - - --- 2021-11-15 Ævar Arnfjörð Bjarmason New
[RFC,03/21] usage.c: add a die_message() routine C99: show meaningful <file>:<line> in trace2 via macros - - - --- 2021-11-15 Ævar Arnfjörð Bjarmason New
[RFC,02/21] C99 support: hard-depend on C99 variadic macros C99: show meaningful <file>:<line> in trace2 via macros - - - --- 2021-11-15 Ævar Arnfjörð Bjarmason New
[RFC,01/21] git-compat-util.h: clarify GCC v.s. C99-specific in comment C99: show meaningful <file>:<line> in trace2 via macros - - - --- 2021-11-15 Ævar Arnfjörð Bjarmason New
parse-options API: simplify OPT_ALIAS() parse-options API: simplify OPT_ALIAS() - - - --- 2021-11-15 Ævar Arnfjörð Bjarmason New
New-ish warning in refs.c with GCC (at least 11.2) under -O3 New-ish warning in refs.c with GCC (at least 11.2) under -O3 - - - --- 2021-11-15 Ævar Arnfjörð Bjarmason New
Is 'for (int i = [...]' bad for C STD compliance reasons? (was: [PATCH] MyFirstContribution.txt: fi… Is 'for (int i = [...]' bad for C STD compliance reasons? (was: [PATCH] MyFirstContribution.txt: fi… - - - --- 2021-11-14 Ævar Arnfjörð Bjarmason New
[v2,10/10] cat-file: improve --(textconv|filters) disambiguation cat-file: better usage UX & error messages - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason Superseded
[v2,09/10] object-name.c: don't have GET_OID_ONLY_TO_DIE imply *_QUIETLY cat-file: better usage UX & error messages - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason Superseded
[v2,08/10] cat-file: correct and improve usage information cat-file: better usage UX & error messages - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason Superseded
[v2,07/10] cat-file: fix remaining usage bugs cat-file: better usage UX & error messages - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason Superseded
[v2,06/10] cat-file: make --batch-all-objects a CMDMODE cat-file: better usage UX & error messages - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason Superseded
[v2,05/10] cat-file: move "usage" variable to cmd_cat_file() cat-file: better usage UX & error messages - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason Superseded
[v2,04/10] cat-file docs: fix SYNOPSIS and "-h" output cat-file: better usage UX & error messages - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason Superseded
[v2,03/10] parse-options API: add a usage_msg_optf() cat-file: better usage UX & error messages - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason Superseded
[v2,02/10] cat-file tests: test messaging on bad objects/paths cat-file: better usage UX & error messages - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason Superseded
[v2,01/10] cat-file tests: test bad usage cat-file: better usage UX & error messages - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason Superseded
[v2,18/18] Makefiles: add and use wildcard "mkdir -p" template Makefiles: dependency correctness & speedup - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason New
[v2,17/18] Makefile: use $(wspfx) for $(QUIET...) in shared.mak Makefiles: dependency correctness & speedup - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason New
[v2,16/18] Makefile: add "$(QUIET)" boilerplate to shared.mak Makefiles: dependency correctness & speedup - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason New
[v2,15/18] Makefile: add a "TRACK_template" for GIT-*{FLAGS,DEFINES,...} Makefiles: dependency correctness & speedup - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason New
[v2,14/18] Makefile: re-add and use the "shellquote" macros Makefiles: dependency correctness & speedup - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason New
[v2,13/18] Makefile: move $(comma), $(empty) and $(space) to shared.mak Makefiles: dependency correctness & speedup - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason New
[v2,12/18] Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to it Makefiles: dependency correctness & speedup - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason New
[v2,11/18] Makefile: stop needing @@GIT_VERSION@@ in *.perl scripts Makefiles: dependency correctness & speedup - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason New
[v2,10/18] Makefile: create a GIT-PYTHON-DEFINES, like "PERL" Makefiles: dependency correctness & speedup - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason New
[v2,09/18] Makefile: correct "GIT-PERL-{DEFINES,HEADER}" dependency graph Makefiles: dependency correctness & speedup - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason New
[v2,08/18] Makefile: adjust Perl-related comments & whitespace Makefiles: dependency correctness & speedup - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason New
[v2,07/18] Makefile: change "ifndef NO_PERL" to "ifdef NO_PERL" Makefiles: dependency correctness & speedup - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason New
[v2,06/18] Makefile: guard Perl-only variable assignments Makefiles: dependency correctness & speedup - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason New
[v2,05/18] Makefile: remove "mv $@ $@+" dance redundant to .DELETE_ON_ERROR Makefiles: dependency correctness & speedup - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason New
[v2,04/18] Makefile: clean perl/build/ even with NO_PERL=Y Makefiles: dependency correctness & speedup - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason New
[v2,03/18] Makefile: use "=" not ":=" for po/* and perl/* Makefiles: dependency correctness & speedup - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason New
[v2,02/18] Makefile: don't set up "perl/build" rules under NO_PERL=Y Makefiles: dependency correctness & speedup - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason New
[v2,01/18] Makefile: don't invoke msgfmt with --statistics Makefiles: dependency correctness & speedup - - - --- 2021-11-12 Ævar Arnfjörð Bjarmason Accepted
[2/2] object-file: free(*contents) only in read_loose_object() caller v2.34.0-rc2 regression: free() of uninitialized in ab/fsck-unexpected-type - - - --- 2021-11-11 Ævar Arnfjörð Bjarmason Accepted
[1/2] object-file: fix SEGV on free() regression in v2.34.0-rc2 v2.34.0-rc2 regression: free() of uninitialized in ab/fsck-unexpected-type - - - --- 2021-11-11 Ævar Arnfjörð Bjarmason Accepted
[v2] maintenance tests: fix systemd v2.34.0-rc* test regression [v2] maintenance tests: fix systemd v2.34.0-rc* test regression - - - --- 2021-11-10 Ævar Arnfjörð Bjarmason New
[v2,8/8] grep: make "extendedRegexp=true" the same as "patternType=extended" grep: simplify & delete code by changing obscure cfg variable behavior - - - --- 2021-11-10 Ævar Arnfjörð Bjarmason New
[v2,7/8] grep: simplify config parsing, change grep.<rx config> interaction grep: simplify & delete code by changing obscure cfg variable behavior - - - --- 2021-11-10 Ævar Arnfjörð Bjarmason New
[v2,6/8] grep API: call grep_config() after grep_init() grep: simplify & delete code by changing obscure cfg variable behavior - - - --- 2021-11-10 Ævar Arnfjörð Bjarmason New
[v2,5/8] grep.c: don't pass along NULL callback value grep: simplify & delete code by changing obscure cfg variable behavior - - - --- 2021-11-10 Ævar Arnfjörð Bjarmason New
[v2,4/8] grep docs: de-duplicate configuration sections grep: simplify & delete code by changing obscure cfg variable behavior - - - --- 2021-11-10 Ævar Arnfjörð Bjarmason New
[v2,3/8] log tests: check if grep_config() is called by "log"-like cmds grep: simplify & delete code by changing obscure cfg variable behavior - - - --- 2021-11-10 Ævar Arnfjörð Bjarmason New
[v2,2/8] built-ins: trust the "prefix" from run_builtin() grep: simplify & delete code by changing obscure cfg variable behavior - - - --- 2021-11-10 Ævar Arnfjörð Bjarmason New
[v2,1/8] grep.h: remove unused "regex_t regexp" from grep_opt grep: simplify & delete code by changing obscure cfg variable behavior - - - --- 2021-11-10 Ævar Arnfjörð Bjarmason New
[v2] parse-options.c: use "enum parse_opt_result" for parse_nodash_opt() [v2] parse-options.c: use "enum parse_opt_result" for parse_nodash_opt() - - - --- 2021-11-10 Ævar Arnfjörð Bjarmason Accepted
[2/2] parse-options.c: use "enum parse_opt_result" for parse_nodash_opt() parse-options.[ch]: enum fixup & enum nit - - - --- 2021-11-09 Ævar Arnfjörð Bjarmason Accepted
[1/2] parse-options.[ch]: revert use of "enum" for parse_options() parse-options.[ch]: enum fixup & enum nit - - - --- 2021-11-09 Ævar Arnfjörð Bjarmason New
[10/10] cat-file: improve --(textconv|filters) disambiguation cat-file: better usage UX & error messages - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[09/10] object-name.c: don't have GET_OID_ONLY_TO_DIE imply *_QUIETLY cat-file: better usage UX & error messages - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[08/10] cat-file: correct and improve usage information cat-file: better usage UX & error messages - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[07/10] cat-file: fix remaining usage bugs cat-file: better usage UX & error messages - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[06/10] cat-file: make --batch-all-objects a CMDMODE cat-file: better usage UX & error messages - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[05/10] cat-file: move "usage" variable to cmd_cat_file() cat-file: better usage UX & error messages - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[04/10] cat-file docs: fix SYNOPSIS and "-h" output cat-file: better usage UX & error messages - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[03/10] parse-options API: add a usage_msg_optf() cat-file: better usage UX & error messages - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[02/10] cat-file tests: test messaging on bad objects/paths cat-file: better usage UX & error messages - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[01/10] cat-file tests: test bad usage cat-file: better usage UX & error messages - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[8/8] grep: make "extendedRegexp=true" the same as "patternType=extended" grep: simplify & delete code by changing obscure cfg variable behavior - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[7/8] grep: simplify config parsing, change grep.<rx config> interaction grep: simplify & delete code by changing obscure cfg variable behavior - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[6/8] grep API: call grep_config() after grep_init() grep: simplify & delete code by changing obscure cfg variable behavior - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[5/8] log tests: check if grep_config() is called by "log"-like cmds grep: simplify & delete code by changing obscure cfg variable behavior - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[4/8] grep.c: move "prefix" out of "struct grep_opt" grep: simplify & delete code by changing obscure cfg variable behavior - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[3/8] grep: remove unused "prefix_length" member grep: simplify & delete code by changing obscure cfg variable behavior - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[2/8] git.c & grep.c: assert that "prefix" is NULL or non-zero string grep: simplify & delete code by changing obscure cfg variable behavior - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[1/8] grep.h: remove unused "regex_t regexp" from grep_opt grep: simplify & delete code by changing obscure cfg variable behavior - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[16/16] Makefile: don't invoke msgfmt with --statistics Makefiles: dependency correctness & speedup - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[15/16] Makefiles: add and use wildcard "mkdir -p" template Makefiles: dependency correctness & speedup - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[14/16] Makefile: use $(wspfx) for $(QUIET...) in shared.mak Makefiles: dependency correctness & speedup - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[13/16] Makefile: add "$(QUIET)" boilerplate to shared.mak Makefiles: dependency correctness & speedup - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
[12/16] Makefile: add a "TRACK_template" for GIT-*{FLAGS,DEFINES,...} Makefiles: dependency correctness & speedup - - - --- 2021-11-06 Ævar Arnfjörð Bjarmason Superseded
« 1 2 ... 30 31 3261 62 »