Show patches with: State = Action Required       |    Archived = No       |   601 patches
« 1 2 3 46 7 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
Bug: 'git stash --staged' crashes with binary files Bug: 'git stash --staged' crashes with binary files - - - --- 2023-06-01 Adam Johnson New
[v2] doc: restore: remove note on --patch w/ pathspecs [v2] doc: restore: remove note on --patch w/ pathspecs - - - --- 2023-06-01 Adam Johnson New
doc: merge: improve conflict presentation docs doc: merge: improve conflict presentation docs - - - --- 2023-05-05 Adam Johnson New
git-merge: improve conflict presentation documentation git-merge: improve conflict presentation documentation - - - --- 2023-04-10 Adam Johnson New
[v2] ls-files: document that pathspecs are supported [v2] ls-files: document that pathspecs are supported - - - --- 2023-03-12 Adam Johnson New
Dubious diff using --diff-algorithm=histogram Dubious diff using --diff-algorithm=histogram - - - --- 2023-04-04 Alejandro Colomar New
Better suggestions when git-am(1) fails Better suggestions when git-am(1) fails - - - --- 2023-03-08 Alejandro Colomar New
statinfo.h: move DTYPE defines from dir.h statinfo.h: move DTYPE defines from dir.h - 1 - --- 2023-06-02 Alejandro Sedeño New
docs: clarify how the text and text=auto attributes are different docs: clarify how the text and text=auto attributes are different - - - --- 2023-04-21 Alex Henrie New
[2/2] contrib/subtree: fix gpg_sign_arg not being passed to git merge. subtree: support GPG commit signing - - - --- 2023-04-10 Allen Reese New
[v1,3/7] t1010: assert empty output of mktree [v1,1/7] t1005: assert output of ls-files - - - --- 2023-03-12 Andrei Rybak New
[v1,0/7] t: fix unused files, part 1 - - - --- 2023-03-12 Andrei Rybak New
[RFC] hooks--pre-push.sample: identify branch point [RFC] hooks--pre-push.sample: identify branch point - - - --- 2023-03-09 Antoine Beaupré New
[v2,07/17] cocci: apply the "commit.h" part of "the_repository.pending" cocci: remove "the_repository" wrapper macros - - - --- 2023-03-28 Ævar Arnfjörð Bjarmason New
[v2,05/17] cocci: apply the "cache.h" part of "the_repository.pending" cocci: remove "the_repository" wrapper macros - - - --- 2023-03-28 Ævar Arnfjörð Bjarmason New
[RFC,5/5] config API: add and use a repo_config_kvi() bypass config.c global state with configset - - - --- 2023-03-17 Ævar Arnfjörð Bjarmason New
[RFC,4/5] config.c: refactor configset_iter() bypass config.c global state with configset - - - --- 2023-03-17 Ævar Arnfjörð Bjarmason New
[RFC,3/5] config API: add a config_origin_type_name() helper bypass config.c global state with configset - - - --- 2023-03-17 Ævar Arnfjörð Bjarmason New
[RFC,2/5] config.c: use "enum config_origin_type", not "int" bypass config.c global state with configset - - - --- 2023-03-17 Ævar Arnfjörð Bjarmason New
[RFC,1/5] config.h: move up "struct key_value_info" bypass config.c global state with configset - - - --- 2023-03-17 Ævar Arnfjörð Bjarmason New
l10n: about box, use `©` directly instead of the escape l10n: about box, use `©` directly instead of the escape - - - --- 2023-05-02 Basile Burg New
[v2,7/7] common: move alloc macros to common.h git-compat-util cleanups - - - --- 2023-05-23 Calvin Wan New
[v2,6/7] treewide: remove unnecessary includes for wrapper.h git-compat-util cleanups - - - --- 2023-05-23 Calvin Wan New
[v2,5/7] usage.h: move declarations for usage.c functions from git-compat-util.h git-compat-util cleanups - - - --- 2023-05-23 Calvin Wan New
[v2,4/7] common.h: move non-compat specific macros and functions from git-compat-util.h git-compat-util cleanups - - - --- 2023-05-23 Calvin Wan New
[v2,3/7] sane-ctype.h: move sane-ctype macros from git-compat-util.h git-compat-util cleanups - - - --- 2023-05-23 Calvin Wan New
[v2,2/7] wrapper.h: move declarations for wrapper.c functions from git-compat-util.h git-compat-util cleanups - - - --- 2023-05-23 Calvin Wan New
[v2,1/7] strbuf.h: move declarations for strbuf.c functions from git-compat-util.h git-compat-util cleanups - - - --- 2023-05-23 Calvin Wan New
[v3,7/7] strbuf: remove environment variable Untitled series #744782 - - - --- 2023-05-03 Calvin Wan New
[RFC,2/2] unit test: add basic example add an external testing library for unit tests - - - --- 2023-04-27 Calvin Wan New
[RFC,1/2] Add C TAP harness add an external testing library for unit tests - - - --- 2023-04-27 Calvin Wan New
developer: remove gcc 12 workaround developer: remove gcc 12 workaround - - - --- 2023-04-26 Carlo Arenas New
[v3,15/15] replay: stop assuming replayed branches do not diverge Introduce new `git replay` command - - - --- 2023-06-02 Christian Couder New
[v3,14/15] replay: add --contained to rebase contained branches Introduce new `git replay` command - - - --- 2023-06-02 Christian Couder New
[v3,13/15] replay: add --advance or 'cherry-pick' mode Introduce new `git replay` command - - - --- 2023-06-02 Christian Couder New
[v3,12/15] replay: disallow revision specific options and pathspecs Introduce new `git replay` command - - - --- 2023-06-02 Christian Couder New
[v3,11/15] replay: use standard revision ranges Introduce new `git replay` command - - - --- 2023-06-02 Christian Couder New
[v3,10/15] replay: make it a minimal server side command Introduce new `git replay` command - - - --- 2023-06-02 Christian Couder New
[v3,09/15] replay: remove HEAD related sanity check Introduce new `git replay` command - - - --- 2023-06-02 Christian Couder New
[v3,08/15] replay: remove progress and info output Introduce new `git replay` command - - - --- 2023-06-02 Christian Couder New
[v3,07/15] replay: add an important FIXME comment about gpg signing Introduce new `git replay` command - - - --- 2023-06-02 Christian Couder New
[v3,06/15] replay: don't simplify history Introduce new `git replay` command - - - --- 2023-06-02 Christian Couder New
[v3,05/15] replay: introduce pick_regular_commit() Introduce new `git replay` command - - - --- 2023-06-02 Christian Couder New
[v3,04/15] replay: die() instead of failing assert() Introduce new `git replay` command - - - --- 2023-06-02 Christian Couder New
[v3,03/15] replay: start using parse_options API Introduce new `git replay` command - - - --- 2023-06-02 Christian Couder New
[v3,02/15] replay: introduce new builtin Introduce new `git replay` command - - - --- 2023-06-02 Christian Couder New
[v3,01/15] t6429: remove switching aspects of fast-rebase Introduce new `git replay` command - - - --- 2023-06-02 Christian Couder New
[14/14] replay: stop assuming replayed branches do not diverge Introduce new `git replay` command - - - --- 2023-04-07 Christian Couder New
[13/14] replay: add different modes Introduce new `git replay` command - - - --- 2023-04-07 Christian Couder New
[12/14] replay: introduce guess_new_base() Introduce new `git replay` command - - - --- 2023-04-07 Christian Couder New
[11/14] replay: use standard revision ranges Introduce new `git replay` command - - - --- 2023-04-07 Christian Couder New
[10/14] replay: make it a minimal server side command Introduce new `git replay` command - - - --- 2023-04-07 Christian Couder New
[09/14] replay: very coarse worktree updating Introduce new `git replay` command - - - --- 2023-04-07 Christian Couder New
[08/14] replay: remove HEAD related sanity check Introduce new `git replay` command - - - --- 2023-04-07 Christian Couder New
[07/14] replay: remove progress and info output Introduce new `git replay` command - - - --- 2023-04-07 Christian Couder New
[06/14] replay: add an important FIXME comment about gpg signing Introduce new `git replay` command - - - --- 2023-04-07 Christian Couder New
[05/14] replay: don't simplify history Introduce new `git replay` command - - - --- 2023-04-07 Christian Couder New
[04/14] replay: introduce pick_regular_commit() Introduce new `git replay` command - - - --- 2023-04-07 Christian Couder New
[03/14] replay: die() instead of failing assert() Introduce new `git replay` command - - - --- 2023-04-07 Christian Couder New
[02/14] replay: start using parse_options API Introduce new `git replay` command - - - --- 2023-04-07 Christian Couder New
[01/14] replay: introduce new builtin Introduce new `git replay` command - - - --- 2023-04-07 Christian Couder New
[2/2] Fix mem leak in branch.c due to not-free newly added virtual_name variable branch: improve error log on branch not found by checking remotes refs - - - --- 2023-03-22 Clement Mabileau New
[1/2] branch: improve error log on branch not found by checking remotes refs branch: improve error log on branch not found by checking remotes refs - - - --- 2023-03-22 Clement Mabileau New
[6/6] config: move ignore_case to global config Lazy-loaded default Git config - - - --- 2023-06-02 Derrick Stolee New
[5/6] config: move has_symlinks to global config Lazy-loaded default Git config - - - --- 2023-06-02 Derrick Stolee New
[4/6] config: move quote_path_fully to global config Lazy-loaded default Git config - - - --- 2023-06-02 Derrick Stolee New
[3/6] config: move trust_ctime to global config Lazy-loaded default Git config - - - --- 2023-06-02 Derrick Stolee New
[2/6] config: add trust_executable_bit to global config Lazy-loaded default Git config - - - --- 2023-06-02 Derrick Stolee New
[1/6] config: create new global config helpers Lazy-loaded default Git config - - - --- 2023-06-02 Derrick Stolee New
[v2,3/3] repository: create read_replace_refs setting Create stronger guard rails on replace refs - - - --- 2023-06-02 Derrick Stolee New
[v2,2/3] replace-objects: create wrapper around setting Create stronger guard rails on replace refs - - - --- 2023-06-02 Derrick Stolee New
[v2,1/3] repository: create disable_replace_refs() Create stronger guard rails on replace refs - - - --- 2023-06-02 Derrick Stolee New
merge-tree: load default git config merge-tree: load default git config - - - --- 2023-05-10 Derrick Stolee New
[v3,7/8] for-each-ref: add ahead-behind format atom ref-filter: ahead/behind counting, faster --merged option - - - --- 2023-03-15 Derrick Stolee New
[v3,6/8] commit-reach: implement ahead_behind() logic ref-filter: ahead/behind counting, faster --merged option - - - --- 2023-03-15 Derrick Stolee New
[v3,3/8] commit-graph: combine generation computations ref-filter: ahead/behind counting, faster --merged option - - - --- 2023-03-15 Derrick Stolee New
[v3,1/8] for-each-ref: add --stdin option ref-filter: ahead/behind counting, faster --merged option - - - --- 2023-03-15 Derrick Stolee New
[v2,04/14] (RFC-only) config: apply cocci to config_fn_t implementations config: remove global state from config iteration - - - --- 2023-05-30 Derrick Stolee via GitGitGadget New
[v3,26/28] object-store-ll.h: split this header out of object-store.h Header cleanups (final splitting of cache.h, and some splitting of other headers) - - - --- 2023-05-16 Derrick Stolee via GitGitGadget New
[09/14] (RFC-only) config: apply cocci to config_fn_t implementations config: remove global state from config iteration - - - --- 2023-04-21 Derrick Stolee via GitGitGadget New
[v17] git: change variable types to match what is assigned to them [v17] git: change variable types to match what is assigned to them - - - --- 2023-03-15 Derrick Stolee via GitGitGadget New
contrib/completion: fix zsh completion regression contrib/completion: fix zsh completion regression - - - --- 2023-04-27 Dimitar Roustchev New
[GSOC,v4] t3701: don't lose "git" exit codes in test scripts [GSOC,v4] t3701: don't lose "git" exit codes in test scripts - - - --- 2023-04-02 Edwin Fernando New
[GSOC,1/1] t3701: Avoid suppression of exit status of git Avoid suppression of git's exit code in tests - - - --- 2023-03-26 Edwin Fernando New
[v3,28/28] fsmonitor-ll.h: split this header out of fsmonitor.h Header cleanups (final splitting of cache.h, and some splitting of other headers) - - - --- 2023-05-16 Elijah Newren New
[v3,27/28] hash-ll, hashmap: move oidhash() to hash-ll Header cleanups (final splitting of cache.h, and some splitting of other headers) - - - --- 2023-05-16 Elijah Newren New
[v3,25/28] khash: name the structs that khash declares Header cleanups (final splitting of cache.h, and some splitting of other headers) - - - --- 2023-05-16 Elijah Newren New
[v3,24/28] merge-ll: rename from ll-merge Header cleanups (final splitting of cache.h, and some splitting of other headers) - - - --- 2023-05-16 Elijah Newren New
[v3,23/28] git-compat-util.h: remove unneccessary include of wildmatch.h Header cleanups (final splitting of cache.h, and some splitting of other headers) - - - --- 2023-05-16 Elijah Newren New
[v3,22/28] builtin.h: remove unneccessary includes Header cleanups (final splitting of cache.h, and some splitting of other headers) - - - --- 2023-05-16 Elijah Newren New
[v3,21/28] list-objects-filter-options.h: remove unneccessary include Header cleanups (final splitting of cache.h, and some splitting of other headers) - - - --- 2023-05-16 Elijah Newren New
[v3,20/28] diff.h: remove unnecessary include of oidset.h Header cleanups (final splitting of cache.h, and some splitting of other headers) - - - --- 2023-05-16 Elijah Newren New
[v3,19/28] repository: remove unnecessary include of path.h Header cleanups (final splitting of cache.h, and some splitting of other headers) - - - --- 2023-05-16 Elijah Newren New
[v3,18/28] log-tree: replace include of revision.h with simple forward declaration Header cleanups (final splitting of cache.h, and some splitting of other headers) - - - --- 2023-05-16 Elijah Newren New
[v3,17/28] cache.h: remove this no-longer-used header Header cleanups (final splitting of cache.h, and some splitting of other headers) - - - --- 2023-05-16 Elijah Newren New
[v3,16/28] read-cache*.h: move declarations for read-cache.c functions from cache.h Header cleanups (final splitting of cache.h, and some splitting of other headers) - - - --- 2023-05-16 Elijah Newren New
[v3,15/28] repository.h: move declaration of the_index from cache.h Header cleanups (final splitting of cache.h, and some splitting of other headers) - - - --- 2023-05-16 Elijah Newren New
[v3,14/28] merge.h: move declarations for merge.c from cache.h Header cleanups (final splitting of cache.h, and some splitting of other headers) - - - --- 2023-05-16 Elijah Newren New
[v3,13/28] diff.h: move declaration for global in diff.c from cache.h Header cleanups (final splitting of cache.h, and some splitting of other headers) - - - --- 2023-05-16 Elijah Newren New
[v3,12/28] preload-index.h: move declarations for preload-index.c from elsewhere Header cleanups (final splitting of cache.h, and some splitting of other headers) - - - --- 2023-05-16 Elijah Newren New
« 1 2 3 46 7 »