Show patches with: State = Action Required       |   24276 patches
« 1 2 ... 82 83 84242 243 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
docs/format-patch: mention handling of merges docs/format-patch: mention handling of merges - - - --- 2021-02-22 Jeff King New
[v2,1/1] rm: stage submodule removal from '.gitmodules' when using '--cached' rm: stage submodule removal from '.gitmodules' - - - --- 2021-02-22 Shourya Shukla New
refs: introduce API function to write invalid null ref refs: introduce API function to write invalid null ref - - - --- 2021-02-22 Stefan Beller New
[2/2] test-lib-functions: use BUG() in 'test_must_fail' [1/2] tests: don't mess with fd 7 of test helper functions - - - --- 2021-02-21 SZEDER Gábor New
[1/2] tests: don't mess with fd 7 of test helper functions [1/2] tests: don't mess with fd 7 of test helper functions - - - --- 2021-02-21 SZEDER Gábor New
[v2,2/2] hash-object: use the new HASH_RAW flag instead of setting path to NULL Add --no-filters option to git-add - - - --- 2021-02-20 Andrej Shadura New
[v2,1/2] add: add option --no-filters to disable attribute-based filtering Add --no-filters option to git-add - - - --- 2021-02-20 Andrej Shadura New
[2/2] hash-object: use the new HASH_RAW flag instead of setting path to NULL Add --no-filters option to git-add - - - --- 2021-02-19 Andrej Shadura New
[1/2] add: add option --no-filters to disable attribute-based filtering Add --no-filters option to git-add - - - --- 2021-02-19 Andrej Shadura New
[2/2] t3600: amend test 46 to check for '.gitmodules' modification rm: changes in the '.gitmodules' are staged after using '--cached' - - - --- 2021-02-18 Shourya Shukla New
[1/2] rm: changes in the '.gitmodules' are staged after using '--cached' rm: changes in the '.gitmodules' are staged after using '--cached' - - - --- 2021-02-18 Shourya Shukla New
[v2] git-gui: remove lines starting with the comment character [v2] git-gui: remove lines starting with the comment character - - - --- 2021-02-18 Pratyush Yadav New
[v2,10/10] fsck.h: update FSCK_OPTIONS_* for object_name Untitled series #434945 - - - --- 2021-02-18 Ævar Arnfjörð Bjarmason New
[v2,09/10] fsck.c: give "FOREACH_MSG_ID" a more specific name Untitled series #434941 - - - --- 2021-02-18 Ævar Arnfjörð Bjarmason New
[v2,08/10] fsck.c: undefine temporary STR macro after use Untitled series #434947 - - - --- 2021-02-18 Ævar Arnfjörð Bjarmason New
[v2,07/10] fsck.c: call parse_msg_type() early in fsck_set_msg_type() Untitled series #434949 - - - --- 2021-02-18 Ævar Arnfjörð Bjarmason New
[v2,06/10] fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum Untitled series #434943 - - - --- 2021-02-18 Ævar Arnfjörð Bjarmason New
[v2,05/10] fsck.c: rename remaining fsck_msg_id "id" to "msg_id" Untitled series #434939 - - - --- 2021-02-18 Ævar Arnfjörð Bjarmason New
[v2,04/10] fsck.c: move definition of msg_id into append_msg_id() Untitled series #434957 - - - --- 2021-02-18 Ævar Arnfjörð Bjarmason New
[v2,03/10] fsck.c: rename variables in fsck_set_msg_type() for less confusion Untitled series #434937 - - - --- 2021-02-18 Ævar Arnfjörð Bjarmason New
[v2,02/10] fsck.h: use "enum object_type" instead of "int" Untitled series #434961 - - - --- 2021-02-18 Ævar Arnfjörð Bjarmason New
[v2,01/10] fsck.h: indent arguments to of fsck_set_msg_type [v2,01/10] fsck.h: indent arguments to of fsck_set_msg_type - - - --- 2021-02-18 Ævar Arnfjörð Bjarmason New
test-lib-functions.sh: update comment on generate_zero_bytes() test-lib-functions.sh: update comment on generate_zero_bytes() - - - --- 2021-02-18 Rasmus Villemoes New
[RFC] push: perform negotiation before sending packfile [RFC] push: perform negotiation before sending packfile - - - --- 2021-02-18 Jonathan Tan New
[OUTREACHY,v2] doc: fix naming of response-end-pkt [OUTREACHY,v2] doc: fix naming of response-end-pkt - 1 - --- 2021-02-18 Joey Salazar New
[v2,10/10] grep/pcre2: move definitions of pcre2_{malloc,free} Untitled series #434761 - - - --- 2021-02-18 Ævar Arnfjörð Bjarmason New
[v2,09/10] grep/pcre2: move back to thread-only PCREv2 structures Untitled series #434763 - - - --- 2021-02-18 Ævar Arnfjörð Bjarmason New
[v2,08/10] grep/pcre2: actually make pcre2 use custom allocator Untitled series #434759 - - - --- 2021-02-18 Ævar Arnfjörð Bjarmason New
[v2,07/10] grep/pcre2: use pcre2_maketables_free() function Untitled series #434757 - - - --- 2021-02-18 Ævar Arnfjörð Bjarmason New
[v2,06/10] grep/pcre2: use compile-time PCREv2 version test Untitled series #434755 - - - --- 2021-02-18 Ævar Arnfjörð Bjarmason New
[v2,05/10] grep/pcre2: add GREP_PCRE2_DEBUG_MALLOC debug mode Untitled series #434753 - - - --- 2021-02-18 Ævar Arnfjörð Bjarmason New
[v2,04/10] grep/pcre2: prepare to add debugging to pcre2_malloc() Untitled series #434747 - - - --- 2021-02-18 Ævar Arnfjörð Bjarmason New
[v2,03/10] grep/pcre2: correct reference to grep_init() in comment Untitled series #434745 - - - --- 2021-02-18 Ævar Arnfjörð Bjarmason New
[v2,02/10] grep/pcre2: drop needless assignment to NULL Untitled series #434749 - - - --- 2021-02-18 Ævar Arnfjörð Bjarmason New
[v2,01/10] grep/pcre2: drop needless assignment + assert() on opt->pcre2 [v2,01/10] grep/pcre2: drop needless assignment + assert() on opt->pcre2 - - - --- 2021-02-18 Ævar Arnfjörð Bjarmason New
[14/14] fsck.c: move gitmodules_{found,done} into fsck_options [01/14] fsck.h: indent arguments to of fsck_set_msg_type - - - --- 2021-02-17 Ævar Arnfjörð Bjarmason New
[13/14] fsck.h: update FSCK_OPTIONS_* for object_name [01/14] fsck.h: indent arguments to of fsck_set_msg_type - - - --- 2021-02-17 Ævar Arnfjörð Bjarmason New
[12/14] fsck.c: add an fsck_set_msg_type() API that takes enums [01/14] fsck.h: indent arguments to of fsck_set_msg_type - - - --- 2021-02-17 Ævar Arnfjörð Bjarmason New
[11/14] fsck.c: pass along the fsck_msg_id in the fsck_error callback [01/14] fsck.h: indent arguments to of fsck_set_msg_type - - - --- 2021-02-17 Ævar Arnfjörð Bjarmason New
[10/14] fsck.[ch]: move FOREACH_FSCK_MSG_ID & fsck_msg_id from *.c to *.h [01/14] fsck.h: indent arguments to of fsck_set_msg_type - - - --- 2021-02-17 Ævar Arnfjörð Bjarmason New
[09/14] fsck.c: give "FOREACH_MSG_ID" a more specific name [01/14] fsck.h: indent arguments to of fsck_set_msg_type - - - --- 2021-02-17 Ævar Arnfjörð Bjarmason New
[08/14] fsck.c: undefine temporary STR macro after use [01/14] fsck.h: indent arguments to of fsck_set_msg_type - - - --- 2021-02-17 Ævar Arnfjörð Bjarmason New
[07/14] fsck.c: call parse_msg_type() early in fsck_set_msg_type() [01/14] fsck.h: indent arguments to of fsck_set_msg_type - - - --- 2021-02-17 Ævar Arnfjörð Bjarmason New
[06/14] fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum [01/14] fsck.h: indent arguments to of fsck_set_msg_type - - - --- 2021-02-17 Ævar Arnfjörð Bjarmason New
[05/14] fsck.c: rename remaining fsck_msg_id "id" to "msg_id" [01/14] fsck.h: indent arguments to of fsck_set_msg_type - - - --- 2021-02-17 Ævar Arnfjörð Bjarmason New
[04/14] fsck.c: move definition of msg_id into append_msg_id() [01/14] fsck.h: indent arguments to of fsck_set_msg_type - - - --- 2021-02-17 Ævar Arnfjörð Bjarmason New
[03/14] fsck.c: rename variables in fsck_set_msg_type() for less confusion [01/14] fsck.h: indent arguments to of fsck_set_msg_type - - - --- 2021-02-17 Ævar Arnfjörð Bjarmason New
[02/14] fsck.h: use use "enum object_type" instead of "int" [01/14] fsck.h: indent arguments to of fsck_set_msg_type - - - --- 2021-02-17 Ævar Arnfjörð Bjarmason New
[01/14] fsck.h: indent arguments to of fsck_set_msg_type [01/14] fsck.h: indent arguments to of fsck_set_msg_type - - - --- 2021-02-17 Ævar Arnfjörð Bjarmason New
[00/14] fsck: API improvements - - - --- 2021-02-17 Ævar Arnfjörð Bjarmason New
generate-configlist.sh: Fix determinism issue generate-configlist.sh: Fix determinism issue - - - --- 2021-02-17 Richard Purdie New
[v2] remote-curl: fall back to basic auth if Negotiate fails [v2] remote-curl: fall back to basic auth if Negotiate fails - - - --- 2021-02-16 Christopher Schenk New
[6/6] mailmap: do not respect symlinks for in-tree .mailmap open in-tree files with O_NOFOLLOW - - - --- 2021-02-16 Jeff King New
[5/6] exclude: do not respect symlinks for in-tree .gitignore open in-tree files with O_NOFOLLOW - - - --- 2021-02-16 Jeff King New
[4/6] attr: do not respect symlinks for in-tree .gitattributes open in-tree files with O_NOFOLLOW - - - --- 2021-02-16 Jeff King New
[3/6] exclude: add flags parameter to add_patterns() open in-tree files with O_NOFOLLOW - - - --- 2021-02-16 Jeff King New
[2/6] attr: convert "macro_ok" into a flags field open in-tree files with O_NOFOLLOW - - - --- 2021-02-16 Jeff King New
[1/6] add open_nofollow() helper open in-tree files with O_NOFOLLOW - - - --- 2021-02-16 Jeff King New
[v5,2/2] difftool.c: learn a new way start at specified file difftool.c: learn a new way start at specified file - - - --- 2021-02-16 ZheNing Hu New
[v5,1/2] diff: --{rotate,skip}-to=<path> difftool.c: learn a new way start at specified file - - - --- 2021-02-16 Junio C Hamano New
[v2,22/22] pickaxe -G: don't special-case create/delete Untitled series #434005 - - - --- 2021-02-16 Ævar Arnfjörð Bjarmason New
[v2,21/22] pickaxe -G: terminate early on matching lines Untitled series #434001 - - - --- 2021-02-16 Ævar Arnfjörð Bjarmason New
[v2,20/22] xdiff-interface: support early exit in xdiff_outf() Untitled series #434009 - - - --- 2021-02-16 Ævar Arnfjörð Bjarmason New
[v2,19/22] xdiff-interface: allow early return from xdiff_emit_{line,hunk}_fn Untitled series #434011 - - - --- 2021-02-16 Ævar Arnfjörð Bjarmason New
[v2,18/22] pickaxe -S: slightly optimize contains() Untitled series #434007 - - - --- 2021-02-16 Ævar Arnfjörð Bjarmason New
[v2,17/22] pickaxe: rename variables in has_changes() for brevity Untitled series #433997 - - - --- 2021-02-16 Ævar Arnfjörð Bjarmason New
[v2,16/22] pickaxe -S: support content with NULs under --pickaxe-regex Untitled series #434003 - - - --- 2021-02-16 Ævar Arnfjörð Bjarmason New
[v2,15/22] pickaxe: assert that we must have a needle under -G or -S Untitled series #433995 - - - --- 2021-02-16 Ævar Arnfjörð Bjarmason New
[v2,14/22] pickaxe: refactor function selection in diffcore-pickaxe() Untitled series #433991 - - - --- 2021-02-16 Ævar Arnfjörð Bjarmason New
[v2,13/22] perf: add performance test for pickaxe Untitled series #433999 - - - --- 2021-02-16 Ævar Arnfjörð Bjarmason New
[v2,12/22] pickaxe/style: consolidate declarations and assignments Untitled series #433993 - - - --- 2021-02-16 Ævar Arnfjörð Bjarmason New
[v2,11/22] diff.h: move pickaxe fields together again Untitled series #433987 - - - --- 2021-02-16 Ævar Arnfjörð Bjarmason New
[v2,10/22] pickaxe: die when --find-object and --pickaxe-all are combined Untitled series #433989 - - - --- 2021-02-16 Ævar Arnfjörð Bjarmason New
[v2,09/22] pickaxe: die when -G and --pickaxe-regex are combined Untitled series #433985 - - - --- 2021-02-16 Ævar Arnfjörð Bjarmason New
[v2,08/22] pickaxe tests: test for -G, -S and --find-object incompatibility Untitled series #433981 - - - --- 2021-02-16 Ævar Arnfjörð Bjarmason New
[v2,07/22] pickaxe tests: add test for "log -S" not being a regex Untitled series #433983 - - - --- 2021-02-16 Ævar Arnfjörð Bjarmason New
[v2,06/22] pickaxe tests: add test for diffgrep_consume() internals Untitled series #433979 - - - --- 2021-02-16 Ævar Arnfjörð Bjarmason New
[v2,05/22] pickaxe tests: refactor to use test_commit --append --printf Untitled series #433977 - - - --- 2021-02-16 Ævar Arnfjörð Bjarmason New
[v2,04/22] test-lib functions: add --printf option to test_commit Untitled series #433975 - - - --- 2021-02-16 Ævar Arnfjörð Bjarmason New
[v2,03/22] test-lib-functions: reword "test_commit --append" docs Untitled series #433973 - - - --- 2021-02-16 Ævar Arnfjörð Bjarmason New
[v2,02/22] test-lib-functions: document and test test_commit --no-tag Untitled series #433971 - - - --- 2021-02-16 Ævar Arnfjörð Bjarmason New
[v2,01/22] grep/pcre2 tests: reword comments referring to kwset [v2,01/22] grep/pcre2 tests: reword comments referring to kwset - - - --- 2021-02-16 Ævar Arnfjörð Bjarmason New
Translation: correct a typo. Translation: correct a typo. - - - --- 2021-02-16 Roman Sizykh New
[2/2] disallow symlinked .mailmap files [1/2] fsck: make symlinked .gitignore and .gitattributes a warning - - - --- 2021-02-15 Jeff King New
[1/2] fsck: make symlinked .gitignore and .gitattributes a warning [1/2] fsck: make symlinked .gitignore and .gitattributes a warning - - - --- 2021-02-15 Jeff King New
[v2,4/4] builtin/multi-pack-index.c: split sub-commands midx: split out sub-commands - - - --- 2021-02-15 Taylor Blau New
[v2,3/4] builtin/multi-pack-index.c: define common usage with a macro midx: split out sub-commands - - - --- 2021-02-15 Taylor Blau New
[v2,2/4] builtin/multi-pack-index.c: don't handle 'progress' separately midx: split out sub-commands - - - --- 2021-02-15 Taylor Blau New
[v2,1/4] builtin/multi-pack-index.c: inline 'flags' with options midx: split out sub-commands - - - --- 2021-02-15 Taylor Blau New
[5/5] commit-graph: show usage on "commit-graph [write|verify] garbage" commit-graph: parse_options() cleanup - - - --- 2021-02-15 Ævar Arnfjörð Bjarmason New
[4/5] commit-graph: refactor dispatch loop for style commit-graph: parse_options() cleanup - - - --- 2021-02-15 Ævar Arnfjörð Bjarmason New
[3/5] commit-graph: use parse_options_concat() commit-graph: parse_options() cleanup - - - --- 2021-02-15 Ævar Arnfjörð Bjarmason New
[2/5] commit-graph: remove redundant handling of -h commit-graph: parse_options() cleanup - - - --- 2021-02-15 Ævar Arnfjörð Bjarmason New
[1/5] commit-graph: define common usage with a macro commit-graph: parse_options() cleanup - - - --- 2021-02-15 Ævar Arnfjörð Bjarmason New
[2/2] diff: test and document -W interaction with -U<n> userdiff: refactor + test + doc + misc improvements - - - --- 2021-02-15 Ævar Arnfjörð Bjarmason New
[1/2] diff: do not display hunk context under -W userdiff: refactor + test + doc + misc improvements - - - --- 2021-02-15 Ævar Arnfjörð Bjarmason New
[20/20] userdiff tests: assert empty hunk header context on -U<large> [01/20] userdiff: refactor away the parse_bool() function - - - --- 2021-02-15 Ævar Arnfjörð Bjarmason New
[19/20] userdiff tests: test hunk header selection with -U0 [01/20] userdiff: refactor away the parse_bool() function - - - --- 2021-02-15 Ævar Arnfjörð Bjarmason New
[18/20] userdiff tests: test hunk headers on accumulated files [01/20] userdiff: refactor away the parse_bool() function - - - --- 2021-02-15 Ævar Arnfjörð Bjarmason New
[17/20] userdiff tests: factor out test_diff_funcname() logic [01/20] userdiff: refactor away the parse_bool() function - - - --- 2021-02-15 Ævar Arnfjörð Bjarmason New
« 1 2 ... 82 83 84242 243 »