Show patches with: none      |   43117 patches
« 1 2 ... 187 188 189431 432 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v5,28/36] hook tests: test for exact "pre-push" hook input Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,27/36] transport: convert pre-push hook to hook.h Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,26/36] hook: convert 'post-rewrite' hook in sequencer.c to hook.h Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,25/36] hook: provide stdin by string_list or callback Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,24/36] run-command: add stdin callback for parallelization Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,23/36] am: convert 'post-rewrite' hook to hook.h Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,22/36] hook: support passing stdin to hooks Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,21/36] run-command: allow stdin for run_processes_parallel Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,20/36] run-command: remove old run_hook_{le,ve}() hook API Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,19/36] receive-pack: convert push-to-checkout hook to hook.h Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,18/36] read-cache: convert post-index-change to use hook.h Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,17/36] commit: convert {pre-commit,prepare-commit-msg} hook to hook.h Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,16/36] git-p4: use 'git hook' to run hooks Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,15/36] send-email: use 'git hook run' for 'sendemail-validate' Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,14/36] git hook run: add an --ignore-missing flag Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,13/36] merge: convert post-merge to use hook.h Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,12/36] hooks: convert 'post-checkout' hook to hook library Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,11/36] am: convert applypatch to use hook.h Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,10/36] rebase: convert pre-rebase to use hook.h Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,09/36] gc: use hook library for pre-auto-gc hook Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,08/36] hook: add 'run' subcommand Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,07/36] hook-list.h: add a generated list of hooks, like config-list.h Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,06/36] hook.c users: use "hook_exists()" instead of "find_hook()" Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,05/36] hook.c: add a hook_exists() wrapper and use it in bugreport.c Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,04/36] hook.[ch]: move find_hook() from run-command.c to hook.c Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,03/36] Makefile: remove an out-of-date comment Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,02/36] Makefile: stop hardcoding {command,config}-list.h Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v5,01/36] Makefile: mark "check" target as .PHONY Run hooks via "git run hook" & hook library - - - --- 2021-09-02 Ævar Arnfjörð Bjarmason New
[v3] make: add INSTALL_STRIP option variable [v3] make: add INSTALL_STRIP option variable - - - --- 2021-09-02 Bagas Sanjaya Superseded
[v6,6/6] bisect--helper: retire `--bisect-next-check` subcommand Finish converting git bisect to C part 4 - - - --- 2021-09-02 Miriam R. Superseded
[v6,5/6] bisect--helper: reimplement `bisect_run` shell Finish converting git bisect to C part 4 - - - --- 2021-09-02 Miriam R. Superseded
[v6,4/6] bisect--helper: reimplement `bisect_visualize()`shell function in C Finish converting git bisect to C part 4 - - - --- 2021-09-02 Miriam R. Superseded
[v6,3/6] run-command: make `exists_in_PATH()` non-static Finish converting git bisect to C part 4 - - - --- 2021-09-02 Miriam R. Superseded
[v6,2/6] t6030-bisect-porcelain: add test for bisect visualize Finish converting git bisect to C part 4 - - - --- 2021-09-02 Miriam R. Superseded
[v6,1/6] t6030-bisect-porcelain: add tests to control bisect run exit cases Finish converting git bisect to C part 4 - - - --- 2021-09-02 Miriam R. Superseded
makefile: teach git about NO_MSGFMT (as supported in GUI and gitk) makefile: teach git about NO_MSGFMT (as supported in GUI and gitk) - - - --- 2021-09-02 Carlo Marcelo Arenas Belón New
remote: avoid -Wunused-but-set-variable in gcc with -DNDEBUG remote: avoid -Wunused-but-set-variable in gcc with -DNDEBUG - - - --- 2021-09-02 Carlo Marcelo Arenas Belón New
fixup! Provide zlib's uncompress2 from compat/zlib-compat.c fixup! Provide zlib's uncompress2 from compat/zlib-compat.c - - - --- 2021-09-02 Carlo Marcelo Arenas Belón New
[3/3] fixup! reftable: add a heap-based priority queue for reftable records hn/reftable: fixes for building with -DNDEBUG - - - --- 2021-09-02 Carlo Marcelo Arenas Belón New
[2/3] fixup! reftable: add merged table view hn/reftable: fixes for building with -DNDEBUG - - - --- 2021-09-02 Carlo Marcelo Arenas Belón New
[1/3] fixup! refs: RFC: Reftable support for git-core hn/reftable: fixes for building with -DNDEBUG - - - --- 2021-09-02 Carlo Marcelo Arenas Belón New
[v4,1/1] ci: new github-action for git-l10n code review [v4,1/1] ci: new github-action for git-l10n code review - - - --- 2021-09-02 Jiang Xin New
[v3,3/3] test-lib-functions: optionally keep HOME and TERM in 'debug' test-lib-functions.sh: keep user's HOME, TERM and SHELL for 'test_pause' and 'debug' - - - --- 2021-09-01 Philippe Blain Superseded
[v3,2/3] test-lib-functions: optionally keep HOME, TERM and SHELL in 'test_pause' test-lib-functions.sh: keep user's HOME, TERM and SHELL for 'test_pause' and 'debug' - - - --- 2021-09-01 Philippe Blain Superseded
[v3,1/3] test-lib-functions: use 'TEST_SHELL_PATH' in 'test_pause' test-lib-functions.sh: keep user's HOME, TERM and SHELL for 'test_pause' and 'debug' - - - --- 2021-09-01 Philippe Blain Superseded
[v3,7/7] fetch: avoid second connectivity check if we already have all objects Speed up mirror-fetches with many refs - - - --- 2021-09-01 Patrick Steinhardt Accepted
[v3,6/7] fetch: merge fetching and consuming refs Speed up mirror-fetches with many refs - - - --- 2021-09-01 Patrick Steinhardt Accepted
[v3,5/7] fetch: refactor fetch refs to be more extendable Speed up mirror-fetches with many refs - - - --- 2021-09-01 Patrick Steinhardt Accepted
[v3,4/7] fetch-pack: optimize loading of refs via commit graph Speed up mirror-fetches with many refs - - - --- 2021-09-01 Patrick Steinhardt Accepted
[v3,3/7] connected: refactor iterator to return next object ID directly Speed up mirror-fetches with many refs - - - --- 2021-09-01 Patrick Steinhardt Accepted
[v3,2/7] fetch: avoid unpacking headers in object existence check Speed up mirror-fetches with many refs - - - --- 2021-09-01 Patrick Steinhardt Accepted
[v3,1/7] fetch: speed up lookup of want refs via commit-graph Speed up mirror-fetches with many refs - - - --- 2021-09-01 Patrick Steinhardt Accepted
[v4,2/2] upload-pack: use stdio in send_ref callbacks send_ref buffering - - - --- 2021-09-01 Jacob Vosmaer Accepted
[v4,1/2] pkt-line: add stdio packet write functions send_ref buffering - - - --- 2021-09-01 Jacob Vosmaer Accepted
pretty: colorize pattern matches in commit messages pretty: colorize pattern matches in commit messages - - - --- 2021-09-01 Hamza Mahfooz Superseded
[v2,7/7] rebase: drop the internal `rebase--interactive` command Drop support for git rebase --preserve-merges - - - --- 2021-09-01 Johannes Schindelin Superseded
[v2,6/7] git-svn: drop support for `--preserve-merges` Drop support for git rebase --preserve-merges - - - --- 2021-09-01 Johannes Schindelin Superseded
[v2,5/7] rebase: drop support for `--preserve-merges` Drop support for git rebase --preserve-merges - - - --- 2021-09-01 Johannes Schindelin Superseded
[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
« 1 2 ... 187 188 189431 432 »