Show patches with: Archived = No       |   20561 patches
« 1 2 ... 197 198 199205 206 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[05/10] push: drop unused repo argument to do_push() dropping more unused parameters - - - --- 2020-09-30 Jeff King Accepted
[04/10] assert PARSE_OPT_NONEG in parse-options callbacks dropping more unused parameters - - - --- 2020-09-30 Jeff King Accepted
[03/10] env--helper: write to opt->value in parseopt helper dropping more unused parameters - - - --- 2020-09-30 Jeff King Accepted
[02/10] drop unused argc parameters dropping more unused parameters - - - --- 2020-09-30 Jeff King Accepted
[01/10] convert: drop unused crlf_action from check_global_conv_flags_eol() dropping more unused parameters - - - --- 2020-09-30 Jeff King Accepted
combine-diff: handle --find-object in multitree code path combine-diff: handle --find-object in multitree code path - - - --- 2020-09-30 Jeff King Accepted
Propagate --quiet on submodule update to merge/rebase Propagate --quiet on submodule update to merge/rebase - - - --- 2020-09-30 Theodore Dubois Superseded
diff: get rid of redundant 'dense' argument diff: get rid of redundant 'dense' argument - - - --- 2020-09-29 Sergey Organov Accepted
[v2,7/7] clone: allow configurable default for `-o`/`--origin` clone: allow configurable default for -o/--origin - - - --- 2020-09-29 John Cai via GitGitGadget Superseded
[v2,6/7] clone: read new remote name from remote_name instead of option_origin clone: allow configurable default for -o/--origin - - - --- 2020-09-29 John Cai via GitGitGadget Superseded
[v2,5/7] clone: validate --origin option before use clone: allow configurable default for -o/--origin - - - --- 2020-09-29 John Cai via GitGitGadget Superseded
[v2,4/7] refs: consolidate remote name validation clone: allow configurable default for -o/--origin - - - --- 2020-09-29 John Cai via GitGitGadget Superseded
[v2,3/7] remote: add tests for add and rename with invalid names clone: allow configurable default for -o/--origin - - - --- 2020-09-29 John Cai via GitGitGadget Superseded
[v2,2/7] clone: use more conventional config/option layering clone: allow configurable default for -o/--origin - - - --- 2020-09-29 John Cai via GitGitGadget Superseded
[v2,1/7] clone: add tests for --template and some disallowed option pairs clone: allow configurable default for -o/--origin - - - --- 2020-09-29 John Cai via GitGitGadget Superseded
[v2,2/2] packfile: fix memory leak in add_delta_base_cache() [v2,1/2] packfile: fix race condition on unpack_entry() - - - --- 2020-09-29 Matheus Tavares Accepted
[v2,1/2] packfile: fix race condition on unpack_entry() [v2,1/2] packfile: fix race condition on unpack_entry() - - - --- 2020-09-29 Matheus Tavares Accepted
[v3] Doc: show example scissors line [v3] Doc: show example scissors line - - - --- 2020-09-28 Evan Gates Accepted
[v2,2/2] fetch: do not override partial clone filter Fix overriding of partial clone filter when lazy-fetching - - - --- 2020-09-28 Jonathan Tan Accepted
[v2,1/2] promisor-remote: remove unused variable Fix overriding of partial clone filter when lazy-fetching - - - --- 2020-09-28 Jonathan Tan Accepted
apply: when -R, also reverse list of sections apply: when -R, also reverse list of sections - - - --- 2020-09-28 Jonathan Tan Superseded
[v3,11/11] cmake: fix typo in message when `msgfmt` was not found CMake and Visual Studio - - - --- 2020-09-28 John Cai via GitGitGadget Superseded
[v3,10/11] hashmap_for_each_entry(): workaround MSVC's runtime check failure #3 CMake and Visual Studio - - - --- 2020-09-28 John Cai via GitGitGadget Superseded
[v3,09/11] cmake (Windows): recommend using Visual Studio's built-in CMake support CMake and Visual Studio - - - --- 2020-09-28 John Cai via GitGitGadget Superseded
[v3,08/11] cmake (Windows): initialize vcpkg/build dependencies automatically CMake and Visual Studio - - - --- 2020-09-28 John Cai via GitGitGadget Superseded
[v3,07/11] cmake (Windows): complain when encountering an unknown compiler CMake and Visual Studio - - - --- 2020-09-28 John Cai via GitGitGadget Superseded
[v3,06/11] cmake (Windows): let the `.dll` files be found when running the tests CMake and Visual Studio - - - --- 2020-09-28 John Cai via GitGitGadget Superseded
[v3,05/11] cmake: quote the path accurately when editing `test-lib.sh` CMake and Visual Studio - - - --- 2020-09-28 John Cai via GitGitGadget Superseded
[v3,04/11] cmake: fall back to using `vcpkg`'s `msgfmt.exe` on Windows CMake and Visual Studio - - - --- 2020-09-28 John Cai via GitGitGadget Superseded
[v3,03/11] cmake: ensure that the `vcpkg` packages are found on Windows CMake and Visual Studio - - - --- 2020-09-28 John Cai via GitGitGadget Superseded
[v3,02/11] cmake: do find Git for Windows' shell interpreter CMake and Visual Studio - - - --- 2020-09-28 John Cai via GitGitGadget Superseded
[v3,01/11] cmake: ignore files generated by CMake as run in Visual Studio CMake and Visual Studio - - - --- 2020-09-28 John Cai via GitGitGadget Superseded
config/fmt-merge-msg.txt: drop space in quote config/fmt-merge-msg.txt: drop space in quote - - - --- 2020-09-27 Martin Ågren Accepted
[v2,7/7] worktree: use skip_prefix to parse target various wt-status/worktree cleanups - - - --- 2020-09-27 Martin Ågren Accepted
[v2,6/7] worktree: rename copy-pasted variable various wt-status/worktree cleanups - - - --- 2020-09-27 Martin Ågren Accepted
[v2,5/7] worktree: update renamed variable in comment various wt-status/worktree cleanups - - - --- 2020-09-27 Martin Ågren Accepted
[v2,4/7] worktree: inline `worktree_ref()` into its only caller various wt-status/worktree cleanups - - - --- 2020-09-27 Martin Ågren Accepted
[v2,3/7] wt-status: introduce wt_status_state_free_buffers() various wt-status/worktree cleanups - - - --- 2020-09-27 Martin Ågren Accepted
[v2,2/7] wt-status: print to s->fp, not stdout various wt-status/worktree cleanups - - - --- 2020-09-27 Martin Ågren Accepted
[v2,1/7] wt-status: replace sha1 mentions with oid various wt-status/worktree cleanups - - - --- 2020-09-27 Martin Ågren Accepted
[v2,10/10] hashmap_for_each_entry(): workaround MSVC's runtime check failure #3 CMake and Visual Studio - - - --- 2020-09-26 John Cai via GitGitGadget Superseded
[v2,09/10] cmake (Windows): recommend using Visual Studio's built-in CMake support CMake and Visual Studio - - - --- 2020-09-26 John Cai via GitGitGadget Superseded
[v2,08/10] cmake (Windows): initialize vcpkg/build dependencies automatically CMake and Visual Studio - - - --- 2020-09-26 John Cai via GitGitGadget Superseded
[v2,07/10] cmake (Windows): complain when encountering an unknown compiler CMake and Visual Studio - - - --- 2020-09-26 John Cai via GitGitGadget Superseded
[v2,06/10] cmake (Windows): let the `.dll` files be found when running the tests CMake and Visual Studio - - - --- 2020-09-26 John Cai via GitGitGadget Superseded
[v2,05/10] cmake: quote the path accurately when editing `test-lib.sh` CMake and Visual Studio - - - --- 2020-09-26 John Cai via GitGitGadget Superseded
[v2,04/10] cmake: fall back to using `vcpkg`'s `msgfmt.exe` on Windows CMake and Visual Studio - - - --- 2020-09-26 John Cai via GitGitGadget Superseded
[v2,03/10] cmake: ensure that the `vcpkg` packages are found on Windows CMake and Visual Studio - - - --- 2020-09-26 John Cai via GitGitGadget Superseded
[v2,02/10] cmake: do find Git for Windows' shell interpreter CMake and Visual Studio - - - --- 2020-09-26 John Cai via GitGitGadget Superseded
[v2,01/10] cmake: ignore files generated by CMake as run in Visual Studio CMake and Visual Studio - - - --- 2020-09-26 John Cai via GitGitGadget Superseded
[v3,5/5] t9902: avoid using the branch name `master` Inclusive naming, part II - - - --- 2020-09-26 John Cai via GitGitGadget Accepted
[v3,4/5] tests: avoid variations of the `master` branch name Inclusive naming, part II - - - --- 2020-09-26 John Cai via GitGitGadget Accepted
[v3,3/5] t3200: avoid variations of the `master` branch name Inclusive naming, part II - - - --- 2020-09-26 John Cai via GitGitGadget Accepted
[v3,2/5] t/test-terminal: avoid non-inclusive language Inclusive naming, part II - - - --- 2020-09-26 John Cai via GitGitGadget Accepted
[v3,1/5] fast-export: avoid using unnecessary language in a code comment Inclusive naming, part II - - - --- 2020-09-26 John Cai via GitGitGadget Accepted
[v2] git-gui: Basic dark mode support [v2] git-gui: Basic dark mode support - - - --- 2020-09-26 Serg Tereshchenko Accepted
[v2,2/2] completion: complete refs after 'git restore -s' [v2,1/2] completion: use "prev" variable instead of introducing "prevword" - - - --- 2020-09-25 Ákos Uzonyi Accepted
[v2,1/2] completion: use "prev" variable instead of introducing "prevword" [v2,1/2] completion: use "prev" variable instead of introducing "prevword" - - - --- 2020-09-25 Ákos Uzonyi Accepted
protocol: re-enable v2 protocol by default protocol: re-enable v2 protocol by default - 1 - --- 2020-09-25 Jeff King Accepted
[10/10] hashmap_for_each_entry(): work around MSVC's run-time check failure #3 CMake and Visual Studio - - - --- 2020-09-25 John Cai via GitGitGadget Superseded
[09/10] cmake (Windows): recommend using Visual Studio's built-in CMake support CMake and Visual Studio - - - --- 2020-09-25 John Cai via GitGitGadget Superseded
[08/10] cmake (Windows): initialize vcpkg/build dependencies automatically CMake and Visual Studio - - - --- 2020-09-25 John Cai via GitGitGadget Superseded
[07/10] cmake (Windows): complain when encountering an unknown compiler CMake and Visual Studio - - - --- 2020-09-25 John Cai via GitGitGadget Superseded
[06/10] cmake (Windows): let the `.dll` files are found when running the tests CMake and Visual Studio - - - --- 2020-09-25 John Cai via GitGitGadget Superseded
[05/10] cmake: quote the path accurately when editing `test-lib.sh` CMake and Visual Studio - - - --- 2020-09-25 John Cai via GitGitGadget Superseded
[04/10] cmake: fall back to using `vcpkg`'s `msgfmt.exe` on Windows CMake and Visual Studio - - - --- 2020-09-25 John Cai via GitGitGadget Superseded
[03/10] cmake: ensure that the `vcpkg` packages are found on Windows CMake and Visual Studio - - - --- 2020-09-25 John Cai via GitGitGadget Superseded
[02/10] cmake: do find Git for Windows' shell interpreter CMake and Visual Studio - - - --- 2020-09-25 John Cai via GitGitGadget Superseded
[01/10] cmake: ignore files generated by CMake as run in Visual Studio CMake and Visual Studio - - - --- 2020-09-25 John Cai via GitGitGadget Superseded
[v3] bisect: don't use invalid oid as rev when starting [v3] bisect: don't use invalid oid as rev when starting - - - --- 2020-09-25 Christian Couder Accepted
[v4,8/8] maintenance: add incremental-repack auto condition Maintenance II: prefetch, loose-objects, incremental-repack tasks - - - --- 2020-09-25 John Cai via GitGitGadget Accepted
[v4,7/8] maintenance: auto-size incremental-repack batch Maintenance II: prefetch, loose-objects, incremental-repack tasks - - - --- 2020-09-25 John Cai via GitGitGadget Accepted
[v4,6/8] maintenance: add incremental-repack task Maintenance II: prefetch, loose-objects, incremental-repack tasks - - - --- 2020-09-25 John Cai via GitGitGadget Accepted
[v4,5/8] midx: use start_delayed_progress() Maintenance II: prefetch, loose-objects, incremental-repack tasks - - - --- 2020-09-25 John Cai via GitGitGadget Accepted
[v4,4/8] midx: enable core.multiPackIndex by default Maintenance II: prefetch, loose-objects, incremental-repack tasks - - - --- 2020-09-25 John Cai via GitGitGadget Accepted
[v4,3/8] maintenance: create auto condition for loose-objects Maintenance II: prefetch, loose-objects, incremental-repack tasks - - - --- 2020-09-25 John Cai via GitGitGadget Accepted
[v4,2/8] maintenance: add loose-objects task Maintenance II: prefetch, loose-objects, incremental-repack tasks - - - --- 2020-09-25 John Cai via GitGitGadget Accepted
[v4,1/8] maintenance: add prefetch task Maintenance II: prefetch, loose-objects, incremental-repack tasks - - - --- 2020-09-25 John Cai via GitGitGadget Accepted
[8/8] shortlog: allow multiple groups to be specified parsing trailers with shortlog - - - --- 2020-09-25 Jeff King Superseded
[7/8] shortlog: parse trailer idents parsing trailers with shortlog - - - --- 2020-09-25 Jeff King Superseded
[6/8] shortlog: rename parse_stdin_ident() parsing trailers with shortlog - - - --- 2020-09-25 Jeff King Superseded
[5/8] shortlog: de-duplicate trailer values parsing trailers with shortlog - - - --- 2020-09-25 Jeff King Superseded
[4/8] shortlog: match commit trailers with --group parsing trailers with shortlog - - - --- 2020-09-25 Jeff King Superseded
[3/8] trailer: add interface for iterating over commit trailers parsing trailers with shortlog - - - --- 2020-09-25 Jeff King Superseded
[2/8] shortlog: refactor committer/author grouping parsing trailers with shortlog - - - --- 2020-09-25 Jeff King Superseded
[1/8] shortlog: change "author" variables to "ident" parsing trailers with shortlog - - - --- 2020-09-25 Jeff King Superseded
[4/4] sequencer: stop abbreviating stopped-sha file Clean-up around get_x_ish() - - - --- 2020-09-25 Junio C Hamano Accepted
[3/4] t1506: rev-parse A..B and A...B Clean-up around get_x_ish() - - - --- 2020-09-25 Junio C Hamano Accepted
[2/4] blame: validate and peel the object names on the ignore list Clean-up around get_x_ish() - - - --- 2020-09-25 Junio C Hamano Accepted
[1/4] t8013: minimum preparatory clean-up Clean-up around get_x_ish() - - - --- 2020-09-25 Junio C Hamano Accepted
[RFH] sequencer: simplify logic around stopped-sha file [RFH] sequencer: simplify logic around stopped-sha file - - - --- 2020-09-25 Junio C Hamano Accepted
pull: don't warn if pull.ff has been set pull: don't warn if pull.ff has been set - 1 - --- 2020-09-25 Alex Henrie Accepted
[2/2] Revert "fast-export: use local array to store anonymized oid" drop unaligned loads - - - --- 2020-09-24 Jeff King Accepted
[1/2] bswap.h: drop unaligned loads drop unaligned loads - - - --- 2020-09-24 Jeff King Accepted
[v4] diff: Fix modified lines stats with --stat and --numstat [v4] diff: Fix modified lines stats with --stat and --numstat - - - --- 2020-09-24 Thomas Guyot Accepted
[v2] bisect: don't use invalid oid as rev when starting [v2] bisect: don't use invalid oid as rev when starting - - - --- 2020-09-24 Christian Couder Superseded
[v3] diff: Fix modified lines stats with --stat and --numstat [v3] diff: Fix modified lines stats with --stat and --numstat - - - --- 2020-09-24 Thomas Guyot Superseded
bisect: don't use invalid oid as rev when starting bisect: don't use invalid oid as rev when starting - - - --- 2020-09-23 Christian Couder Superseded
[v2,3/3] hooks--update.sample: use hash-agnostic zero OID sample hooks: become hash agnostic - - - --- 2020-09-23 Denton Liu Accepted
[v2,2/3] hooks--pre-push.sample: use hash-agnostic zero OID sample hooks: become hash agnostic - - - --- 2020-09-23 Denton Liu Accepted
« 1 2 ... 197 198 199205 206 »