Show patches with: none      |   43259 patches
« 1 2 ... 189 190 191432 433 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,4/7] pull: remove support for `--rebase=preserve` Drop support for git rebase --preserve-merges - - - --- 2021-09-01 Johannes Schindelin Superseded
[v2,3/7] tests: stop testing `git rebase --preserve-merges` Drop support for git rebase --preserve-merges - - - --- 2021-09-01 Johannes Schindelin Superseded
[v2,2/7] remote: warn about unhandled branch.<name>.rebase values Drop support for git rebase --preserve-merges - - - --- 2021-09-01 Johannes Schindelin Superseded
[v2,1/7] t5520: do not use `pull.rebase=preserve` Drop support for git rebase --preserve-merges - - - --- 2021-09-01 Johannes Schindelin Superseded
gettext: remove optional non-standard parens in N_() definition gettext: remove optional non-standard parens in N_() definition - - - --- 2021-09-01 Ævar Arnfjörð Bjarmason Accepted
stash: print the correct usage on "git stash [push] --invalid-option" stash: print the correct usage on "git stash [push] --invalid-option" - - - --- 2021-09-01 Ævar Arnfjörð Bjarmason Superseded
[2/2] parse-options: properly align continued usage output parse-options: properly align continued usage output - - - --- 2021-09-01 Ævar Arnfjörð Bjarmason Superseded
[1/2] built-ins: "properly" align continued usage output parse-options: properly align continued usage output - - - --- 2021-09-01 Ævar Arnfjörð Bjarmason Superseded
[RFC,v2,4/4] developer: move detect-compiler out of the main directory developer: support pedantic - - - --- 2021-09-01 Carlo Marcelo Arenas Belón New
[RFC,v2,3/4] developer: add an alternative script for detecting broken N_() developer: support pedantic - - - --- 2021-09-01 Carlo Marcelo Arenas Belón New
[RFC,v2,2/4] developer: enable pedantic by default developer: support pedantic - - - --- 2021-09-01 Carlo Marcelo Arenas Belón New
[RFC,v2,1/4] developer: retire USE_PARENS_AROUND_GETTEXT_N support developer: support pedantic - - - --- 2021-09-01 Carlo Marcelo Arenas Belón New
[v3] Make ident dynamic, not just a hardcoded value of "$Id". [v3] Make ident dynamic, not just a hardcoded value of "$Id". - - - --- 2021-09-01 Maksym Sobolyev New
[2/2] builtin/repack.c: move `.idx` files into place last pack-write,repack: prevent opening packs too early - - - --- 2021-09-01 Taylor Blau New
[1/2] pack-write.c: rename `.idx` file into place last pack-write,repack: prevent opening packs too early - - - --- 2021-09-01 Taylor Blau New
[v5,27/27] p5326: perf tests for MIDX bitmaps multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,26/27] p5310: extract full and partial bitmap tests multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,25/27] midx: respect 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP' multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,24/27] t7700: update to work with MIDX bitmap test knob multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,23/27] t5319: don't write MIDX bitmaps in t5319 multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,22/27] t5310: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,21/27] t0410: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,20/27] t5326: test multi-pack bitmap behavior multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,19/27] t/helper/test-read-midx.c: add --checksum mode multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,18/27] t5310: move some tests to lib-bitmap.sh multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,17/27] pack-bitmap: write multi-pack bitmaps multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,16/27] pack-bitmap: read multi-pack bitmaps multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,15/27] pack-bitmap.c: avoid redundant calls to try_partial_reuse multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,14/27] pack-bitmap.c: introduce 'bitmap_is_preferred_refname()' multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,13/27] pack-bitmap.c: introduce 'nth_bitmap_object_oid()' multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,12/27] pack-bitmap.c: introduce 'bitmap_num_objects()' multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,11/27] midx: avoid opening multiple MIDXs when writing multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,10/27] midx: close linked MIDXs, avoid leaking memory multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,09/27] midx: infer preferred pack when not given one multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,08/27] midx: reject empty `--preferred-pack`'s multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,07/27] midx: clear auxiliary .rev after replacing the MIDX multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,06/27] midx: fix `*.rev` cleanups with `--object-dir` multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,05/27] midx: disallow running outside of a repository multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,04/27] Documentation: describe MIDX-based bitmaps multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,03/27] pack-bitmap-write.c: free existing bitmaps multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,02/27] pack-bitmap-write.c: gracefully fail to write non-closed bitmaps multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
[v5,01/27] pack-bitmap.c: harden 'test_bitmap_walk()' to check type bitmaps multi-pack reachability bitmaps - - - --- 2021-08-31 Taylor Blau New
fast-export: fix anonymized tag using original length fast-export: fix anonymized tag using original length - - - --- 2021-08-31 Tal Kelrich Accepted
gc: remove trailing dot from "gc.log" line gc: remove trailing dot from "gc.log" line - - - --- 2021-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4] pull, fetch: fix segfault in --set-upstream option [v4] pull, fetch: fix segfault in --set-upstream option - - - --- 2021-08-31 Ævar Arnfjörð Bjarmason New
protocol-caps.c: fix memory leak in send_info() protocol-caps.c: fix memory leak in send_info() - - - --- 2021-08-31 Ævar Arnfjörð Bjarmason Accepted
mailmap.c: fix a memory leak in free_mailap_{info,entry}() mailmap.c: fix a memory leak in free_mailap_{info,entry}() - - - --- 2021-08-31 Ævar Arnfjörð Bjarmason Accepted
[v3,8/8] tests: annotate select t*.sh with TEST_PASSES_SANITIZE_LEAK=true [v3,1/8] Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS - - - --- 2021-08-31 Ævar Arnfjörð Bjarmason New
[v3,7/8] tests: annotate select t0*.sh with TEST_PASSES_SANITIZE_LEAK=true [v3,1/8] Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS - - - --- 2021-08-31 Ævar Arnfjörð Bjarmason New
[v3,6/8] tests: annotate t002*.sh with TEST_PASSES_SANITIZE_LEAK=true [v3,1/8] Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS - - - --- 2021-08-31 Ævar Arnfjörð Bjarmason New
[v3,5/8] tests: annotate t001*.sh with TEST_PASSES_SANITIZE_LEAK=true [v3,1/8] Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS - - - --- 2021-08-31 Ævar Arnfjörð Bjarmason New
[v3,4/8] tests: annotate t000*.sh with TEST_PASSES_SANITIZE_LEAK=true [v3,1/8] Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS - - - --- 2021-08-31 Ævar Arnfjörð Bjarmason New
[v3,3/8] tests: add a test mode for SANITIZE=leak, run it in CI [v3,1/8] Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS - - - --- 2021-08-31 Ævar Arnfjörð Bjarmason New
[v3,2/8] CI: refactor "if" to "case" statement [v3,1/8] Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS - - - --- 2021-08-31 Ævar Arnfjörð Bjarmason New
[v3,1/8] Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS [v3,1/8] Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS - - - --- 2021-08-31 Ævar Arnfjörð Bjarmason New
[v4,3/3] diff --submodule=diff: Don't print failure message twice [v4,1/3] Remove unused var - - - --- 2021-08-31 David Turner Accepted
[v4,2/3] diff --submodule=diff: do not fail on ever-initialied deleted submodules [v4,1/3] Remove unused var - - - --- 2021-08-31 David Turner Accepted
[v4,1/3] Remove unused var [v4,1/3] Remove unused var - - - --- 2021-08-31 David Turner Accepted
[v3,2/2] upload-pack: use stdio in send_ref callbacks send_ref buffering - - - --- 2021-08-31 Jacob Vosmaer Superseded
[v3,1/2] pkt-line: add stdio packet write functions send_ref buffering - - - --- 2021-08-31 Jacob Vosmaer Superseded
userdiff: support enum keyword in PHP hunk header userdiff: support enum keyword in PHP hunk header - - - --- 2021-08-31 USAMI Kenta Accepted
rebase, cherry-pick, revert: only run from toplevel rebase, cherry-pick, revert: only run from toplevel - - - --- 2021-08-31 Elijah Newren New
[7/7] doc/diff-options: explain the new --remerge-diff option Add a new --remerge-diff capability to show & log - - - --- 2021-08-31 Elijah Newren New
[6/7] show, log: provide a --remerge-diff capability Add a new --remerge-diff capability to show & log - - - --- 2021-08-31 Elijah Newren New
[5/7] tmp-objdir: new API for creating and removing primary object dirs Add a new --remerge-diff capability to show & log - - - --- 2021-08-31 Elijah Newren New
[4/7] merge-ort: capture and print ll-merge warnings in our preferred fashion Add a new --remerge-diff capability to show & log - - - --- 2021-08-31 Elijah Newren New
[3/7] ll-merge: add API for capturing warnings in a strbuf instead of stderr Add a new --remerge-diff capability to show & log - - - --- 2021-08-31 Elijah Newren New
[2/7] merge-ort: add ability to record conflict messages in a file Add a new --remerge-diff capability to show & log - - - --- 2021-08-31 Elijah Newren New
[1/7] merge-ort: mark a few more conflict messages as omittable Add a new --remerge-diff capability to show & log - - - --- 2021-08-31 Elijah Newren New
[RESEND,v2] make: add install-stripped target [RESEND,v2] make: add install-stripped target - - - --- 2021-08-31 Bagas Sanjaya New
[v3] sequencer: advise if skipping cherry-picked commit [v3] sequencer: advise if skipping cherry-picked commit - - - --- 2021-08-30 Josh Steadmon New
[15/15] scalar: accept -C and -c options before the subcommand Upstreaming the Scalar command - - - --- 2021-08-30 Johannes Schindelin Superseded
[14/15] scalar: implement the `version` command Upstreaming the Scalar command - - - --- 2021-08-30 Johannes Schindelin Superseded
[13/15] scalar: implement the `delete` command Upstreaming the Scalar command - - - --- 2021-08-30 Matthew John Cheetham Superseded
[12/15] scalar: teach 'reconfigure' to optionally handle all registered enlistments Upstreaming the Scalar command - - - --- 2021-08-30 Johannes Schindelin Superseded
[11/15] scalar: allow reconfiguring an existing enlistment Upstreaming the Scalar command - - - --- 2021-08-30 Johannes Schindelin Superseded
[10/15] scalar: implement the `run` command Upstreaming the Scalar command - - - --- 2021-08-30 Derrick Stolee Superseded
[09/15] scalar: teach 'clone' to support the --single-branch option Upstreaming the Scalar command - - - --- 2021-08-30 Johannes Schindelin Superseded
[08/15] scalar: implement the `clone` subcommand Upstreaming the Scalar command - - - --- 2021-08-30 Johannes Schindelin Superseded
[07/15] scalar: implement 'scalar list' Upstreaming the Scalar command - - - --- 2021-08-30 Derrick Stolee Superseded
[06/15] scalar: let 'unregister' handle a deleted enlistment directory gracefully Upstreaming the Scalar command - - - --- 2021-08-30 Johannes Schindelin Superseded
[05/15] scalar: 'unregister' stops background maintenance Upstreaming the Scalar command - - - --- 2021-08-30 Derrick Stolee Superseded
[04/15] scalar: 'register' sets recommended config and starts maintenance Upstreaming the Scalar command - - - --- 2021-08-30 Derrick Stolee Superseded
[03/15] scalar: create test infrastructure Upstreaming the Scalar command - - - --- 2021-08-30 Johannes Schindelin Superseded
[02/15] scalar: start documenting the command Upstreaming the Scalar command - - - --- 2021-08-30 Johannes Schindelin Superseded
[01/15] scalar: create a rudimentary executable Upstreaming the Scalar command - - - --- 2021-08-30 Johannes Schindelin Superseded
send-email: Avoid incorrect header propagation send-email: Avoid incorrect header propagation - - - --- 2021-08-30 Marvin Häuser Accepted
[19/19] Add "test-tool dump-reftable" command. Adds reftable library code from https://github.com/hanwen/reftable. - - - --- 2021-08-30 Han-Wen Nienhuys Superseded
[18/19] reftable: add dump utility Adds reftable library code from https://github.com/hanwen/reftable. - - - --- 2021-08-30 Han-Wen Nienhuys Superseded
[17/19] reftable: implement stack, a mutable database of reftable files. Adds reftable library code from https://github.com/hanwen/reftable. - - - --- 2021-08-30 Han-Wen Nienhuys Superseded
[16/19] reftable: implement refname validation Adds reftable library code from https://github.com/hanwen/reftable. - - - --- 2021-08-30 Han-Wen Nienhuys Superseded
[15/19] reftable: add merged table view Adds reftable library code from https://github.com/hanwen/reftable. - - - --- 2021-08-30 Han-Wen Nienhuys Superseded
[14/19] reftable: add a heap-based priority queue for reftable records Adds reftable library code from https://github.com/hanwen/reftable. - - - --- 2021-08-30 Han-Wen Nienhuys Superseded
[13/19] reftable: reftable file level tests Adds reftable library code from https://github.com/hanwen/reftable. - - - --- 2021-08-30 Han-Wen Nienhuys Superseded
[12/19] reftable: read reftable files Adds reftable library code from https://github.com/hanwen/reftable. - - - --- 2021-08-30 Han-Wen Nienhuys Superseded
[11/19] reftable: generic interface to tables Adds reftable library code from https://github.com/hanwen/reftable. - - - --- 2021-08-30 Han-Wen Nienhuys Superseded
[10/19] reftable: write reftable files Adds reftable library code from https://github.com/hanwen/reftable. - - - --- 2021-08-30 Han-Wen Nienhuys Superseded
[09/19] reftable: a generic binary tree implementation Adds reftable library code from https://github.com/hanwen/reftable. - - - --- 2021-08-30 Han-Wen Nienhuys Superseded
[08/19] reftable: reading/writing blocks Adds reftable library code from https://github.com/hanwen/reftable. - - - --- 2021-08-30 Han-Wen Nienhuys Superseded
[07/19] Provide zlib's uncompress2 from compat/zlib-compat.c Adds reftable library code from https://github.com/hanwen/reftable. - - - --- 2021-08-30 Han-Wen Nienhuys Superseded
« 1 2 ... 189 190 191432 433 »