Show patches with: State = Action Required       |   24218 patches
« 1 2 ... 80 81 82242 243 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,22/22] fetch-pack: use new fsck API to printing dangling submodules fsck: API improvements (no conflicts with 'seen') - - - --- 2021-03-06 Ævar Arnfjörð Bjarmason New
[v3,21/22] fetch-pack: use file-scope static struct for fsck_options fsck: API improvements (no conflicts with 'seen') - - - --- 2021-03-06 Ævar Arnfjörð Bjarmason New
[v3,20/22] fetch-pack: don't needlessly copy fsck_options fsck: API improvements (no conflicts with 'seen') - - - --- 2021-03-06 Ævar Arnfjörð Bjarmason New
[v3,19/22] fsck.c: move gitmodules_{found,done} into fsck_options fsck: API improvements (no conflicts with 'seen') - - - --- 2021-03-06 Ævar Arnfjörð Bjarmason New
[v3,18/22] fsck.c: add an fsck_set_msg_type() API that takes enums fsck: API improvements (no conflicts with 'seen') - - - --- 2021-03-06 Ævar Arnfjörð Bjarmason New
[v3,17/22] fsck.c: pass along the fsck_msg_id in the fsck_error callback fsck: API improvements (no conflicts with 'seen') - - - --- 2021-03-06 Ævar Arnfjörð Bjarmason New
[v3,16/22] fsck.[ch]: move FOREACH_FSCK_MSG_ID & fsck_msg_id from *.c to *.h fsck: API improvements (no conflicts with 'seen') - - - --- 2021-03-06 Ævar Arnfjörð Bjarmason New
[v3,15/22] fsck.c: give "FOREACH_MSG_ID" a more specific name fsck: API improvements (no conflicts with 'seen') - - - --- 2021-03-06 Ævar Arnfjörð Bjarmason New
[v3,14/22] fsck.c: undefine temporary STR macro after use fsck: API improvements (no conflicts with 'seen') - - - --- 2021-03-06 Ævar Arnfjörð Bjarmason New
[v3,13/22] fsck.c: call parse_msg_type() early in fsck_set_msg_type() fsck: API improvements (no conflicts with 'seen') - - - --- 2021-03-06 Ævar Arnfjörð Bjarmason New
[v3,12/22] fsck.h: re-order and re-assign "enum fsck_msg_type" fsck: API improvements (no conflicts with 'seen') - - - --- 2021-03-06 Ævar Arnfjörð Bjarmason New
[v3,11/22] fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum fsck: API improvements (no conflicts with 'seen') - - - --- 2021-03-06 Ævar Arnfjörð Bjarmason New
[v3,10/22] fsck.c: refactor fsck_msg_type() to limit scope of "int msg_type" fsck: API improvements (no conflicts with 'seen') - - - --- 2021-03-06 Ævar Arnfjörð Bjarmason New
[v3,09/22] fsck.c: rename remaining fsck_msg_id "id" to "msg_id" fsck: API improvements (no conflicts with 'seen') - - - --- 2021-03-06 Ævar Arnfjörð Bjarmason New
[v3,08/22] fsck.c: move definition of msg_id into append_msg_id() fsck: API improvements (no conflicts with 'seen') - - - --- 2021-03-06 Ævar Arnfjörð Bjarmason New
[v3,07/22] fsck.c: rename variables in fsck_set_msg_type() for less confusion fsck: API improvements (no conflicts with 'seen') - - - --- 2021-03-06 Ævar Arnfjörð Bjarmason New
[v3,06/22] fsck.h: use "enum object_type" instead of "int" fsck: API improvements (no conflicts with 'seen') - - - --- 2021-03-06 Ævar Arnfjörð Bjarmason New
[v3,05/22] fsck.h: indent arguments to of fsck_set_msg_type fsck: API improvements (no conflicts with 'seen') - - - --- 2021-03-06 Ævar Arnfjörð Bjarmason New
[v3,04/22] fsck.h: add a FSCK_OPTIONS_COMMON_ERROR_FUNC macro fsck: API improvements (no conflicts with 'seen') - - - --- 2021-03-06 Ævar Arnfjörð Bjarmason New
[v3,03/22] fsck.h: reduce duplication between FSCK_OPTIONS_{DEFAULT,STRICT} fsck: API improvements (no conflicts with 'seen') - - - --- 2021-03-06 Ævar Arnfjörð Bjarmason New
[v3,02/22] fsck.h: use designed initializers for FSCK_OPTIONS_{DEFAULT,STRICT} fsck: API improvements (no conflicts with 'seen') - - - --- 2021-03-06 Ævar Arnfjörð Bjarmason New
[v3,01/22] fsck.h: update FSCK_OPTIONS_* for object_name fsck: API improvements (no conflicts with 'seen') - - - --- 2021-03-06 Ævar Arnfjörð Bjarmason New
fix: added new BANNED_EXPL macro for better error messages, new parameter fix: added new BANNED_EXPL macro for better error messages, new parameter - - - --- 2021-03-06 HGimself New
[v2,4/4] Makefile/coccicheck: set SPATCH_BATCH_SIZE to 8 Makefile: fix bugs in coccicheck and speed it up - - - --- 2021-03-05 Ævar Arnfjörð Bjarmason New
[v2,3/4] Makefile/coccicheck: allow for setting xargs concurrency Makefile: fix bugs in coccicheck and speed it up - - - --- 2021-03-05 Ævar Arnfjörð Bjarmason New
[v2,2/4] Makefile/coccicheck: speed up and fix bug with duplicate hunks Makefile: fix bugs in coccicheck and speed it up - - - --- 2021-03-05 Ævar Arnfjörð Bjarmason New
[v2,1/4] Makefile/coccicheck: add comment heading for all SPATCH flags [v2,1/4] Makefile/coccicheck: add comment heading for all SPATCH flags - - - --- 2021-03-05 Ævar Arnfjörð Bjarmason New
[11/11] merge-recursive: add a bunch of FIXME comments documenting known bugs Complete merge-ort implementation...almost - - - --- 2021-03-05 Elijah Newren New
[10/11] merge-ort: write $GIT_DIR/AUTO_MERGE whenever we hit a conflict Complete merge-ort implementation...almost - - - --- 2021-03-05 Elijah Newren New
[09/11] t: mark several submodule merging tests as fixed under merge-ort Complete merge-ort implementation...almost - - - --- 2021-03-05 Elijah Newren New
[08/11] merge-ort: implement CE_SKIP_WORKTREE handling with conflicted entries Complete merge-ort implementation...almost - - - --- 2021-03-05 Elijah Newren New
[07/11] t6428: new test for SKIP_WORKTREE handling and conflicts Complete merge-ort implementation...almost - - - --- 2021-03-05 Elijah Newren New
[06/11] merge-ort: support subtree shifting Complete merge-ort implementation...almost - - - --- 2021-03-05 Elijah Newren New
[05/11] merge-ort: let renormalization change modify/delete into clean delete Complete merge-ort implementation...almost - - - --- 2021-03-05 Elijah Newren New
[04/11] merge-ort: have ll_merge() calls use the attr_index for renormalization Complete merge-ort implementation...almost - - - --- 2021-03-05 Elijah Newren New
[03/11] merge-ort: add a function for initializing our special attr_index Complete merge-ort implementation...almost - - - --- 2021-03-05 Elijah Newren New
[02/11] merge-ort: add a special minimal index just for renormalization Complete merge-ort implementation...almost - - - --- 2021-03-05 Elijah Newren New
[01/11] merge-ort: use STABLE_QSORT instead of QSORT where required Complete merge-ort implementation...almost - - - --- 2021-03-05 Elijah Newren New
[8/8] simple-ipc: update design documentation with more details Simple IPC Cleanups - - - --- 2021-03-04 Jeff Hostetler New
[7/8] test-simple-ipc: add --token=<token> string option Simple IPC Cleanups - - - --- 2021-03-04 Jeff Hostetler New
[6/8] test-simple-ipc: refactor command line option processing in helper Simple IPC Cleanups - - - --- 2021-03-04 Jeff Hostetler New
[5/8] unix-stream-server: add st_dev and st_mode to socket stolen checks Simple IPC Cleanups - - - --- 2021-03-04 Jeff Hostetler New
[4/8] simple-ipc: move error handling up a level Simple IPC Cleanups - - - --- 2021-03-04 Jeff Hostetler New
[3/8] unix-stream-server: create unix-stream-server.c Simple IPC Cleanups - - - --- 2021-03-04 Jeff Hostetler New
[2/8] unix-socket: simplify initialization of unix_stream_listen_opts Simple IPC Cleanups - - - --- 2021-03-04 Jeff Hostetler New
[1/8] pkt-line: remove buffer arg from write_packetized_from_fd_no_flush() Simple IPC Cleanups - - - --- 2021-03-04 Jeff Hostetler New
[PULL,v2] git-gui pull request [PULL,v2] git-gui pull request - - - --- 2021-03-04 Pratyush Yadav New
branch: return error when --list finds no matches branch: return error when --list finds no matches - - - --- 2021-03-03 Josh Hunt New
[v4,2/2] stash show: learn stash.showIncludeUntracked stash show: learn --include-untracked and --only-untracked - - - --- 2021-03-03 Denton Liu New
[v4,1/2] stash show: teach --include-untracked and --only-untracked stash show: learn --include-untracked and --only-untracked - - - --- 2021-03-03 Denton Liu New
Makefile: fix bugs in coccicheck and speed it up Makefile: fix bugs in coccicheck and speed it up - - - --- 2021-03-02 Ævar Arnfjörð Bjarmason New
[v5] clone: document partial clone section [v5] clone: document partial clone section - - - --- 2021-03-02 Teng Long New
Add support for C# record types Add support for C# record types - 1 - --- 2021-03-02 Julian Verdurmen New
docs: clarified that --lost-found implies --no-reflogs docs: clarified that --lost-found implies --no-reflogs - - - --- 2021-03-01 Marco Luzzara New
[v2,2/2] githooks.txt: Clarify documentation on reference-transaction hook githooks.txt: Clarify documentation on reference-transaction hook - - - --- 2021-03-01 Patrick Steinhardt New
[v2,1/2] githooks.txt: Replace mentions of SHA-1 specific properties [v2,1/2] githooks.txt: Replace mentions of SHA-1 specific properties - - - --- 2021-03-01 Patrick Steinhardt New
git-gui: fix commit message comment line removal with older Tcl versions git-gui: fix commit message comment line removal with older Tcl versions - - - --- 2021-02-28 Eric Sunshine New
[PATCH/RFC] test-lib: make --verbose work under prove [PATCH/RFC] test-lib: make --verbose work under prove - - - --- 2021-02-28 Ævar Arnfjörð Bjarmason New
[10/10] test-lib: return 1 from test_expect_{success,failure} describe: dont abort too early when searching tags - - - --- 2021-02-28 Ævar Arnfjörð Bjarmason New
[09/10] svn tests: refactor away a "set -e" in test body describe: dont abort too early when searching tags - - - --- 2021-02-28 Ævar Arnfjörð Bjarmason New
[08/10] svn tests: remove legacy re-setup from init-clone test describe: dont abort too early when searching tags - - - --- 2021-02-28 Ævar Arnfjörð Bjarmason New
[07/10] describe tests: support -C in "check_describe" describe: dont abort too early when searching tags - - - --- 2021-02-28 Ævar Arnfjörð Bjarmason New
[06/10] describe tests: fix nested "test_expect_success" call describe: dont abort too early when searching tags - - - --- 2021-02-28 Ævar Arnfjörð Bjarmason New
[05/10] describe tests: convert setup to use test_commit describe: dont abort too early when searching tags - - - --- 2021-02-28 Ævar Arnfjörð Bjarmason New
[04/10] test-lib functions: add an --annotated-tag option to "test_commit" describe: dont abort too early when searching tags - - - --- 2021-02-28 Ævar Arnfjörð Bjarmason New
[03/10] describe tests: always assert empty stderr from "describe" describe: dont abort too early when searching tags - - - --- 2021-02-28 Ævar Arnfjörð Bjarmason New
[02/10] describe tests: refactor away from glob matching describe: dont abort too early when searching tags - - - --- 2021-02-28 Ævar Arnfjörð Bjarmason New
[01/10] describe tests: improve test for --work-tree & --dirty [01/10] describe tests: improve test for --work-tree & --dirty - - - --- 2021-02-28 Ævar Arnfjörð Bjarmason New
[4/4] docs: note that archives are not stable Documentation updates to FAQ and git-archive - - - --- 2021-02-27 brian m. carlson New
[3/4] docs: add a FAQ section on push and fetch problems Documentation updates to FAQ and git-archive - - - --- 2021-02-27 brian m. carlson New
[2/4] docs: add line ending configuration article to FAQ Documentation updates to FAQ and git-archive - - - --- 2021-02-27 brian m. carlson New
[1/4] docs: add a question on syncing repositories to the FAQ Documentation updates to FAQ and git-archive - - - --- 2021-02-27 brian m. carlson New
pack-revindex.c: don't close unopened file descriptors pack-revindex.c: don't close unopened file descriptors - - - --- 2021-02-26 Taylor Blau New
commit-graph: warn about incompatibilities only when trying to write commit-graph: warn about incompatibilities only when trying to write - - - --- 2021-02-26 Johannes Schindelin New
[v2,2/2] t/perf: avoid copying worktree files from test repo [v2,1/2] t/perf: handle worktrees as test repos - - - --- 2021-02-26 Jeff King New
[v2,1/2] t/perf: handle worktrees as test repos [v2,1/2] t/perf: handle worktrees as test repos - - - --- 2021-02-26 Jeff King New
[v2,6/6] doc/git-commit: add documentation for fixup=[amend|reword] options Untitled series #438263 - - - --- 2021-02-25 Charvi Mendiratta New
[v2,5/6] t3437: use --fixup with options to create amend! commit Untitled series #438259 - - - --- 2021-02-25 Charvi Mendiratta New
[v2,4/6] t7500: add tests for --fixup=[amend|reword] options Untitled series #438261 - - - --- 2021-02-25 Charvi Mendiratta New
[v2,3/6] commit: add a reword suboption to --fixup Untitled series #438253 - - - --- 2021-02-25 Charvi Mendiratta New
[v2,2/6] commit: add amend suboption to --fixup to create amend! commit Untitled series #438251 - - - --- 2021-02-25 Charvi Mendiratta New
[v2,1/6] sequencer: export subject_length() [v2,1/6] sequencer: export subject_length() - - - --- 2021-02-25 Charvi Mendiratta New
githooks.txt: Clarify documentation on reference-transaction hook githooks.txt: Clarify documentation on reference-transaction hook - - - --- 2021-02-25 Patrick Steinhardt New
[v5] gitk: add right-click context menu for tags [v5] gitk: add right-click context menu for tags - - - --- 2021-02-25 ZheNing Hu New
[v3,35/35] userdiff tests: add basic test for ruby userdiff: refactor + test + doc + misc improvements - - - --- 2021-02-24 Ævar Arnfjörð Bjarmason New
[v3,34/35] userdiff tests: add basic test for ada userdiff: refactor + test + doc + misc improvements - - - --- 2021-02-24 Ævar Arnfjörð Bjarmason New
[v3,33/35] userdiff golang: match multi-line "const" and "import" userdiff: refactor + test + doc + misc improvements - - - --- 2021-02-24 Ævar Arnfjörð Bjarmason New
[v3,32/35] userdiff golang: add a rule to match "package" userdiff: refactor + test + doc + misc improvements - - - --- 2021-02-24 Ævar Arnfjörð Bjarmason New
[v3,31/35] userdiff golang: don't over-match intented constructs userdiff: refactor + test + doc + misc improvements - - - --- 2021-02-24 Ævar Arnfjörð Bjarmason New
[v3,30/35] userdiff golang: simplify and correct matching regex userdiff: refactor + test + doc + misc improvements - - - --- 2021-02-24 Ævar Arnfjörð Bjarmason New
[v3,29/35] userdiff tests: test for a bug in 1dbf0c0ad6c userdiff: refactor + test + doc + misc improvements - - - --- 2021-02-24 Ævar Arnfjörð Bjarmason New
[v3,28/35] userdiff tests: assert empty hunk header context on -U<large> userdiff: refactor + test + doc + misc improvements - - - --- 2021-02-24 Ævar Arnfjörð Bjarmason New
[v3,27/35] userdiff tests: remove "funcname" from custom3 test userdiff: refactor + test + doc + misc improvements - - - --- 2021-02-24 Ævar Arnfjörð Bjarmason New
[v3,26/35] userdiff tests: switch to -U0 by default userdiff: refactor + test + doc + misc improvements - - - --- 2021-02-24 Ævar Arnfjörð Bjarmason New
[v3,25/35] gitattributes doc: document multi-line userdiff patterns userdiff: refactor + test + doc + misc improvements - - - --- 2021-02-24 Ævar Arnfjörð Bjarmason New
[v3,24/35] userdiff tests: move away from "RIGHT" in perl.sh userdiff: refactor + test + doc + misc improvements - - - --- 2021-02-24 Ævar Arnfjörð Bjarmason New
[v3,23/35] userdiff tests: move perl tests to perl.sh userdiff: refactor + test + doc + misc improvements - - - --- 2021-02-24 Ævar Arnfjörð Bjarmason New
[v3,22/35] gitattributes doc: reword discussion of built-in userdiff patterns userdiff: refactor + test + doc + misc improvements - - - --- 2021-02-24 Ævar Arnfjörð Bjarmason New
[v3,21/35] userdiff tests + docs: document & test "diff.<driver>.x?funcname" userdiff: refactor + test + doc + misc improvements - - - --- 2021-02-24 Ævar Arnfjörð Bjarmason New
[v3,20/35] userdiff tests: assert that new built-in drivers have tests userdiff: refactor + test + doc + misc improvements - - - --- 2021-02-24 Ævar Arnfjörð Bjarmason New
« 1 2 ... 80 81 82242 243 »