Show patches with: none      |   43169 patches
« 1 2 ... 282 283 284431 432 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[07/10] cmake (Windows): complain when encountering an unknown compiler CMake and Visual Studio - - - --- 2020-09-25 Johannes Schindelin via GitGitGadget Superseded
[06/10] cmake (Windows): let the `.dll` files are found when running the tests CMake and Visual Studio - - - --- 2020-09-25 Johannes Schindelin via GitGitGadget Superseded
[05/10] cmake: quote the path accurately when editing `test-lib.sh` CMake and Visual Studio - - - --- 2020-09-25 Johannes Schindelin via GitGitGadget Superseded
[04/10] cmake: fall back to using `vcpkg`'s `msgfmt.exe` on Windows CMake and Visual Studio - - - --- 2020-09-25 Johannes Schindelin via GitGitGadget Superseded
[03/10] cmake: ensure that the `vcpkg` packages are found on Windows CMake and Visual Studio - - - --- 2020-09-25 Johannes Schindelin via GitGitGadget Superseded
[02/10] cmake: do find Git for Windows' shell interpreter CMake and Visual Studio - - - --- 2020-09-25 Johannes Schindelin via GitGitGadget Superseded
[01/10] cmake: ignore files generated by CMake as run in Visual Studio CMake and Visual Studio - - - --- 2020-09-25 Johannes Schindelin via GitGitGadget Superseded
completion: complete refs after 'git restore -s' completion: complete refs after 'git restore -s' - - - --- 2020-09-25 Ákos Uzonyi New
[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 Johannes Schindelin via GitGitGadget Accepted
[v4,7/8] maintenance: auto-size incremental-repack batch Maintenance II: prefetch, loose-objects, incremental-repack tasks - - - --- 2020-09-25 Johannes Schindelin via GitGitGadget Accepted
[v4,6/8] maintenance: add incremental-repack task Maintenance II: prefetch, loose-objects, incremental-repack tasks - - - --- 2020-09-25 Johannes Schindelin via GitGitGadget Accepted
[v4,5/8] midx: use start_delayed_progress() Maintenance II: prefetch, loose-objects, incremental-repack tasks - - - --- 2020-09-25 Johannes Schindelin via GitGitGadget Accepted
[v4,4/8] midx: enable core.multiPackIndex by default Maintenance II: prefetch, loose-objects, incremental-repack tasks - - - --- 2020-09-25 Johannes Schindelin via GitGitGadget Accepted
[v4,3/8] maintenance: create auto condition for loose-objects Maintenance II: prefetch, loose-objects, incremental-repack tasks - - - --- 2020-09-25 Johannes Schindelin via GitGitGadget Accepted
[v4,2/8] maintenance: add loose-objects task Maintenance II: prefetch, loose-objects, incremental-repack tasks - - - --- 2020-09-25 Johannes Schindelin via GitGitGadget Accepted
[v4,1/8] maintenance: add prefetch task Maintenance II: prefetch, loose-objects, incremental-repack tasks - - - --- 2020-09-25 Johannes Schindelin 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
RFC - concurrency causes segfault in git grep since 2.26.0 RFC - concurrency causes segfault in git grep since 2.26.0 - - - --- 2020-09-25 Phil Hord New
[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
[v9,6/6] bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C Finish converting git bisect to C part 2 subset 1 - - - --- 2020-09-24 Miriam R. New
[v9,5/6] bisect: call 'clear_commit_marks_all()' in 'bisect_next_all()' Finish converting git bisect to C part 2 subset 1 - - - --- 2020-09-24 Miriam R. New
[v9,4/6] bisect--helper: reimplement `bisect_autostart` shell function in C Finish converting git bisect to C part 2 subset 1 - - - --- 2020-09-24 Miriam R. New
[v9,3/6] bisect--helper: introduce new `write_in_file()` function Finish converting git bisect to C part 2 subset 1 - - - --- 2020-09-24 Miriam R. New
[v9,2/6] bisect--helper: use '-res' in 'cmd_bisect__helper' return Finish converting git bisect to C part 2 subset 1 - - - --- 2020-09-24 Miriam R. New
[v9,1/6] bisect--helper: BUG() in cmd_*() on invalid subcommand Finish converting git bisect to C part 2 subset 1 - - - --- 2020-09-24 Miriam R. New
[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
[RFC,1/1] xdiff: use leading whitespace in function heuristic Leading whitespace as a function identification heuristic? - - - --- 2020-09-23 Ryan Zoeller New
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
pull: do not warn when opt_ff is explicitly specified pull: do not warn when opt_ff is explicitly specified - - - --- 2020-09-23 Denton Liu New
[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
[v2,1/3] hooks--pre-push.sample: modernize script sample hooks: become hash agnostic - - - --- 2020-09-23 Denton Liu Accepted
[v5,3/3] t, doc: update tests, reference for "--force-if-includes" push: add "--[no-]force-if-includes" - - - --- 2020-09-23 Srinidhi Kaushik Superseded
[v5,2/3] push: parse and set flag for "--force-if-includes" push: add "--[no-]force-if-includes" - - - --- 2020-09-23 Srinidhi Kaushik Superseded
[v5,1/3] push: add reflog check for "--force-if-includes" push: add "--[no-]force-if-includes" - - - --- 2020-09-23 Srinidhi Kaushik Superseded
[v8,6/6] bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C Finish converting git bisect to C part 2 subset 1 - - - --- 2020-09-23 Miriam R. Superseded
[v8,5/6] bisect: call 'clear_commit_marks_all()' in 'bisect_next_all()' Finish converting git bisect to C part 2 subset 1 - - - --- 2020-09-23 Miriam R. Superseded
[v8,4/6] bisect--helper: reimplement `bisect_autostart` shell function in C Finish converting git bisect to C part 2 subset 1 - - - --- 2020-09-23 Miriam R. Superseded
[v8,3/6] bisect--helper: introduce new `write_in_file()` function Finish converting git bisect to C part 2 subset 1 - - - --- 2020-09-23 Miriam R. Superseded
[v8,2/6] bisect--helper: use '-res' in 'cmd_bisect__helper' return Finish converting git bisect to C part 2 subset 1 - - - --- 2020-09-23 Miriam R. Superseded
[v8,1/6] bisect--helper: BUG() in cmd_*() on invalid subcommand Finish converting git bisect to C part 2 subset 1 - - - --- 2020-09-23 Miriam R. Superseded
[v2,19/19] ci: run test round with parallel-checkout enabled Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v2,18/19] parallel-checkout: add tests related to .gitattributes Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v2,17/19] parallel-checkout: add tests related to clone collisions Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v2,16/19] parallel-checkout: add tests for basic operations Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v2,15/19] checkout-index: add parallel checkout support Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v2,14/19] builtin/checkout.c: complete parallel checkout support Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v2,13/19] make_transient_cache_entry(): optionally alloc from mem_pool Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v2,12/19] parallel-checkout: support progress displaying Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v2,11/19] parallel-checkout: make it truly parallel Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v2,10/19] unpack-trees: add basic support for parallel checkout Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v2,09/19] entry: add checkout_entry_ca() which takes preloaded conv_attrs Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v2,08/19] entry: move conv_attrs lookup up to checkout_entry() Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v2,07/19] entry: extract cache_entry update from write_entry() Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v2,06/19] entry: make fstat_output() and read_blob_entry() public Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v2,05/19] entry: extract a header file for entry.c functions Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v2,04/19] convert: add conv_attrs classification Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v2,03/19] convert: add get_stream_filter_ca() variant Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v2,02/19] convert: add [async_]convert_to_working_tree_ca() variants Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v2,01/19] convert: make convert_attrs() and convert structs public Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
reftable: fix some sparse warnings reftable: fix some sparse warnings - - - --- 2020-09-22 Ramsay Jones New
git-p4: ignore binary file diffs in git-p4 commit git-p4: ignore binary file diffs in git-p4 commit - - - --- 2020-09-22 Johannes Schindelin via GitGitGadget New
ci: github action - add check for whitespace errors ci: github action - add check for whitespace errors - - - --- 2020-09-22 Johannes Schindelin via GitGitGadget Accepted
diff-highlight: correctly match blank lines for flush diff-highlight: correctly match blank lines for flush - - - --- 2020-09-22 Jeff King Accepted
[2/2] fetch: do not override partial clone filter Fix overriding of partial clone filter when lazy-fetching - - - --- 2020-09-22 Jonathan Tan Superseded
[1/2] promisor-remote: remove unused variable Fix overriding of partial clone filter when lazy-fetching - - - --- 2020-09-22 Jonathan Tan Superseded
[v4,3/3] ci: stop linking built-ins to the dashed versions Optionally skip linking/copying the built-ins - - - --- 2020-09-21 Johannes Schindelin via GitGitGadget Accepted
[v4,2/3] Optionally skip linking/copying the built-ins Optionally skip linking/copying the built-ins - - - --- 2020-09-21 Johannes Schindelin via GitGitGadget Accepted
[v4,1/3] msvc: copy the correct `.pdb` files in the Makefile target `install` Optionally skip linking/copying the built-ins - - - --- 2020-09-21 Johannes Schindelin via GitGitGadget Accepted
[v2,5/5] t9902: avoid using the branch name `master` Inclusive naming, part II - - - --- 2020-09-21 Johannes Schindelin via GitGitGadget Superseded
[v2,4/5] tests: avoid variations of the `master` branch name Inclusive naming, part II - - - --- 2020-09-21 Johannes Schindelin via GitGitGadget Superseded
[v2,3/5] t3200: avoid variations of the `master` branch name Inclusive naming, part II - - - --- 2020-09-21 Johannes Schindelin via GitGitGadget Superseded
[v2,2/5] t/test-terminal: avoid non-inclusive language Inclusive naming, part II - - - --- 2020-09-21 Johannes Schindelin via GitGitGadget Superseded
[v2,1/5] fast-export: avoid using unnecessary language in a code comment Inclusive naming, part II - - - --- 2020-09-21 Johannes Schindelin via GitGitGadget Superseded
[3/3] commit: add an option the reword HEAD commit: add an option to reword the last commit - - - --- 2020-09-21 Johannes Schindelin via GitGitGadget New
[2/3] commit: reorder synopsis commit: add an option to reword the last commit - - - --- 2020-09-21 Johannes Schindelin via GitGitGadget New
[1/3] commit docs: use backquotes when quoting options commit: add an option to reword the last commit - - - --- 2020-09-21 Johannes Schindelin via GitGitGadget New
[v2,18/18] remote-mediawiki: use "sh" to eliminate unquoted commands remote-mediawiki: various fixes to make tests pass - - - --- 2020-09-21 Ævar Arnfjörð Bjarmason New
[v2,17/18] remote-mediawiki: annotate unquoted uses of run_git() remote-mediawiki: various fixes to make tests pass - - - --- 2020-09-21 Ævar Arnfjörð Bjarmason New
[v2,16/18] remote-mediawiki: convert to quoted run_git() invocation remote-mediawiki: various fixes to make tests pass - - - --- 2020-09-21 Ævar Arnfjörð Bjarmason New
[v2,15/18] remote-mediawiki: provide a list form of run_git() Untitled series #352633 - - - --- 2020-09-21 Ævar Arnfjörð Bjarmason New
[v2,14/18] remote-mediawiki tests: annotate failing tests Untitled series #352637 - - - --- 2020-09-21 Ævar Arnfjörð Bjarmason New
[v2,13/18] remote-mediawiki: fix duplicate revisions being imported Untitled series #352635 - - - --- 2020-09-21 Ævar Arnfjörð Bjarmason New
« 1 2 ... 282 283 284431 432 »