Show patches with: none      |   44053 patches
« 1 2 ... 126 127 128440 441 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,4/8] run-command.c: add an initializer for "struct parallel_processes" hook API: connect hooks to the TTY again, fixes a v2.36.0 regression - - - --- 2022-05-18 Ævar Arnfjörð Bjarmason Superseded
[v2,3/8] run-command tests: test stdout of run_command_parallel() hook API: connect hooks to the TTY again, fixes a v2.36.0 regression - - - --- 2022-05-18 Ævar Arnfjörð Bjarmason Superseded
[v2,2/8] run-command API: use "opts" struct for run_processes_parallel{,_tr2}() hook API: connect hooks to the TTY again, fixes a v2.36.0 regression - 1 - --- 2022-05-18 Ævar Arnfjörð Bjarmason Superseded
[v2,1/8] run-command tests: change if/if/... to if/else if/else hook API: connect hooks to the TTY again, fixes a v2.36.0 regression - - - --- 2022-05-18 Ævar Arnfjörð Bjarmason Superseded
templates: clarify SHA1 arg in prepare-commit-msg templates: clarify SHA1 arg in prepare-commit-msg - - - --- 2022-05-18 mataha New
Add pcre2 support for cmake build system. Add pcre2 support for cmake build system. - - - --- 2022-05-18 Yuyi Wang New
[v2] fetch: do not run a redundant fetch from submodule [v2] fetch: do not run a redundant fetch from submodule - - - --- 2022-05-16 Junio C Hamano Accepted
fetch: do not run a redundant fetch from submodule fetch: do not run a redundant fetch from submodule - - - --- 2022-05-16 Junio C Hamano Superseded
[8/8] bundle.h: make "fd" version of read_bundle_header() public Bundle URIs: Prepatory patches - - - --- 2022-05-16 Ævar Arnfjörð Bjarmason Accepted
[7/8] remote: allow relative_url() to return an absolute url Bundle URIs: Prepatory patches - - - --- 2022-05-16 Derrick Stolee Accepted
[6/8] remote: move relative_url() Bundle URIs: Prepatory patches - - - --- 2022-05-16 Derrick Stolee Accepted
[5/8] http: make http_get_file() external Bundle URIs: Prepatory patches - - - --- 2022-05-16 Derrick Stolee Accepted
[4/8] fetch-pack: move --keep=* option filling to a function Bundle URIs: Prepatory patches - - - --- 2022-05-16 Ævar Arnfjörð Bjarmason Accepted
[3/8] fetch-pack: add a deref_without_lazy_fetch_extended() Bundle URIs: Prepatory patches - - - --- 2022-05-16 Ævar Arnfjörð Bjarmason Accepted
[2/8] dir API: add a generalized path_match_flags() function Bundle URIs: Prepatory patches - - - --- 2022-05-16 Ævar Arnfjörð Bjarmason Accepted
[1/8] connect.c: refactor sending of agent & object-format Bundle URIs: Prepatory patches - - - --- 2022-05-16 Ævar Arnfjörð Bjarmason Accepted
[8/8] sparse-checkout: integrate with sparse index Sparse index: integrate with sparse-checkout - - - --- 2022-05-16 Derrick Stolee Superseded
[7/8] p2000: add test for 'git sparse-checkout [add|set]' Sparse index: integrate with sparse-checkout - - - --- 2022-05-16 Derrick Stolee Superseded
[6/8] sparse-index: complete partial expansion Sparse index: integrate with sparse-checkout - - - --- 2022-05-16 Derrick Stolee Superseded
[5/8] sparse-index: partially expand directories Sparse index: integrate with sparse-checkout - - - --- 2022-05-16 Derrick Stolee Superseded
[4/8] sparse-checkout: --no-sparse-index needs a full index Sparse index: integrate with sparse-checkout - - - --- 2022-05-16 Derrick Stolee Superseded
[3/8] cache-tree: implement cache_tree_find_path() Sparse index: integrate with sparse-checkout - - - --- 2022-05-16 Derrick Stolee Superseded
[2/8] sparse-index: introduce partially-sparse indexes Sparse index: integrate with sparse-checkout - - - --- 2022-05-16 Derrick Stolee Superseded
[1/8] sparse-index: create expand_to_pattern_list() Sparse index: integrate with sparse-checkout - - - --- 2022-05-16 Derrick Stolee Superseded
fetch-pack: make unexpected peek result non-fatal fetch-pack: make unexpected peek result non-fatal - - - --- 2022-05-16 Jonathan Tan Accepted
[v2] fetch: limit shared symref check only for local branches [v2] fetch: limit shared symref check only for local branches - - - --- 2022-05-16 Orgad Shaneh Accepted
[v4] http: add custom hostname to IP address resolutions [v4] http: add custom hostname to IP address resolutions - - - --- 2022-05-16 Christian Couder Accepted
fetch: limit shared symref check only for local branches fetch: limit shared symref check only for local branches - - - --- 2022-05-16 Orgad Shaneh Superseded
stash: added safety flag for stash clear subcommand stash: added safety flag for stash clear subcommand - - - --- 2022-05-15 Nadav Goldstein New
[v2,2/2] setup.c: learn discovery.bareRepository=cwd setup.c: make bare repo discovery optional - - - --- 2022-05-13 Glen Choo New
[v2,1/2] setup.c: make bare repo discovery optional setup.c: make bare repo discovery optional - - - --- 2022-05-13 Glen Choo New
[2/2] builtin/pack-objects.c: ensure pack validity from MIDX bitmap objects pack-objects: fix a pair of MIDX bitmap-related races - - - --- 2022-05-13 Taylor Blau Superseded
[1/2] pack-bitmap: check preferred pack validity when opening MIDX bitmap pack-objects: fix a pair of MIDX bitmap-related races - - - --- 2022-05-13 Taylor Blau Superseded
[RFC,3/3] Allow empty user name in HTTP authentication Allow configuration of HTTP authentication method - - - --- 2022-05-13 Simon.Richter@hogyros.de New
[2/3] Add config option/env var to limit HTTP auth methods Allow configuration of HTTP authentication method - - - --- 2022-05-13 Simon.Richter@hogyros.de New
[1/3] Rename proxy_authmethods -> authmethods Allow configuration of HTTP authentication method - - - --- 2022-05-13 Simon.Richter@hogyros.de New
[v5,4/4] git-compat-util: allow root to access both SUDO_UID and root owned fix `sudo make install` regression in maint - - - --- 2022-05-13 Carlo Marcelo Arenas Belón New
[v5,3/4] t0034: add negative tests and allow git init to mostly work under sudo fix `sudo make install` regression in maint - - - --- 2022-05-13 Carlo Marcelo Arenas Belón Accepted
[v5,2/4] git-compat-util: avoid failing dir ownership checks if running privileged fix `sudo make install` regression in maint - - - --- 2022-05-13 Carlo Marcelo Arenas Belón Accepted
[v5,1/4] t: regression git needs safe.directory when using sudo fix `sudo make install` regression in maint - - - --- 2022-05-13 Carlo Marcelo Arenas Belón Accepted
[v3,5/5] MyFirstContribution: drop PR description for GGG single-patch contributions Improve MyFirstContribution's GitGitGadget section - - - --- 2022-05-12 Philippe Blain Accepted
[v3,4/5] MyFirstContribution: reference "The cover letter" in GitGitGadget section Improve MyFirstContribution's GitGitGadget section - - - --- 2022-05-12 Philippe Blain Accepted
[v3,3/5] MyFirstContribution: reference "The cover letter" in "Preparing Email" Improve MyFirstContribution's GitGitGadget section - - - --- 2022-05-12 Philippe Blain Accepted
[v3,2/5] MyFirstContribution: add standalone section on cover letter Improve MyFirstContribution's GitGitGadget section - - - --- 2022-05-12 Philippe Blain Accepted
[v3,1/5] MyFirstContribution: add "Anatomy of a Patch Series" section Improve MyFirstContribution's GitGitGadget section - - - --- 2022-05-12 Philippe Blain Accepted
commit: fix "author_ident" leak commit: fix "author_ident" leak - - - --- 2022-05-12 Junio C Hamano Accepted
[v4,4/4] ci: use https, not http to download binaries from perforce.com ci: avoid perforce/brew issues affecting macOS - - - --- 2022-05-12 Junio C Hamano Accepted
[v4,3/4] ci: reintroduce prevention from perforce being quarantined in macOS ci: avoid perforce/brew issues affecting macOS - - - --- 2022-05-12 Junio C Hamano Accepted
[v4,2/4] ci: avoid brew for installing perforce ci: avoid perforce/brew issues affecting macOS - - - --- 2022-05-12 Junio C Hamano Accepted
[v4,1/4] ci: make failure to find perforce more user friendly ci: avoid perforce/brew issues affecting macOS - - - --- 2022-05-12 Junio C Hamano Accepted
[v2,4/4] object-file: fix a unpack_loose_header() regression in 3b6a8db3b03 test fixes around valgrind - - - --- 2022-05-12 Junio C Hamano Accepted
[v2,3/4] commit-graph.c: don't assume that stat() succeeds test fixes around valgrind - - - --- 2022-05-12 Junio C Hamano Accepted
[v2,2/4] log test: skip a failing mkstemp() test under valgrind test fixes around valgrind - - - --- 2022-05-12 Junio C Hamano Accepted
[v2,1/4] tests: using custom GIT_EXEC_PATH breaks --valgrind tests test fixes around valgrind - - - --- 2022-05-12 Junio C Hamano Accepted
fixup! archive: optionally add "virtual" files fixup! archive: optionally add "virtual" files - - - --- 2022-05-12 Junio C Hamano New
grep: add --max-count command line option grep: add --max-count command line option - - - --- 2022-05-12 Carlos López New
[v3] pull: do not let submodule.recurse override fetch.recurseSubmodules [v3] pull: do not let submodule.recurse override fetch.recurseSubmodules - - - --- 2022-05-11 Glen Choo Accepted
[v3,2/2] bisect: output bisect setup status in bisect log bisect: status improvements when bisect is not fully fleshed out - - - --- 2022-05-11 Chris Down Accepted
[v3,1/2] bisect: output state before we are ready to compute bisection bisect: status improvements when bisect is not fully fleshed out - - - --- 2022-05-11 Chris Down Accepted
[v2,5/5] MyFirstContribution: drop PR description for GGG single-patch contributions Improve MyFirstContribution's GitGitGadget section - - - --- 2022-05-11 Philippe Blain Superseded
[v2,4/5] MyFirstContribution: reference "The cover letter" in GitGitGadget section Improve MyFirstContribution's GitGitGadget section - - - --- 2022-05-11 Philippe Blain Superseded
[v2,3/5] MyFirstContribution: reference "The cover letter" in "Preparing Email" Improve MyFirstContribution's GitGitGadget section - - - --- 2022-05-11 Philippe Blain Superseded
[v2,2/5] MyFirstContribution: add standalone section on cover letter Improve MyFirstContribution's GitGitGadget section - - - --- 2022-05-11 Philippe Blain Superseded
[v2,1/5] MyFirstContribution: add "Anatomy of a Patch Series" section Improve MyFirstContribution's GitGitGadget section - - - --- 2022-05-11 Philippe Blain Superseded
[v3,6/6] unpack-trees: preserve index sparsity Sparse index: integrate with 'git stash' - - - --- 2022-05-10 Victoria Dye Accepted
[v3,5/6] stash: apply stash using 'merge_ort_nonrecursive()' Sparse index: integrate with 'git stash' - 1 - --- 2022-05-10 Victoria Dye Accepted
[v3,4/6] read-cache: set sparsity when index is new Sparse index: integrate with 'git stash' - - - --- 2022-05-10 Victoria Dye Accepted
[v3,3/6] sparse-index: expose 'is_sparse_index_allowed()' Sparse index: integrate with 'git stash' - - - --- 2022-05-10 Victoria Dye Accepted
[v3,2/6] stash: integrate with sparse index Sparse index: integrate with 'git stash' - - - --- 2022-05-10 Victoria Dye Accepted
[v3,1/6] stash: expand sparse-checkout compatibility testing Sparse index: integrate with 'git stash' - - - --- 2022-05-10 Victoria Dye Accepted
[v4,7/7] scalar: teach `diagnose` to gather loose objects information scalar: implement the subcommand "diagnose" - - - --- 2022-05-10 Matthew John Cheetham Superseded
[v4,6/7] scalar: teach `diagnose` to gather packfile info scalar: implement the subcommand "diagnose" - - - --- 2022-05-10 Matthew John Cheetham Superseded
[v4,5/7] scalar diagnose: include disk space information scalar: implement the subcommand "diagnose" - - - --- 2022-05-10 Johannes Schindelin Superseded
[v4,4/7] Implement `scalar diagnose` scalar: implement the subcommand "diagnose" - - - --- 2022-05-10 Johannes Schindelin Superseded
[v4,3/7] scalar: validate the optional enlistment argument scalar: implement the subcommand "diagnose" - - - --- 2022-05-10 Johannes Schindelin Superseded
[v4,2/7] archive --add-file-with-contents: allow paths containing colons scalar: implement the subcommand "diagnose" - - - --- 2022-05-10 Johannes Schindelin Superseded
[v4,1/7] archive: optionally add "virtual" files scalar: implement the subcommand "diagnose" - - - --- 2022-05-10 Johannes Schindelin Superseded
[v2] pull: only pass '--recurse-submodules' to subcommands [v2] pull: only pass '--recurse-submodules' to subcommands - - - --- 2022-05-10 Glen Choo Accepted
[v4,3/3] t0034: add negative tests and allow git init to mostly work under sudo fix `sudo make install` regression in maint - - - --- 2022-05-10 Carlo Marcelo Arenas Belón Superseded
[v4,2/3] git-compat-util: avoid failing dir ownership checks if running privileged fix `sudo make install` regression in maint - - - --- 2022-05-10 Carlo Marcelo Arenas Belón Superseded
[v4,1/3] t: regression git needs safe.directory when using sudo fix `sudo make install` regression in maint - - - --- 2022-05-10 Carlo Marcelo Arenas Belón Superseded
[v2,2/2] dir: minor refactoring / clean-up dir: consider worktree config in path recursion - - - --- 2022-05-10 oss dev New
[v2,1/2] dir: consider worktree config in path recursion dir: consider worktree config in path recursion - - - --- 2022-05-10 oss dev New
pull: only pass '--recurse-submodules' to subcommands pull: only pass '--recurse-submodules' to subcommands - - - --- 2022-05-09 Glen Choo Superseded
[v2,15/15] entry.c: use dir-iterator to avoid explicit dir traversal iterate dirs before or after their contents - - - --- 2022-05-09 Plato Kiorpelidis New
[v2,14/15] dir-iterator: option to iterate dirs in post-order iterate dirs before or after their contents - - - --- 2022-05-09 Plato Kiorpelidis New
[v2,13/15] dir-iterator: option to iterate dirs in pre-order iterate dirs before or after their contents - - - --- 2022-05-09 Plato Kiorpelidis New
[v2,12/15] t0066: rename subtest descriptions iterate dirs before or after their contents - - - --- 2022-05-09 Plato Kiorpelidis New
[v2,11/15] dir-iterator: open root dir in dir_iterator_begin() iterate dirs before or after their contents - - - --- 2022-05-09 Plato Kiorpelidis New
[v2,10/15] dir-iterator: refactor dir_iterator_advance() iterate dirs before or after their contents - - - --- 2022-05-09 Plato Kiorpelidis New
[v2,09/15] t0066: rename test directories iterate dirs before or after their contents - - - --- 2022-05-09 Plato Kiorpelidis New
[v2,08/15] t0066: reorder tests from simple to more complex iterate dirs before or after their contents - - - --- 2022-05-09 Plato Kiorpelidis New
[v2,07/15] t0066: better test coverage for dir-iterator iterate dirs before or after their contents - - - --- 2022-05-09 Plato Kiorpelidis New
[v2,06/15] test-dir-iterator: print errno name set by dir_iterator_advance iterate dirs before or after their contents - - - --- 2022-05-09 Plato Kiorpelidis New
[v2,05/15] test-dir-iterator: print EACCES and ELOOP errno set by dir_iterator iterate dirs before or after their contents - - - --- 2022-05-09 Plato Kiorpelidis New
[v2,04/15] test-dir-iterator: consistently return EXIT_FAILURE or EXIT_SUCCESS iterate dirs before or after their contents - - - --- 2022-05-09 Plato Kiorpelidis New
[v2,03/15] t0066: shorter expected and actual output file names iterate dirs before or after their contents - - - --- 2022-05-09 Plato Kiorpelidis New
[v2,02/15] t0066: remove dependency between unrelated tests iterate dirs before or after their contents - - - --- 2022-05-09 Plato Kiorpelidis New
[v2,01/15] t0066: refactor dir-iterator tests iterate dirs before or after their contents - - - --- 2022-05-09 Plato Kiorpelidis New
[v3] http: add custom hostname to IP address resolutions [v3] http: add custom hostname to IP address resolutions - - - --- 2022-05-09 Christian Couder Superseded
« 1 2 ... 126 127 128440 441 »