Show patches with: none      |   43198 patches
« 1 2 ... 3 4 5431 432 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[07/12] ci: merge scripts which install dependencies t: exercise Git/JGit reftable compatibility - - - --- 2024-04-04 Patrick Steinhardt Superseded
[06/12] ci: merge custom PATH directories t: exercise Git/JGit reftable compatibility - - - --- 2024-04-04 Patrick Steinhardt Superseded
[05/12] ci: convert "install-dependencies.sh" to use "/bin/sh" t: exercise Git/JGit reftable compatibility - - - --- 2024-04-04 Patrick Steinhardt Superseded
[04/12] ci: drop duplicate package installation for "linux-gcc-default" t: exercise Git/JGit reftable compatibility - - - --- 2024-04-04 Patrick Steinhardt Superseded
[03/12] ci: allow skipping sudo on dockerized jobs t: exercise Git/JGit reftable compatibility - - - --- 2024-04-04 Patrick Steinhardt Superseded
[02/12] ci: expose distro name in dockerized GitHub jobs t: exercise Git/JGit reftable compatibility - - - --- 2024-04-04 Patrick Steinhardt Superseded
[01/12] ci: rename "runs_on_pool" to "distro" t: exercise Git/JGit reftable compatibility - - - --- 2024-04-04 Patrick Steinhardt Superseded
sequencer: honor signoff opt in run_git_commit sequencer: honor signoff opt in run_git_commit - - - --- 2024-04-04 David Bimmler New
[v2,11/11] reftable/block: reuse compressed array reftable: optimize write performance - - - --- 2024-04-04 Patrick Steinhardt Superseded
[v2,10/11] reftable/block: reuse zstream when writing log blocks reftable: optimize write performance - - - --- 2024-04-04 Patrick Steinhardt Superseded
[v2,09/11] reftable/writer: reset `last_key` instead of releasing it reftable: optimize write performance - - - --- 2024-04-04 Patrick Steinhardt Superseded
[v2,08/11] reftable/writer: unify releasing memory reftable: optimize write performance - - - --- 2024-04-04 Patrick Steinhardt Superseded
[v2,07/11] reftable/writer: refactorings for `writer_flush_nonempty_block()` reftable: optimize write performance - - - --- 2024-04-04 Patrick Steinhardt Superseded
[v2,06/11] reftable/writer: refactorings for `writer_add_record()` reftable: optimize write performance - - - --- 2024-04-04 Patrick Steinhardt Superseded
[v2,05/11] refs/reftable: don't recompute committer ident reftable: optimize write performance - - - --- 2024-04-04 Patrick Steinhardt Superseded
[v2,04/11] reftable: remove name checks reftable: optimize write performance - - - --- 2024-04-04 Patrick Steinhardt Superseded
[v2,03/11] refs/reftable: skip duplicate name checks reftable: optimize write performance - - - --- 2024-04-04 Patrick Steinhardt Superseded
[v2,02/11] refs/reftable: perform explicit D/F check when writing symrefs reftable: optimize write performance - - - --- 2024-04-04 Patrick Steinhardt Superseded
[v2,01/11] refs/reftable: fix D/F conflict error message on ref copy reftable: optimize write performance - - - --- 2024-04-04 Patrick Steinhardt Superseded
[v5] userdiff: better method/property matching for C# [v5] userdiff: better method/property matching for C# - - - --- 2024-04-03 Steven Jeuris Accepted
[v4,3/3] builtin/add: error out when passing untracked path with -u commit, add: error out when passing untracked paths - - - --- 2024-04-03 Ghanshyam Thakkar Accepted
[v4,2/3] builtin/commit: error out when passing untracked path with -i commit, add: error out when passing untracked paths - - - --- 2024-04-03 Ghanshyam Thakkar Accepted
[v4,1/3] revision: optionally record matches with pathspec elements commit, add: error out when passing untracked paths - - - --- 2024-04-03 Ghanshyam Thakkar Accepted
Win32: detect unix socket support at runtime Win32: detect unix socket support at runtime - - - --- 2024-04-03 Matthias Aßhauer Accepted
[v4,7/7] reftable/block: avoid decoding keys when searching restart points reftable: improvements for the `binsearch()` mechanism - - - --- 2024-04-03 Patrick Steinhardt Accepted
[v4,6/7] reftable/record: extract function to decode key lengths reftable: improvements for the `binsearch()` mechanism - - - --- 2024-04-03 Patrick Steinhardt Accepted
[v4,5/7] reftable/block: fix error handling when searching restart points reftable: improvements for the `binsearch()` mechanism - - - --- 2024-04-03 Patrick Steinhardt Accepted
[v4,4/7] reftable/block: refactor binary search over restart points reftable: improvements for the `binsearch()` mechanism - - - --- 2024-04-03 Patrick Steinhardt Accepted
[v4,3/7] reftable/refname: refactor binary search over refnames reftable: improvements for the `binsearch()` mechanism - - - --- 2024-04-03 Patrick Steinhardt Accepted
[v4,2/7] reftable/basics: improve `binsearch()` test reftable: improvements for the `binsearch()` mechanism - - - --- 2024-04-03 Patrick Steinhardt Accepted
[v4,1/7] reftable/basics: fix return type of `binsearch()` to be `size_t` reftable: improvements for the `binsearch()` mechanism - - - --- 2024-04-03 Patrick Steinhardt Accepted
[v4,2/2] reftable/stack: use geometric table compaction reftable/stack: use geometric table compaction - - - --- 2024-04-03 Justin Tobler New
[v4,1/2] reftable/stack: add env to disable autocompaction reftable/stack: use geometric table compaction - - - --- 2024-04-03 Justin Tobler New
[v3,3/3] builtin/add: error out when passing untracked path with -u commit, add: error out when passing untracked path - - - --- 2024-04-02 Ghanshyam Thakkar New
[v3,2/3] builtin/commit: error out when passing untracked path with -i commit, add: error out when passing untracked path - - - --- 2024-04-02 Ghanshyam Thakkar New
[v3,1/3] revision: optionally record matches with pathspec elements commit, add: error out when passing untracked path - - - --- 2024-04-02 Ghanshyam Thakkar Accepted
[2/2] INSTALL: bump libcurl version to 7.21.3 git+curl 8.7.0 workaround - - - --- 2024-04-02 Jeff King Accepted
[1/2] http: reset POSTFIELDSIZE when clearing curl handle git+curl 8.7.0 workaround - - - --- 2024-04-02 Jeff King Accepted
[RFC] t-prio-queue: simplify using compound literals [RFC] t-prio-queue: simplify using compound literals - - - --- 2024-04-02 René Scharfe New
[9/9] reftable/writer: reset `last_key` instead of releasing it reftable: optimize write performance - - - --- 2024-04-02 Patrick Steinhardt Superseded
[8/9] reftable/block: reuse compressed array reftable: optimize write performance - - - --- 2024-04-02 Patrick Steinhardt Superseded
[7/9] reftable/block: reuse zstream when writing log blocks reftable: optimize write performance - - - --- 2024-04-02 Patrick Steinhardt Superseded
[6/9] reftable/writer: refactorings for `writer_flush_nonempty_block()` reftable: optimize write performance - - - --- 2024-04-02 Patrick Steinhardt Superseded
[5/9] reftable/writer: refactorings for `writer_add_record()` reftable: optimize write performance - - - --- 2024-04-02 Patrick Steinhardt Superseded
[4/9] refs/reftable: don't recompute committer ident reftable: optimize write performance - - - --- 2024-04-02 Patrick Steinhardt Superseded
[3/9] refs/reftable: skip duplicate name checks reftable: optimize write performance - - - --- 2024-04-02 Patrick Steinhardt Superseded
[2/9] refs/reftable: perform explicit D/F check when writing symrefs reftable: optimize write performance - - - --- 2024-04-02 Patrick Steinhardt Superseded
[1/9] refs/reftable: fix D/F conflict error message on ref copy reftable: optimize write performance - - - --- 2024-04-02 Patrick Steinhardt Superseded
[v3,7/7] reftable/block: avoid decoding keys when searching restart points reftable: improvements for the `binsearch()` mechanism - - - --- 2024-04-02 Patrick Steinhardt Superseded
[v3,6/7] reftable/record: extract function to decode key lengths reftable: improvements for the `binsearch()` mechanism - - - --- 2024-04-02 Patrick Steinhardt Superseded
[v3,5/7] reftable/block: fix error handling when searching restart points reftable: improvements for the `binsearch()` mechanism - - - --- 2024-04-02 Patrick Steinhardt Superseded
[v3,4/7] reftable/block: refactor binary search over restart points reftable: improvements for the `binsearch()` mechanism - - - --- 2024-04-02 Patrick Steinhardt Superseded
[v3,3/7] reftable/refname: refactor binary search over refnames reftable: improvements for the `binsearch()` mechanism - - - --- 2024-04-02 Patrick Steinhardt Superseded
[v3,2/7] reftable/basics: improve `binsearch()` test reftable: improvements for the `binsearch()` mechanism - - - --- 2024-04-02 Patrick Steinhardt Superseded
[v3,1/7] reftable/basics: fix return type of `binsearch()` to be `size_t` reftable: improvements for the `binsearch()` mechanism - - - --- 2024-04-02 Patrick Steinhardt Superseded
t/t7700-repack.sh: fix test breakages with `GIT_TEST_MULTI_PACK_INDEX=1` t/t7700-repack.sh: fix test breakages with `GIT_TEST_MULTI_PACK_INDEX=1` - - - --- 2024-04-02 Taylor Blau Accepted
imap-send: use xsnprintf to format command imap-send: use xsnprintf to format command - - - --- 2024-04-02 René Scharfe New
[v2,2/2] githooks: use {old,new}-oid instead of {old,new}-value improve documentation around git-update-ref - - - --- 2024-04-02 Karthik Nayak Accepted
[v2,1/2] update-ref: use {old,new}-oid instead of {old,new}value improve documentation around git-update-ref - - - --- 2024-04-02 Karthik Nayak Accepted
docs: recommend using contrib/contacts/git-contacts docs: recommend using contrib/contacts/git-contacts - - - --- 2024-04-02 Linus Arver Superseded
[3/3] t4047: whitespace in diff.dirstat and --dirstat Make support for multi-value configuration options more consistent - - - --- 2024-04-02 Dragan Simic New
[2/3] t4015: whitespace in diff.wsErrorHighlight and --ws-error-highlight Make support for multi-value configuration options more consistent - - - --- 2024-04-02 Dragan Simic New
[1/3] diff: support additional whitespace in diff.{dirstat,wsErrorHighlight} Make support for multi-value configuration options more consistent - - - --- 2024-04-02 Dragan Simic New
[v2,4/4] midx-write.c: use `--stdin-packs` when repacking midx: split MIDX writing routines into midx-write.c, cleanup - - - --- 2024-04-01 Taylor Blau Accepted
[v2,3/4] midx-write.c: check count of packs to repack after grouping midx: split MIDX writing routines into midx-write.c, cleanup - - - --- 2024-04-01 Taylor Blau Accepted
[v2,2/4] midx-write.c: factor out common want_included_pack() routine midx: split MIDX writing routines into midx-write.c, cleanup - - - --- 2024-04-01 Taylor Blau Accepted
[v2,1/4] midx-write: move writing-related functions from midx.c midx: split MIDX writing routines into midx-write.c, cleanup - - - --- 2024-04-01 Taylor Blau Accepted
completion: protect prompt against unset SHOWUPSTREAM in nounset mode completion: protect prompt against unset SHOWUPSTREAM in nounset mode - - - --- 2024-04-01 Ville Skyttä Accepted
[2/2] githooks: use {old,new}-oid instead of {old,new}-value improve documentation around git-update-ref - - - --- 2024-04-01 Karthik Nayak Superseded
[1/2] update-ref: use {old,new}-oid instead of {old,new}value improve documentation around git-update-ref - - - --- 2024-04-01 Karthik Nayak Superseded
completion: fix prompt with unset SHOWCONFLICTSTATE in nounset mode completion: fix prompt with unset SHOWCONFLICTSTATE in nounset mode - - - --- 2024-04-01 Ville Skyttä Accepted
[v2,8/8] fast-import: make comments more precise fast-import: tighten parsing of paths - - - --- 2024-04-01 Thalia Archibald Superseded
[v2,7/8] fast-import: forbid escaped NUL in paths fast-import: tighten parsing of paths - - - --- 2024-04-01 Thalia Archibald Superseded
[v2,6/8] fast-import: document C-style escapes for paths fast-import: tighten parsing of paths - - - --- 2024-04-01 Thalia Archibald Superseded
[v2,5/8] fast-import: improve documentation for unquoted paths fast-import: tighten parsing of paths - - - --- 2024-04-01 Thalia Archibald Superseded
[v2,4/8] fast-import: remove dead strbuf fast-import: tighten parsing of paths - - - --- 2024-04-01 Thalia Archibald Superseded
[v2,3/8] fast-import: allow unquoted empty path for root fast-import: tighten parsing of paths - - - --- 2024-04-01 Thalia Archibald Superseded
[v2,2/8] fast-import: directly use strbufs for paths fast-import: tighten parsing of paths - - - --- 2024-04-01 Thalia Archibald Superseded
[v2,1/8] fast-import: tighten path unquoting fast-import: tighten parsing of paths - - - --- 2024-04-01 Thalia Archibald Superseded
[v2] config: fix some small capitalization issues, as spotted [v2] config: fix some small capitalization issues, as spotted - - - --- 2024-03-31 Dragan Simic Accepted
mem-pool: use st_add() in mem_pool_strvfmt() mem-pool: use st_add() in mem_pool_strvfmt() - - - --- 2024-03-31 René Scharfe New
[v2] bisect: Honor log.date [v2] bisect: Honor log.date - - - --- 2024-03-30 Peter Krefting New
[8/8] refs: support symrefs in 'reference-transaction' hook update-ref: add support for update-symref option - - - --- 2024-03-30 Karthik Nayak New
[7/8] refs: add 'update-symref' command to 'update-ref' update-ref: add support for update-symref option - - - --- 2024-03-30 Karthik Nayak New
[6/8] refs/reftable-backend: add support for symref updates update-ref: add support for update-symref option - - - --- 2024-03-30 Karthik Nayak New
[5/8] refs/files-backend: add support for symref updates update-ref: add support for update-symref option - - - --- 2024-03-30 Karthik Nayak New
[4/8] refs: accept symref in `ref_transaction_add_update` update-ref: add support for update-symref option - - - --- 2024-03-30 Karthik Nayak New
[3/8] reftable-backend: move `write_symref_with_log` up update-ref: add support for update-symref option - - - --- 2024-03-30 Karthik Nayak New
[2/8] reftable-backend: extract out `write_symref_with_log` update-ref: add support for update-symref option - - - --- 2024-03-30 Karthik Nayak New
[1/8] files-backend: extract out `create_symref_lock` update-ref: add support for update-symref option - - - --- 2024-03-30 Karthik Nayak New
checkout: do not bother "tracking" report on detached HEAD checkout: do not bother "tracking" report on detached HEAD - - 1 --- 2024-03-30 Junio C Hamano Accepted
[v2,3/3] add: use advise_if_enabled for ADVICE_ADD_EMBEDDED_REPO add: use advise_if_enabled - - - --- 2024-03-30 Rubén Justo Accepted
[v2,2/3] add: use advise_if_enabled for ADVICE_ADD_EMPTY_PATHSPEC add: use advise_if_enabled - - - --- 2024-03-30 Rubén Justo Accepted
[v2,1/3] add: use advise_if_enabled for ADVICE_ADD_IGNORED_FILE add: use advise_if_enabled - - - --- 2024-03-30 Rubén Justo Accepted
[RFC] bisect: Introduce skip-when to automatically skip commits [RFC] bisect: Introduce skip-when to automatically skip commits - - - --- 2024-03-30 Olliver Schinagl New
config: fix some small capitalization issues, as spotted config: fix some small capitalization issues, as spotted - - - --- 2024-03-30 Dragan Simic Superseded
advice: omit trailing whitespace advice: omit trailing whitespace - 1 - --- 2024-03-29 Junio C Hamano New
test-lib: fix non-functioning GIT_TEST_MAINT_SCHEDULER fallback test-lib: fix non-functioning GIT_TEST_MAINT_SCHEDULER fallback - - - --- 2024-03-29 Eric Sunshine Accepted
[v2,3/3] builtin/add: error out when passing untracked path with -u fix certain cases of add and commit with untracked path not erroring out - - - --- 2024-03-29 Ghanshyam Thakkar New
[v2,2/3] builtin/commit: error out when passing untracked path with -i Untitled series #839911 - - - --- 2024-03-29 Ghanshyam Thakkar New
« 1 2 ... 3 4 5431 432 »