Show patches with: none      |   43117 patches
« 1 2 ... 94 95 96431 432 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v4,2/3] add -p: gracefully handle unparseable hunk headers in colored diffs built-in add -p: support diff-so-fancy better - - - --- 2022-08-31 Johannes Schindelin Superseded
[v4,1/3] add -p: detect more mismatches between plain vs colored diffs built-in add -p: support diff-so-fancy better - - - --- 2022-08-31 Johannes Schindelin Superseded
[v4,4/4] fsmonitor: normalize FSEvents event paths to the real path fsmonitor: option to allow fsmonitor to run against network-mounted repos - - - --- 2022-08-31 Eric DeCosta Superseded
[v4,3/4] fsmonitor: ensure filesystem and unix socket filesystem are compatible fsmonitor: option to allow fsmonitor to run against network-mounted repos - - - --- 2022-08-31 Eric DeCosta Superseded
[v4,2/4] fsmonitor: generate unique Unix socket file name in the desired location fsmonitor: option to allow fsmonitor to run against network-mounted repos - - - --- 2022-08-31 Eric DeCosta Superseded
[v4,1/4] fsmonitor: add two new config options, allowRemote and socketDir fsmonitor: option to allow fsmonitor to run against network-mounted repos - - - --- 2022-08-31 Eric DeCosta Superseded
[8/8] Documentation/technical: include Scalar technical doc scalar: integrate into core Git - - - --- 2022-08-31 Victoria Dye Accepted
[7/8] t/perf: add 'GIT_PERF_USE_SCALAR' run option scalar: integrate into core Git - - - --- 2022-08-31 Victoria Dye New
[6/8] t/perf: add Scalar performance tests scalar: integrate into core Git - - - --- 2022-08-31 Victoria Dye New
[5/8] scalar-clone: add test coverage scalar: integrate into core Git - - - --- 2022-08-31 Victoria Dye New
[4/8] scalar: implement the `help` subcommand scalar: integrate into core Git - - - --- 2022-08-31 Johannes Schindelin New
[3/8] git help: special-case `scalar` scalar: integrate into core Git - - - --- 2022-08-31 Johannes Schindelin Accepted
[2/8] scalar: include in standard Git build & installation scalar: integrate into core Git - - - --- 2022-08-31 Victoria Dye New
[1/8] scalar: fix command documentation section header scalar: integrate into core Git - - - --- 2022-08-31 Victoria Dye New
[v3,2/2] Makefile: use $(OBJECTS) instead of $(C_OBJ) [v2] ppc: remove custom SHA-1 implementation - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v3,1/2] Makefile + hash.h: remove PPC_SHA1 implementation Makefile + hash.h: remove PPC_SHA1 implementation 1 - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v3,9/9] docs: add CONFIGURATION sections that fuzzy map to built-ins docs: de-duplicate sections, add more CONFIGURATION sections - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Superseded
[v3,8/9] docs: add CONFIGURATION sections that map to a built-in docs: de-duplicate sections, add more CONFIGURATION sections - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Superseded
[v3,7/9] log docs: de-duplicate configuration sections docs: de-duplicate sections, add more CONFIGURATION sections - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Superseded
[v3,6/9] difftool docs: de-duplicate configuration sections docs: de-duplicate sections, add more CONFIGURATION sections - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Superseded
[v3,5/9] notes docs: de-duplicate and combine configuration sections docs: de-duplicate sections, add more CONFIGURATION sections - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Superseded
[v3,4/9] apply docs: de-duplicate configuration sections docs: de-duplicate sections, add more CONFIGURATION sections - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Superseded
[v3,3/9] send-email docs: de-duplicate configuration sections docs: de-duplicate sections, add more CONFIGURATION sections - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Superseded
[v3,2/9] grep docs: de-duplicate configuration sections docs: de-duplicate sections, add more CONFIGURATION sections - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Superseded
[v3,1/9] docs: add and use include template for config/* includes docs: de-duplicate sections, add more CONFIGURATION sections - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Superseded
[3/3] diff: fix filtering of merge commits under --remerge-diff Output fixes for --remerge-diff - - - --- 2022-08-31 Elijah Newren Superseded
[2/3] diff: fix filtering of additional headers under --remerge-diff Output fixes for --remerge-diff - - - --- 2022-08-31 Elijah Newren Superseded
[1/3] diff: have submodule_format logic avoid additional diff headers Output fixes for --remerge-diff - - - --- 2022-08-31 Elijah Newren Superseded
test-crontab: minor memory and error handling fixes test-crontab: minor memory and error handling fixes - - - --- 2022-08-30 Jeff King Accepted
[2/2] tempfile: update comment describing state transitions cleaning up tempfile active flag - - - --- 2022-08-30 Jeff King Accepted
[1/2] tempfile: drop active flag cleaning up tempfile active flag - - - --- 2022-08-30 Jeff King Accepted
[v6,16/16] bisect: no longer try to clean up left-over `.git/head-name` files Finish converting git bisect into a built-in - - - --- 2022-08-30 Johannes Schindelin New
[v6,15/16] bisect: remove Cogito-related code Finish converting git bisect into a built-in - - - --- 2022-08-30 Johannes Schindelin New
[v6,14/16] Turn `git bisect` into a full built-in Finish converting git bisect into a built-in - - - --- 2022-08-30 Johannes Schindelin New
[v6,13/16] bisect: move even the command-line parsing to `bisect--helper` Finish converting git bisect into a built-in - - - --- 2022-08-30 Johannes Schindelin New
[v6,12/16] bisect--helper: make `state` optional Finish converting git bisect into a built-in - - - --- 2022-08-30 Johannes Schindelin New
[v6,11/16] bisect--helper: calling `bisect_state()` without an argument is a bug Finish converting git bisect into a built-in - - - --- 2022-08-30 Johannes Schindelin New
[v6,10/16] bisect: avoid double-quoting when printing the failed command Finish converting git bisect into a built-in - - - --- 2022-08-30 Johannes Schindelin New
[v6,09/16] bisect run: fix the error message Finish converting git bisect into a built-in - - - --- 2022-08-30 Johannes Schindelin New
[v6,08/16] bisect: verify that a bogus option won't try to start a bisection Finish converting git bisect into a built-in - - - --- 2022-08-30 Johannes Schindelin New
[v6,07/16] bisect--helper: migrate to OPT_SUBCOMMAND() Finish converting git bisect into a built-in - - - --- 2022-08-30 Johannes Schindelin New
[v6,06/16] bisect--helper: make the order consistently `argc, argv` Finish converting git bisect into a built-in - - - --- 2022-08-30 Johannes Schindelin New
[v6,05/16] bisect--helper: make `terms` an explicit singleton Finish converting git bisect into a built-in - - - --- 2022-08-30 Johannes Schindelin New
[v6,04/16] bisect--helper: simplify exit code computation Finish converting git bisect into a built-in - - - --- 2022-08-30 Johannes Schindelin New
[v6,03/16] bisect--helper: really retire `--bisect-autostart` Finish converting git bisect into a built-in - - - --- 2022-08-30 Johannes Schindelin New
[v6,02/16] bisect--helper: really retire --bisect-next-check Finish converting git bisect into a built-in - - - --- 2022-08-30 Johannes Schindelin New
[v6,01/16] bisect--helper: retire the --no-log option Finish converting git bisect into a built-in - - - --- 2022-08-30 Johannes Schindelin New
[3/3] t6132(NO_PERL): do not run the scripted `add -p` A couple of CI fixes regarding the built-in add --patch - - - --- 2022-08-30 Johannes Schindelin Accepted
[2/3] t3701: test the built-in `add -i` regardless of NO_PERL A couple of CI fixes regarding the built-in add --patch - - - --- 2022-08-30 Johannes Schindelin Accepted
[1/3] add -p: avoid ambiguous signed/unsigned comparison A couple of CI fixes regarding the built-in add --patch - - - --- 2022-08-30 Johannes Schindelin Accepted
[v2] Documentation: clarify whitespace rules for trailers [v2] Documentation: clarify whitespace rules for trailers - - - --- 2022-08-30 Christian Couder Accepted
[51/51] completion: bash: trivial grammar fix completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[50/51] zsh: remove version completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[49/51] completion: bash: rename _get_comp_words_by_ref() completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[48/51] completion: bash: trivial cleanup completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[47/51] completion: bash: cleanup _get_comp_words_by_ref() completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[46/51] completion: bash: refactor _get_comp_words_by_ref() completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[45/51] completion: bash: simplify _get_comp_words_by_ref() completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[44/51] completion: zsh: add correct removable suffix completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[43/51] completion: zsh: add __gitcompadd helper completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[42/51] completion: zsh: add elements individually in __gitcomp_opts completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[41/51] completion: zsh: fix direct quoting completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[40/51] completion: zsh: shuffle __gitcomp* functions completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[39/51] completion: zsh: simplify __gitcomp_direct completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[38/51] completion: bash: shuffle __gitcomp functions completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[37/51] completion: bash: cleanup __gitcomp* invocations completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[36/51] completion: add __gitcomp_opts completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[35/51] completion: bash: improve __gitcomp description completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[34/51] completion: bash: simplify config_variable_name completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[33/51] test: completion: add missing test completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[32/51] completion: improve __gitcomp suffix code completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[31/51] completion: bash: change suffix check in __gitcomp completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[30/51] completion: simplify __gitcomp completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[29/51] completion: refactor __gitcomp completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[28/51] completion: simplify equal suffix check completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[27/51] completion: factor out check in __gitcomp completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[26/51] completion: zsh: always set compset completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[25/51] completion: zsh: add excluded options completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[24/51] completion: zsh: fix extra space on foo= completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[23/51] completion: zsh: add support for general -c opts completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[22/51] completion: zsh: fix for undefined completions completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[21/51] completion: zsh: add support for general -C opts completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[20/51] completion: zsh: expand --git-dir file argument completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[19/51] completion: zsh: fix options with arguments completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[18/51] completion: bash: get rid of any non-append code completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[17/51] completion: bash: get rid of _append() functions completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[16/51] completion: bash: remove non-append functionality completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[15/51] test: completion: add run_func() helper completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[14/51] test: completion: switch __gitcomp_nl prefix test completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[13/51] test: completion: fix currently typed words completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[12/51] completion: bash: do not modify COMP_WORDBREAKS completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[11/51] completion: zsh: trivial improvement completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[10/51] completion: fix for suboptions with value completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[09/51] completion: prompt: use generic colors completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[08/51] test: reset environment variables completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[07/51] zsh: simplify realpath dirname idiom completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[06/51] zsh: resolve symlink of script completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[05/51] completion: zsh: add higher-priority location completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[04/51] completion: bash: trivial cleanup completion: revamp - - - --- 2022-08-30 Felipe Contreras New
[03/51] completion: fix __git_cmd_idx regression for zsh completion: revamp - - - --- 2022-08-30 Felipe Contreras New
« 1 2 ... 94 95 96431 432 »