Show patches with: State = Action Required       |   24509 patches
« 1 2 ... 35 36 37245 246 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[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
[8/8] submodule update: remove never-used expansion submodule update: parse all options in C - - - --- 2022-06-10 Glen Choo New
[7/8] submodule update: stop parsing options in .sh submodule update: parse all options in C - - - --- 2022-06-10 Glen Choo New
[6/8] submodule update: remove -v, pass --quiet submodule update: parse all options in C - - - --- 2022-06-10 Glen Choo New
[5/8] submodule--helper update: use one param per type submodule update: parse all options in C - - - --- 2022-06-10 Glen Choo New
[4/8] submodule update: pass --require-init and --init submodule update: parse all options in C - - - --- 2022-06-10 Glen Choo New
[3/8] submodule update: pass options with stuck forms submodule update: parse all options in C - - - --- 2022-06-10 Glen Choo New
[2/8] submodule update: pass options containing "[no-]" submodule update: parse all options in C - - - --- 2022-06-10 Glen Choo New
[1/8] submodule update: remove intermediate parsing submodule update: parse all options in C - - - --- 2022-06-10 Glen Choo New
[v2] ls-files.c: add --object-only option [v2] ls-files.c: add --object-only option - - - --- 2022-06-09 ZheNing Hu New
[v8] git-prompt: make colouring consistent [v8] git-prompt: make colouring consistent - - - --- 2022-06-09 Joakim Petersen New
[RFC] object-file.c: batched disk flushes for stream_loose_object() [RFC] object-file.c: batched disk flushes for stream_loose_object() - - - --- 2022-06-09 Han Xin New
connected: distinguish local/remote bad objects connected: distinguish local/remote bad objects - - - --- 2022-06-08 Jonathan Tan New
[v2,7/7] rebase: add rebase.updateRefs config option rebase: update branches in multi-part topic - - - --- 2022-06-07 Derrick Stolee New
[v2,6/7] sequencer: implement 'update-refs' command rebase: update branches in multi-part topic - - - --- 2022-06-07 Derrick Stolee New
[v2,5/7] rebase: add --update-refs option rebase: update branches in multi-part topic - - - --- 2022-06-07 Derrick Stolee New
[v2,4/7] sequencer: add update-refs command rebase: update branches in multi-part topic - - - --- 2022-06-07 Derrick Stolee New
[v2,2/7] branch: add branch_checked_out() helper rebase: update branches in multi-part topic - - - --- 2022-06-07 Derrick Stolee New
[v2,1/7] log-tree: create for_each_decoration() rebase: update branches in multi-part topic - - - --- 2022-06-07 Derrick Stolee New
[v2,2/3] bitmap-format.txt: fix some formatting issues bitmap-format.txt: fix some formatting issues and include checksum info - - - --- 2022-06-07 Abhradeep Chakraborty 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
[2/2] builtin/show-ref.c: limit output with `--count` builtin/show-ref.c: support `--count` for limiting output - - - --- 2022-06-06 Taylor Blau New
[1/2] builtin/show-ref.c: rename `found_match` to `matches_nr` builtin/show-ref.c: support `--count` for limiting output - - - --- 2022-06-06 Taylor Blau New
[v5] remote: create fetch.credentialsInUrl config [v5] remote: create fetch.credentialsInUrl config - - - --- 2022-06-06 Derrick Stolee New
ls-files.c: add --only-object-name option ls-files.c: add --only-object-name option - - - --- 2022-06-06 ZheNing Hu 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
builtin/show-ref.c: avoid over-iterating with --heads, --tags builtin/show-ref.c: avoid over-iterating with --heads, --tags - - - --- 2022-06-03 Taylor Blau 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
[2/2] ci: also run the `scalar` tests Integrate Scalar into the CI builds - - - --- 2022-06-02 Johannes Schindelin New
[1/2] cmake: optionally build `scalar`, too Integrate Scalar into the CI builds - - - --- 2022-06-02 Johannes Schindelin New
[v3,2/2] usage: add warn_once() helper for repeated warnings fetch: create fetch.credentialsInUrl config - - - --- 2022-06-01 Derrick Stolee New
[v3,1/2] remote: create fetch.credentialsInUrl config fetch: create fetch.credentialsInUrl config - - - --- 2022-06-01 Derrick Stolee New
ssh signing: Support ECDSA as literal SSH keys ssh signing: Support ECDSA as literal SSH keys - - - --- 2022-05-30 Andy Lindeman New
[v6+,1/7] archive: optionally add "virtual" files js/scalar-diagnose rebased - - - --- 2022-05-28 Junio C Hamano New
[v3,5/5] upload-pack: make uploadpack.packObjectsHook protected config: introduce discovery.bare and protected config - - - --- 2022-05-27 Glen Choo New
[v3,4/5] config: include "-c" in protected config config: introduce discovery.bare and protected config - - - --- 2022-05-27 Glen Choo New
[v3,3/5] setup.c: create `discovery.bare` config: introduce discovery.bare and protected config - - - --- 2022-05-27 Glen Choo New
[v3,2/5] config: read protected config with `git_protected_config()` config: introduce discovery.bare and protected config - - - --- 2022-05-27 Glen Choo New
[v3,1/5] Documentation: define protected configuration config: introduce discovery.bare and protected config - - - --- 2022-05-27 Glen Choo New
hook: provide GIT_HOOK for all hooks hook: provide GIT_HOOK for all hooks - - - --- 2022-05-27 John Cai New
[v2,4/4] error message now advice to use the new option [v2,1/4] t6436: tests how merge behave when there is untracked file with the same content - - - --- 2022-05-27 Jonathan Bressat New
[v2,3/4] add configuration variable corresponding to --overwrite-same-content [v2,1/4] t6436: tests how merge behave when there is untracked file with the same content - - - --- 2022-05-27 Jonathan Bressat New
[v2,2/4] merge with untracked file that are the same without failure [v2,1/4] t6436: tests how merge behave when there is untracked file with the same content - - - --- 2022-05-27 Jonathan Bressat New
[v2,1/4] t6436: tests how merge behave when there is untracked file with the same content [v2,1/4] t6436: tests how merge behave when there is untracked file with the same content - - - --- 2022-05-27 Jonathan Bressat New
[v2,0/4] Be nicer to the user on tracked/untracked merge conflicts - - - --- 2022-05-27 Jonathan Bressat New
[v2] urlmatch: create fetch.credentialsInUrl config [v2] urlmatch: create fetch.credentialsInUrl config - - - --- 2022-05-27 Derrick Stolee New
Re* jc/http-clear-finished-pointer Re* jc/http-clear-finished-pointer - - - --- 2022-05-26 Junio C Hamano New
Makefile: dedup git-ls-files output to prevent duplicate targets Makefile: dedup git-ls-files output to prevent duplicate targets - - - --- 2022-05-26 Jiang Xin 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
Makefile: build 'gitweb' in the default target Makefile: build 'gitweb' in the default target - - - --- 2022-05-25 SZEDER Gábor 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
[v6,11/14] ci(github): mention where the full logs can be found CI: js/ci-github-workflow-markup rebased on "use $GITHUB_ENV" - - - --- 2022-05-25 Ævar Arnfjörð Bjarmason New
[v6,09/14] ci(github): skip "skip" tests in --github-workflow-markup CI: js/ci-github-workflow-markup rebased on "use $GITHUB_ENV" - - - --- 2022-05-25 Ævar Arnfjörð Bjarmason New
[v6,07/14] ci: make it easier to find failed tests' logs in the GitHub workflow CI: js/ci-github-workflow-markup rebased on "use $GITHUB_ENV" - - - --- 2022-05-25 Ævar Arnfjörð Bjarmason New
[v6,03/14] CI: stop setting FAILED_TEST_ARTIFACTS N times CI: js/ci-github-workflow-markup rebased on "use $GITHUB_ENV" - - - --- 2022-05-25 Ævar Arnfjörð Bjarmason New
[v6,02/14] CI: don't include "test-results/" in ci/print-test-failures.sh output CI: js/ci-github-workflow-markup rebased on "use $GITHUB_ENV" - - - --- 2022-05-25 Ævar Arnfjörð Bjarmason New
[v6,01/14] CI: don't "cd" in ci/print-test-failures.sh CI: js/ci-github-workflow-markup rebased on "use $GITHUB_ENV" - - - --- 2022-05-25 Ævar Arnfjörð Bjarmason New
[v6,29/29] CI: make it easy to use ci/*.sh outside of CI CI: run "make" in CI "steps", improve UX - - - --- 2022-05-25 Ævar Arnfjörð Bjarmason New
[v6,28/29] CI: don't use "set -x" in "ci/lib.sh" output CI: run "make" in CI "steps", improve UX - - - --- 2022-05-25 Ævar Arnfjörð Bjarmason New
[v6,27/29] CI: set PYTHON_PATH setting for osx-{clang,gcc} into "$jobname" case CI: run "make" in CI "steps", improve UX - - - --- 2022-05-25 Ævar Arnfjörð Bjarmason New
[v6,26/29] CI: set SANITIZE=leak in MAKEFLAGS directly CI: run "make" in CI "steps", improve UX - - - --- 2022-05-25 Ævar Arnfjörð Bjarmason New
[v6,25/29] CI: set CC in MAKEFLAGS directly, don't add it to the environment CI: run "make" in CI "steps", improve UX - - - --- 2022-05-25 Ævar Arnfjörð Bjarmason New
[v6,24/29] CI: add more variables to MAKEFLAGS, except under vs-build CI: run "make" in CI "steps", improve UX - - - --- 2022-05-25 Ævar Arnfjörð Bjarmason New
[v6,23/29] CI: narrow down variable definitions in --build and --test CI: run "make" in CI "steps", improve UX - - - --- 2022-05-25 Ævar Arnfjörð Bjarmason New
[v6,22/29] CI: only invoke ci/lib.sh as "steps" in main.yml CI: run "make" in CI "steps", improve UX - - - --- 2022-05-25 Ævar Arnfjörð Bjarmason New
[v6,21/29] CI: pre-select test slice in Windows & VS tests CI: run "make" in CI "steps", improve UX - - - --- 2022-05-25 Ævar Arnfjörð Bjarmason New
[v6,20/29] ci/run-test-slice.sh: replace shelling out with "echo" CI: run "make" in CI "steps", improve UX - - - --- 2022-05-25 Ævar Arnfjörð Bjarmason New
[v6,19/29] CI: move "env" definitions into ci/lib.sh CI: run "make" in CI "steps", improve UX - - - --- 2022-05-25 Ævar Arnfjörð Bjarmason New
[v6,18/29] CI: combine ci/install{,-docker}-dependencies.sh CI: run "make" in CI "steps", improve UX - - - --- 2022-05-25 Ævar Arnfjörð Bjarmason New
[v6,17/29] CI: split up and reduce "ci/test-documentation.sh" CI: run "make" in CI "steps", improve UX - - - --- 2022-05-25 Ævar Arnfjörð Bjarmason New
[v6,16/29] CI: invoke "make artifacts-tar" directly in windows-build CI: run "make" in CI "steps", improve UX - - - --- 2022-05-25 Ævar Arnfjörð Bjarmason New
« 1 2 ... 35 36 37245 246 »