Show patches with: Submitter = Ævar Arnfjörð Bjarmason       |    State = Action Required       |   2460 patches
« 1 2 3 424 25 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/6] diff tests: fix ignored exit codes in t4023 tests: fix ignored & hidden exit codes - - - --- 2022-07-21 Ævar Arnfjörð Bjarmason New
[2/2] string-list API users: manually use string_list_init_*() string_list API users: use alloc + init, not calloc + strdup_strings - - - --- 2022-07-21 Ævar Arnfjörð Bjarmason New
[1/2] string_list API users + cocci: use string_list_init_dup() string_list API users: use alloc + init, not calloc + strdup_strings - - - --- 2022-07-21 Ævar Arnfjörð Bjarmason New
[v2] docs: remove pre-v1.6.0 "repack --delta-base-offset" docs [v2] docs: remove pre-v1.6.0 "repack --delta-base-offset" docs - - - --- 2022-07-19 Ævar Arnfjörð Bjarmason New
[v4,8/8] docs: move multi-pack-index docs to man section 5 git doc + "git help": move "format" docs from technical/* - - - --- 2022-07-18 Ævar Arnfjörð Bjarmason New
[v4,7/8] docs: move http-protocol docs to man section 5 git doc + "git help": move "format" docs from technical/* - - - --- 2022-07-18 Ævar Arnfjörð Bjarmason New
[v4,6/8] docs: move pack format docs to man section 5 git doc + "git help": move "format" docs from technical/* - - - --- 2022-07-18 Ævar Arnfjörð Bjarmason New
[v4,5/8] docs: move protocol-related docs to man section 5 git doc + "git help": move "format" docs from technical/* - - - --- 2022-07-18 Ævar Arnfjörð Bjarmason New
[v4,4/8] docs: move commit-graph format docs to man section 5 git doc + "git help": move "format" docs from technical/* - - - --- 2022-07-18 Ævar Arnfjörð Bjarmason New
[v4,3/8] git docs: create a "Git file formats and protocols" section git doc + "git help": move "format" docs from technical/* - - - --- 2022-07-18 Ævar Arnfjörð Bjarmason New
[v4,2/8] git docs: split "User-facing file formats" off from "Guides" git doc + "git help": move "format" docs from technical/* - - - --- 2022-07-18 Ævar Arnfjörð Bjarmason New
[v4,1/8] help.c: BUG() out if "help --guides" can't remove "git" prefixes git doc + "git help": move "format" docs from technical/* - - - --- 2022-07-18 Ævar Arnfjörð Bjarmason New
ab/squelch-empty-fsync-traces & hx/unpack-streaming bug (was: What's cooking in git.git (Jul 2022, … ab/squelch-empty-fsync-traces & hx/unpack-streaming bug (was: What's cooking in git.git (Jul 2022, … - - - --- 2022-07-15 Ævar Arnfjörð Bjarmason New
never refactor v.s. testing (was: [PATCH] tests: fix incorrect --write-junit-xml code) never refactor v.s. testing (was: [PATCH] tests: fix incorrect --write-junit-xml code) - - - --- 2022-07-15 Ævar Arnfjörð Bjarmason New
git-repack doc: remove discussion of ancient caveat git-repack doc: remove discussion of ancient caveat - - - --- 2022-07-15 Ævar Arnfjörð Bjarmason New
[10/10] CI: have "static-analysis" run "check-builtins", not "documentation" ci: make it easy to run locally, part 1 - - - --- 2022-07-14 Ævar Arnfjörð Bjarmason New
[09/10] CI: have "static-analysis" run a "make ci-static-analysis" target ci: make it easy to run locally, part 1 - - - --- 2022-07-14 Ævar Arnfjörð Bjarmason New
[08/10] CI: don't have "git grep" invoke a pager in tree content check ci: make it easy to run locally, part 1 - - - --- 2022-07-14 Ævar Arnfjörð Bjarmason New
[07/10] CI: export variables via a wrapper ci: make it easy to run locally, part 1 - - - --- 2022-07-14 Ævar Arnfjörð Bjarmason New
[06/10] CI: consistently use "export" in ci/lib.sh ci: make it easy to run locally, part 1 - - - --- 2022-07-14 Ævar Arnfjörð Bjarmason New
[05/10] CI/lib.sh: stop adding leading whitespace to $MAKEFLAGS ci: make it easy to run locally, part 1 - - - --- 2022-07-14 Ævar Arnfjörð Bjarmason New
[04/10] CI: make "$jobname" explicit, remove fallback ci: make it easy to run locally, part 1 - - - --- 2022-07-14 Ævar Arnfjörð Bjarmason New
[03/10] CI: remove dead "tree skipping" code ci: make it easy to run locally, part 1 - - - --- 2022-07-14 Ævar Arnfjörð Bjarmason New
[02/10] CI: remove more dead Travis CI support ci: make it easy to run locally, part 1 - - - --- 2022-07-14 Ævar Arnfjörð Bjarmason New
[01/10] CI: run "set -ex" early in ci/lib.sh ci: make it easy to run locally, part 1 - - - --- 2022-07-14 Ævar Arnfjörð Bjarmason New
[RFC,4/4] .clang-format: don't indent "goto" labels make headway towards a clean "clang-format" - - - --- 2022-07-11 Ævar Arnfjörð Bjarmason New
[RFC,3/4] .clang-format: do not enforce a ColumnLimit make headway towards a clean "clang-format" - - - --- 2022-07-11 Ævar Arnfjörð Bjarmason New
[RFC,2/4] .clang-format: Add a BitFieldColonSpacing=None rule make headway towards a clean "clang-format" - - - --- 2022-07-11 Ævar Arnfjörð Bjarmason New
[RFC,1/4] Makefile: add a style-all targets for .clang-format testing make headway towards a clean "clang-format" - - - --- 2022-07-11 Ævar Arnfjörð Bjarmason New
[7/7] xdiff: remove xdl_free(), use free() instead xdiff: use standard alloc macros, share them via git-shared-util.h - - - --- 2022-07-08 Ævar Arnfjörð Bjarmason New
[6/7] xdiff: remove xdl_malloc() wrapper, use malloc(), not xmalloc() xdiff: use standard alloc macros, share them via git-shared-util.h - - - --- 2022-07-08 Ævar Arnfjörð Bjarmason New
[5/7] xdiff: use GALLOC_GROW(), not XDL_ALLOC_GROW() xdiff: use standard alloc macros, share them via git-shared-util.h - - - --- 2022-07-08 Ævar Arnfjörð Bjarmason New
[4/7] xdiff: use G[C]ALLOC_ARRAY(), not XDL_CALLOC_ARRAY() xdiff: use standard alloc macros, share them via git-shared-util.h - - - --- 2022-07-08 Ævar Arnfjörð Bjarmason New
[3/7] git-shared-util.h: add G*() versions of *ALLOC_*() xdiff: use standard alloc macros, share them via git-shared-util.h - - - --- 2022-07-08 Ævar Arnfjörð Bjarmason New
[2/7] git-shared-util.h: move "shared" allocation utilities here xdiff: use standard alloc macros, share them via git-shared-util.h - - - --- 2022-07-08 Ævar Arnfjörð Bjarmason New
[1/7] xdiff: simplify freeing patterns around xdl_free_env() xdiff: use standard alloc macros, share them via git-shared-util.h - - - --- 2022-07-08 Ævar Arnfjörð Bjarmason New
[v2] trace2: don't include "fsync" events in all trace2 logs [v2] trace2: don't include "fsync" events in all trace2 logs - - - --- 2022-06-30 Ævar Arnfjörð Bjarmason New
[v2,1/1] scalar: reorganize from contrib/, still keep it "a contrib command" scalar: move to the top-level, test, CI and "install" support - - - --- 2022-06-23 Ævar Arnfjörð Bjarmason New
[10/10] fetch tests: fix needless and buggy re-quoting t5510: fix the quoting mess - - - --- 2022-06-21 Ævar Arnfjörð Bjarmason New
[09/10] fetch tests: stop implicitly adding refspecs t5510: fix the quoting mess - - - --- 2022-06-21 Ævar Arnfjörð Bjarmason New
[08/10] fetch tests: remove shelling out for previously "lazy" variables t5510: fix the quoting mess - - - --- 2022-06-21 Ævar Arnfjörð Bjarmason New
[07/10] fetch tests: remove lazy variable setup t5510: fix the quoting mess - - - --- 2022-06-21 Ævar Arnfjörð Bjarmason New
[06/10] fetch tests: pass a list, not a string of arguments t5510: fix the quoting mess - - - --- 2022-06-21 Ævar Arnfjörð Bjarmason New
[05/10] fetch tests: pass "mode" parameter first, pave way for "$@" t5510: fix the quoting mess - - - --- 2022-06-21 Ævar Arnfjörð Bjarmason New
[04/10] fetch tests: add a helper to avoid boilerplate t5510: fix the quoting mess - - - --- 2022-06-21 Ævar Arnfjörð Bjarmason New
[03/10] fetch tests: use "local", &&-chaining, style etc. t5510: fix the quoting mess - - - --- 2022-06-21 Ævar Arnfjörð Bjarmason New
[02/10] fetch tests: use named, not positional parameters t5510: fix the quoting mess - - - --- 2022-06-21 Ævar Arnfjörð Bjarmason New
[01/10] fetch tests: remove redundant test_unconfig() t5510: fix the quoting mess - - - --- 2022-06-21 Ævar Arnfjörð Bjarmason New
[RFC,5/5] transport: check remote.<name>pushurl with transfer.credentialsInUrl fix issues in transfer.credentialsInUrl - - - --- 2022-06-15 Ævar Arnfjörð Bjarmason New
[RFC,4/5] fetch: stop emitting duplicate transfer.credentialsInUrl=warn warnings fix issues in transfer.credentialsInUrl - - - --- 2022-06-15 Ævar Arnfjörð Bjarmason New
[RFC,3/5] CI: add a linux-BUILD-vars job fix issues in transfer.credentialsInUrl - - - --- 2022-06-15 Ævar Arnfjörð Bjarmason New
[RFC,2/5] fetch+push tests: add missing coverage for 6dcbdc0d661 fix issues in transfer.credentialsInUrl - - - --- 2022-06-15 Ævar Arnfjörð Bjarmason New
[RFC,1/5] push tests: add a missing "test_line_count" fix issues in transfer.credentialsInUrl - - - --- 2022-06-15 Ævar Arnfjörð Bjarmason New
[RFC,20/20] submodule: add a subprocess-less submodule.useBuiltin setting submodule: remove git-submodule.sh, create bare builtin/submodule.c - - - --- 2022-06-10 Ævar Arnfjörð Bjarmason New
[RFC,19/20] submodule: make it a built-in, remove git-submodule.sh submodule: remove git-submodule.sh, create bare builtin/submodule.c - - - --- 2022-06-10 Ævar Arnfjörð Bjarmason New
[RFC,18/20] git-submodule.sh: simplify parsing loop submodule: remove git-submodule.sh, create bare builtin/submodule.c - - - --- 2022-06-10 Ævar Arnfjörð Bjarmason New
[RFC,17/20] git-submodule.sh: use "$quiet", not "$GIT_QUIET" submodule: remove git-submodule.sh, create bare builtin/submodule.c - - - --- 2022-06-10 Ævar Arnfjörð Bjarmason New
[RFC,16/20] git-submodule.sh: dispatch "update" to helper submodule: remove git-submodule.sh, create bare builtin/submodule.c - - - --- 2022-06-10 Ævar Arnfjörð Bjarmason New
[RFC,15/20] submodule--helper: understand -v option for "update" submodule: remove git-submodule.sh, create bare builtin/submodule.c - - - --- 2022-06-10 Ævar Arnfjörð Bjarmason New
[RFC,14/20] git-submodule doc: document the -v" option to "update" submodule: remove git-submodule.sh, create bare builtin/submodule.c - - - --- 2022-06-10 Ævar Arnfjörð Bjarmason New
[RFC,13/20] submodule--helper: understand --checkout, --merge and --rebase synonyms submodule: remove git-submodule.sh, create bare builtin/submodule.c - - - --- 2022-06-10 Ævar Arnfjörð Bjarmason New
[RFC,11/20] git-submodule.sh: dispatch "foreach" to helper submodule: remove git-submodule.sh, create bare builtin/submodule.c - - - --- 2022-06-10 Ævar Arnfjörð Bjarmason New
[RFC,10/20] git-submodule.sh: dispatch directly to helper submodule: remove git-submodule.sh, create bare builtin/submodule.c - - - --- 2022-06-10 Ævar Arnfjörð Bjarmason New
[RFC,09/20] git-submodule.sh: dispatch "sync" to helper submodule: remove git-submodule.sh, create bare builtin/submodule.c - - - --- 2022-06-10 Ævar Arnfjörð Bjarmason New
[RFC,08/20] submodule--helper: pretend to be "git submodule" in "-h" output submodule: remove git-submodule.sh, create bare builtin/submodule.c - - - --- 2022-06-10 Ævar Arnfjörð Bjarmason New
[RFC,07/20] git-submodule.sh: create a "case" dispatch statement submodule: remove git-submodule.sh, create bare builtin/submodule.c - - - --- 2022-06-10 Ævar Arnfjörð Bjarmason New
[RFC,06/20] submodule--helper: rename "absorb-git-dirs" to "absorbgitdirs" submodule: remove git-submodule.sh, create bare builtin/submodule.c - - - --- 2022-06-10 Ævar Arnfjörð Bjarmason New
[RFC,05/20] git-submodule.sh: normalize parsing of --cached submodule: remove git-submodule.sh, create bare builtin/submodule.c - - - --- 2022-06-10 Ævar Arnfjörð Bjarmason New
[RFC,04/20] git-submodule.sh: normalize parsing of "--branch" submodule: remove git-submodule.sh, create bare builtin/submodule.c - - - --- 2022-06-10 Ævar Arnfjörð Bjarmason New
[RFC,03/20] git-submodule.sh: remove unused --super-prefix logic submodule: remove git-submodule.sh, create bare builtin/submodule.c - - - --- 2022-06-10 Ævar Arnfjörð Bjarmason New
[3/3] remote API: don't buggily FREE_AND_NULL(), free() instead remote API: fix -fanalyzer-spotted freeing issue - - - --- 2022-06-07 Ævar Arnfjörð Bjarmason New
[v6,2/2] hook API: fix v2.36.0 regression: hooks should be connected to a TTY hook API: connect hooks to the TTY again, fixes a v2.36.0 regression - - - --- 2022-06-07 Ævar Arnfjörð Bjarmason New
[v13,7/7] unpack-objects: use stream_loose_object() to unpack large objects unpack-objects: support streaming blobs to disk - - - --- 2022-06-04 Ævar Arnfjörð Bjarmason New
[v13,6/7] core doc: modernize core.bigFileThreshold documentation unpack-objects: support streaming blobs to disk - - - --- 2022-06-04 Ævar Arnfjörð Bjarmason New
[v13,5/7] object-file.c: add "stream_loose_object()" to handle large object unpack-objects: support streaming blobs to disk - - - --- 2022-06-04 Ævar Arnfjörð Bjarmason New
[v13,3/7] object-file.c: refactor write_loose_object() to several steps unpack-objects: support streaming blobs to disk - - - --- 2022-06-04 Ævar Arnfjörð Bjarmason New
[v13,2/7] object-file.c: do fsync() and close() before post-write die() unpack-objects: support streaming blobs to disk - - - --- 2022-06-04 Ævar Arnfjörð Bjarmason New
[v13,1/7] unpack-objects: low memory footprint for get_data() in dry_run mode unpack-objects: support streaming blobs to disk - - - --- 2022-06-04 Ævar Arnfjörð Bjarmason New
[RFC,15/15] config.mak.dev: add and use ASSERT_FOR_FANALYZER() macro Fix GCC -fanalyzer warnings & add -fanalyzer DEVOPTS mode - - - --- 2022-06-03 Ævar Arnfjörð Bjarmason New
[RFC,14/15] config.mak.dev: add a DEVOPTS=analyzer mode to use GCC's -fanalyzer Fix GCC -fanalyzer warnings & add -fanalyzer DEVOPTS mode - - - --- 2022-06-03 Ævar Arnfjörð Bjarmason New
[RFC,13/15] pack-write API: pass down "verify" not arbitrary flags Fix GCC -fanalyzer warnings & add -fanalyzer DEVOPTS mode - - - --- 2022-06-03 Ævar Arnfjörð Bjarmason New
[RFC,12/15] pack.h: wrap write_*file*() functions Fix GCC -fanalyzer warnings & add -fanalyzer DEVOPTS mode - - - --- 2022-06-03 Ævar Arnfjörð Bjarmason New
[RFC,11/15] blame.c: clarify the state of "final_commit" for -fanalyzer Fix GCC -fanalyzer warnings & add -fanalyzer DEVOPTS mode - - - --- 2022-06-03 Ævar Arnfjörð Bjarmason New
[RFC,10/15] reftable: don't have reader_get_block() confuse -fanalyzer Fix GCC -fanalyzer warnings & add -fanalyzer DEVOPTS mode - - - --- 2022-06-03 Ævar Arnfjörð Bjarmason New
[RFC,09/15] add-patch: assert parse_diff() expectations with BUG() Fix GCC -fanalyzer warnings & add -fanalyzer DEVOPTS mode - - - --- 2022-06-03 Ævar Arnfjörð Bjarmason New
[RFC,08/15] strbuf.c: use st_add3(), not unsigned_add_overflows() Fix GCC -fanalyzer warnings & add -fanalyzer DEVOPTS mode - - - --- 2022-06-03 Ævar Arnfjörð Bjarmason New
[RFC,07/15] strbuf.c: placate -fanalyzer in strbuf_grow() Fix GCC -fanalyzer warnings & add -fanalyzer DEVOPTS mode - - - --- 2022-06-03 Ævar Arnfjörð Bjarmason New
[RFC,06/15] ref-filter.c: BUG() out on show_ref() with NULL refname Fix GCC -fanalyzer warnings & add -fanalyzer DEVOPTS mode - - - --- 2022-06-03 Ævar Arnfjörð Bjarmason New
[RFC,05/15] refs/packed-backend.c: add a BUG() if iter is NULL Fix GCC -fanalyzer warnings & add -fanalyzer DEVOPTS mode - - - --- 2022-06-03 Ævar Arnfjörð Bjarmason New
[RFC,04/15] diff-lib.c: don't dereference NULL in oneway_diff() Fix GCC -fanalyzer warnings & add -fanalyzer DEVOPTS mode - - - --- 2022-06-03 Ævar Arnfjörð Bjarmason New
[RFC,03/15] reftable: don't memset() a NULL from failed malloc() Fix GCC -fanalyzer warnings & add -fanalyzer DEVOPTS mode - - - --- 2022-06-03 Ævar Arnfjörð Bjarmason New
[RFC,02/15] pull.c: don't feed NULL to strcmp() on get_rebase_fork_point() path Fix GCC -fanalyzer warnings & add -fanalyzer DEVOPTS mode - - - --- 2022-06-03 Ævar Arnfjörð Bjarmason New
[RFC,01/15] remote.c: don't dereference NULL in freeing loop Fix GCC -fanalyzer warnings & add -fanalyzer DEVOPTS mode - - - --- 2022-06-03 Ævar Arnfjörð Bjarmason New
[v3,6/6] cache-tree.c: use bug() and BUG_if_bug() usage API: add and use a bug() + BUG_if_bug() - - - --- 2022-06-02 Ævar Arnfjörð Bjarmason New
[v3,1/2] run-command API: rename "env_array" to "env" run-command.h: rename "env_array" to "env" - - - --- 2022-06-02 Ævar Arnfjörð Bjarmason New
[RFC,3/3] trace2: emit "signal" events after calling BUG() trace2: log "signal" end events if we invoke BUG() - - - --- 2022-05-26 Ævar Arnfjörð Bjarmason New
[RFC,2/3] refs API: rename "abort" callback to avoid macro clash trace2: log "signal" end events if we invoke BUG() - - - --- 2022-05-26 Ævar Arnfjörð Bjarmason New
[RFC,1/3] test-tool: don't fake up BUG() exits as code 99 trace2: log "signal" end events if we invoke BUG() - - - --- 2022-05-26 Ævar Arnfjörð Bjarmason New
[v6,14/14] CI: make the --github-workflow-markup "github" output the default CI: js/ci-github-workflow-markup rebased on "use $GITHUB_ENV" - - - --- 2022-05-25 Ævar Arnfjörð Bjarmason New
[v6,13/14] CI: make --github-workflow-markup ci-config, off by default CI: js/ci-github-workflow-markup rebased on "use $GITHUB_ENV" - - - --- 2022-05-25 Ævar Arnfjörð Bjarmason New
« 1 2 3 424 25 »