Show patches with: State = Action Required       |   24313 patches
« 1 2 ... 220 221 222243 244 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[21/23] commit: prepare free_commit_buffer and release_commit_memory for any repo sb/more-repo-in-api - - - --- 2018-12-15 Stefan Beller New
[20/23] commit-graph: convert remaining functions to handle any repo sb/more-repo-in-api - - - --- 2018-12-15 Stefan Beller New
[19/23] submodule: don't add submodule as odb for push sb/more-repo-in-api - - - --- 2018-12-15 Stefan Beller New
[18/23] submodule: use submodule repos for object lookup sb/more-repo-in-api - - - --- 2018-12-15 Stefan Beller New
[17/23] pretty: prepare format_commit_message to handle arbitrary repositories sb/more-repo-in-api - - - --- 2018-12-15 Stefan Beller New
[16/23] commit: prepare logmsg_reencode to handle arbitrary repositories sb/more-repo-in-api - - - --- 2018-12-15 Stefan Beller New
[15/23] commit: prepare repo_unuse_commit_buffer to handle any repo sb/more-repo-in-api - - - --- 2018-12-15 Stefan Beller New
[14/23] commit: prepare get_commit_buffer to handle any repo sb/more-repo-in-api - - - --- 2018-12-15 Stefan Beller New
[13/23] commit-reach: prepare in_merge_bases[_many] to handle any repo sb/more-repo-in-api - - - --- 2018-12-15 Stefan Beller New
[12/23] commit-reach: prepare get_merge_bases to handle any repo sb/more-repo-in-api - - - --- 2018-12-15 Stefan Beller New
[11/23] commit-reach.c: allow get_merge_bases_many_0 to handle any repo sb/more-repo-in-api - - - --- 2018-12-15 Stefan Beller New
[10/23] commit-reach.c: allow remove_redundant to handle any repo sb/more-repo-in-api - - - --- 2018-12-15 Stefan Beller New
[09/23] commit-reach.c: allow merge_bases_many to handle any repo sb/more-repo-in-api - - - --- 2018-12-15 Stefan Beller New
[08/23] commit-reach.c: allow paint_down_to_common to handle any repo sb/more-repo-in-api - - - --- 2018-12-15 Stefan Beller New
[07/23] commit: allow parse_commit* to handle any repo sb/more-repo-in-api - - - --- 2018-12-15 Stefan Beller New
[06/23] object: parse_object to honor its repository argument sb/more-repo-in-api - - - --- 2018-12-15 Stefan Beller New
[05/23] object-store: prepare has_{sha1, object}_file to handle any repo sb/more-repo-in-api - - - --- 2018-12-15 Stefan Beller New
[04/23] object-store: prepare read_object_file to deal with any repo sb/more-repo-in-api - - - --- 2018-12-15 Stefan Beller New
[03/23] object-store: allow read_object_file_extended to read from any repo sb/more-repo-in-api - - - --- 2018-12-15 Stefan Beller New
[02/23] packfile: allow has_packed_and_bad to handle arbitrary repositories sb/more-repo-in-api - - - --- 2018-12-15 Stefan Beller New
[01/23] sha1_file: allow read_object to read objects in arbitrary repositories sb/more-repo-in-api - - - --- 2018-12-15 Stefan Beller New
[4/4] submodule deinit: unset core.worktree submodules: unset core.worktree when no working tree present - - - --- 2018-12-14 Stefan Beller New
[3/4] submodule--helper: fix BUG message in ensure_core_worktree submodules: unset core.worktree when no working tree present - - - --- 2018-12-14 Stefan Beller New
[2/4] submodule: unset core.worktree if no working tree is present submodules: unset core.worktree when no working tree present - - - --- 2018-12-14 Stefan Beller New
[1/4] submodule update: add regression test with old style setups submodules: unset core.worktree when no working tree present - - - --- 2018-12-14 Stefan Beller New
doc: improve grammar in git-update-index doc: improve grammar in git-update-index - - - --- 2018-12-14 Anthony Sottile New
[v4,6/6] pack-objects: create GIT_TEST_PACK_SPARSE Add a new "sparse" tree walk algorithm - - - --- 2018-12-14 John Passaro via GitGitGadget New
[v4,5/6] pack-objects: create pack.useSparse setting Add a new "sparse" tree walk algorithm - - - --- 2018-12-14 John Passaro via GitGitGadget New
[v4,4/6] revision: implement sparse algorithm Add a new "sparse" tree walk algorithm - - - --- 2018-12-14 John Passaro via GitGitGadget New
[v4,3/6] pack-objects: add --sparse option Add a new "sparse" tree walk algorithm - - - --- 2018-12-14 John Passaro via GitGitGadget New
[v4,2/6] list-objects: consume sparse tree walk Add a new "sparse" tree walk algorithm - - - --- 2018-12-14 John Passaro via GitGitGadget New
[v4,1/6] revision: add mark_tree_uninteresting_sparse Add a new "sparse" tree walk algorithm - - - --- 2018-12-14 John Passaro via GitGitGadget New
[v3] log -G: ignore binary files [v3] log -G: ignore binary files - - - --- 2018-12-14 Thomas Braun New
t5601 breakage at 3cd325f7be (Merge branch 'js/protocol-advertise-multi' into pu, 2018-12-14) t5601 breakage at 3cd325f7be (Merge branch 'js/protocol-advertise-multi' into pu, 2018-12-14) - - - --- 2018-12-14 Johannes Schindelin New
[v2,4/4] t3506: validate '-m 1 -ff' is now accepted for non-merge commits Allow 'cherry-pick -m 1' for non-merge commits - - - --- 2018-12-14 Sergey Organov New
[v2,1/4] t3510: stop using '-m 1' to force failure mid-sequence of cherry-picks Allow 'cherry-pick -m 1' for non-merge commits - - - --- 2018-12-14 Sergey Organov New
[v2,2/4] cherry-pick: do not error on non-merge commits when '-m 1' is specified Allow 'cherry-pick -m 1' for non-merge commits - - - --- 2018-12-14 Sergey Organov New
[v2,3/4] t3502: validate '-m 1' argument is now accepted for non-merge commits Allow 'cherry-pick -m 1' for non-merge commits - - - --- 2018-12-14 Sergey Organov New
[v3,1/4] t3510: stop using '-m 1' to force failure mid-sequence of cherry-picks Allow 'cherry-pick -m 1' for non-merge commits - - - --- 2018-12-14 Sergey Organov New
[v3,2/4] cherry-pick: do not error on non-merge commits when '-m 1' is specified Allow 'cherry-pick -m 1' for non-merge commits - - - --- 2018-12-14 Sergey Organov New
[v3,3/4] t3502: validate '-m 1' argument is now accepted for non-merge commits Allow 'cherry-pick -m 1' for non-merge commits - - - --- 2018-12-14 Sergey Organov New
[v3,4/4] t3506: validate '-m 1 -ff' is now accepted for non-merge commits Allow 'cherry-pick -m 1' for non-merge commits - - - --- 2018-12-14 Sergey Organov New
[4/4] docs/pretty-formats: add explanation + copy edits Expose gpgsig in pretty-print - - - --- 2018-12-13 John Passaro New
[3/4] doc, tests: pretty behavior when gpg missing Expose gpgsig in pretty-print - - - --- 2018-12-13 John Passaro New
[2/4] t/t7510-signed-commit.sh: test new placeholders Expose gpgsig in pretty-print - - - --- 2018-12-13 John Passaro New
[1/4] pretty: expose raw commit signature Expose gpgsig in pretty-print - - - --- 2018-12-13 John Passaro New
[1/1] worktree refs: fix case sensitivity for 'head' worktree refs: fix case sensitivity for 'head' - - - --- 2018-12-13 John Passaro via GitGitGadget New
[v4,3/3] Makefile: correct example fuzz build Add commit-graph fuzzer and fix buffer overflow - - - --- 2018-12-13 Josh Steadmon New
[v4,2/3] commit-graph: fix buffer read-overflow Add commit-graph fuzzer and fix buffer overflow - - - --- 2018-12-13 Josh Steadmon New
[v4,1/3] commit-graph, fuzz: Add fuzzer for commit-graph Add commit-graph fuzzer and fix buffer overflow - - - --- 2018-12-13 Josh Steadmon New
[v2] teach git to support a virtual (partially populated) work directory [v2] teach git to support a virtual (partially populated) work directory - - - --- 2018-12-13 Ben Peart New
submodule update: run at most one fetch job unless otherwise set submodule update: run at most one fetch job unless otherwise set - - - --- 2018-12-13 Stefan Beller New
[v3] revision: use commit graph in get_reference() [v3] revision: use commit graph in get_reference() - - - --- 2018-12-13 Jonathan Tan New
Simplify handling of setup_git_directory_gently() failure cases. Simplify handling of setup_git_directory_gently() failure cases. - - - --- 2018-12-13 Erin Dahlgren New
[v2,8/8] tests: mark tests broken under GIT_TEST_PROTOCOL_VERSION=2 [v2,1/8] serve: pass "config context" through to individual commands - - - --- 2018-12-13 Ævar Arnfjörð Bjarmason New
[v2,7/8] builtin/fetch-pack: support protocol version 2 [v2,1/8] serve: pass "config context" through to individual commands - - - --- 2018-12-13 Ævar Arnfjörð Bjarmason New
[v2,6/8] tests: mark & fix tests broken under GIT_TEST_PROTOCOL_VERSION=1 [v2,1/8] serve: pass "config context" through to individual commands - - - --- 2018-12-13 Ævar Arnfjörð Bjarmason New
[v2,5/8] tests: add a special setup where for protocol.version [v2,1/8] serve: pass "config context" through to individual commands - - - --- 2018-12-13 Ævar Arnfjörð Bjarmason New
[v2,4/8] tests: add a check for unportable env --unset [v2,1/8] serve: pass "config context" through to individual commands - - - --- 2018-12-13 Ævar Arnfjörð Bjarmason New
[v2,3/8] upload-pack: support hidden refs with protocol v2 [v2,1/8] serve: pass "config context" through to individual commands - - - --- 2018-12-13 Ævar Arnfjörð Bjarmason New
[v2,2/8] parse_hide_refs_config: handle NULL section [v2,1/8] serve: pass "config context" through to individual commands - - - --- 2018-12-13 Ævar Arnfjörð Bjarmason New
[v2,1/8] serve: pass "config context" through to individual commands [v2,1/8] serve: pass "config context" through to individual commands - - - --- 2018-12-13 Ævar Arnfjörð Bjarmason New
[v2,1/1] t9902: 'send-email' test case requires PERL Fix regression in t9902 with NO_PERL - - - --- 2018-12-13 John Passaro via GitGitGadget New
[1/1] t9902: 'send-email' test case requires PERL Fix regression in t9902 with NO_PERL - - - --- 2018-12-13 John Passaro via GitGitGadget New
[RFC/PATCH] Use mailmap by default in log, show and whatchanged [RFC/PATCH] Use mailmap by default in log, show and whatchanged - - - --- 2018-12-13 CB Bailey New
git-quiltimport: Add --keep-non-patch option git-quiltimport: Add --keep-non-patch option - - - --- 2018-12-12 Laura Abbott New
submodule: correct documentation for open_submodule submodule: correct documentation for open_submodule - - - --- 2018-12-12 Stefan Beller New
[v2] run-command: report exec failure [v2] run-command: report exec failure - - - --- 2018-12-12 Junio C Hamano New
[v2,2/2] t4256: mark support files as LF-only Add more eol=lf to .gitattributes - - - --- 2018-12-12 John Passaro via GitGitGadget New
[v2,1/2] .gitattributes: ensure t/oid-info/* has eol=lf Add more eol=lf to .gitattributes - - - --- 2018-12-12 John Passaro via GitGitGadget New
shortlog: pass the mailmap into the revision walker shortlog: pass the mailmap into the revision walker - - - --- 2018-12-12 CB Bailey New
shortlog: pass the mailmap into the revision walker shortlog: pass the mailmap into the revision walker - - - --- 2018-12-12 CB Bailey New
[3/3] also squash this into your patch Some fixes and improvements - - - --- 2018-12-12 Jonathan Tan New
[2/3] builtin/fetch-pack: support protocol version 2 Some fixes and improvements - - - --- 2018-12-12 Jonathan Tan New
[1/3] squash this into your patch Some fixes and improvements - - - --- 2018-12-12 Jonathan Tan New
[v3,4/4] lib-httpd, t5551: check server-side HTTP errors Unify pkt-line error handling and refactor smart-http - - - --- 2018-12-12 Josh Steadmon New
[v3,3/4] remote-curl: tighten "version 2" check for smart-http Unify pkt-line error handling and refactor smart-http - - - --- 2018-12-12 Josh Steadmon New
[v3,2/4] remote-curl: refactor smart-http discovery Unify pkt-line error handling and refactor smart-http - - - --- 2018-12-12 Josh Steadmon New
[v3,1/4] pack-protocol.txt: accept error packets in any context Unify pkt-line error handling and refactor smart-http - - - --- 2018-12-12 Josh Steadmon New
[5/5] notes: Implement xref-cherry-picks hooks and tests [1/5] trailer: Implement a helper to reverse-map trailer xrefs - - - --- 2018-12-11 Tejun Heo New
[4/5] githooks: Add post-cherry-pick and post-fetch hooks [1/5] trailer: Implement a helper to reverse-map trailer xrefs - - - --- 2018-12-11 Tejun Heo New
[3/5] notes: Implement git-reverse-trailer-xrefs [1/5] trailer: Implement a helper to reverse-map trailer xrefs - - - --- 2018-12-11 Tejun Heo New
[2/5] notes: Implement special handlings for refs/notes/xref- [1/5] trailer: Implement a helper to reverse-map trailer xrefs - - - --- 2018-12-11 Tejun Heo New
[1/5] trailer: Implement a helper to reverse-map trailer xrefs [1/5] trailer: Implement a helper to reverse-map trailer xrefs - - - --- 2018-12-11 Tejun Heo New
[3/3] tests: mark tests broken under GIT_TEST_PROTOCOL_VERSION=2 Add a GIT_TEST_PROTOCOL_VERSION=X test mode - - - --- 2018-12-11 Ævar Arnfjörð Bjarmason New
[2/3] tests: mark tests broken under GIT_TEST_PROTOCOL_VERSION=1 Add a GIT_TEST_PROTOCOL_VERSION=X test mode - - - --- 2018-12-11 Ævar Arnfjörð Bjarmason New
[1/3] tests: add a special setup where for protocol.version Add a GIT_TEST_PROTOCOL_VERSION=X test mode - - - --- 2018-12-11 Ævar Arnfjörð Bjarmason New
[1/1] .gitattributes: ensure t/oid-info/* has eol=lf .gitattributes: ensure t/oid-info/* has eol=lf - - - --- 2018-12-11 John Passaro via GitGitGadget New
[v4,8/8] rebase: Implement --merge via the interactive machinery Reimplement rebase --merge via interactive machinery - - - --- 2018-12-11 Elijah Newren New
[v4,7/8] rebase: define linearization ordering and enforce it Reimplement rebase --merge via interactive machinery - - - --- 2018-12-11 Elijah Newren New
[v4,6/8] git-legacy-rebase: simplify unnecessary triply-nested if Reimplement rebase --merge via interactive machinery - - - --- 2018-12-11 Elijah Newren New
[v4,5/8] git-rebase, sequencer: extend --quiet option for the interactive machinery Reimplement rebase --merge via interactive machinery - - - --- 2018-12-11 Elijah Newren New
[v4,4/8] am, rebase--merge: do not overlook --skip'ed commits with post-rewrite Reimplement rebase --merge via interactive machinery - - - --- 2018-12-11 Elijah Newren New
[v4,3/8] t5407: add a test demonstrating how interactive handles --skip differently Reimplement rebase --merge via interactive machinery - - - --- 2018-12-11 Elijah Newren New
[v4,2/8] rebase: fix incompatible options error message Reimplement rebase --merge via interactive machinery - - - --- 2018-12-11 Elijah Newren New
[v4,1/8] rebase: make builtin and legacy script error messages the same Reimplement rebase --merge via interactive machinery - - - --- 2018-12-11 Elijah Newren New
[v2] parse-options: fix SunCC compiler warning [v2] parse-options: fix SunCC compiler warning - - - --- 2018-12-11 Duy Nguyen New
[2/2] help -a: handle aliases with long names gracefully Fix git help -a with long alias names - - - --- 2018-12-11 John Passaro via GitGitGadget New
[1/2] help.h: fix coding style Fix git help -a with long alias names - - - --- 2018-12-11 John Passaro via GitGitGadget New
[3/3] upload-pack: support hidden refs with protocol v2 protocol v2 and hidden refs - - - --- 2018-12-11 Jeff King New
« 1 2 ... 220 221 222243 244 »