Show patches with: none      |   46856 patches
« 1 2 ... 9 10 11468 469 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,03/13] pack-bitmap.c: open and store incremental bitmap layers midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau New
[v2,02/13] pack-revindex: prepare for incremental MIDX bitmaps midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau New
[v2,01/13] Documentation: describe incremental MIDX bitmaps midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau New
[13/13] midx: implement writing incremental MIDX bitmaps midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[12/13] pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[11/13] pack-bitmap.c: keep track of each layer's type bitmaps midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[10/13] ewah: implement `struct ewah_or_iterator` midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[09/13] pack-bitmap.c: apply pseudo-merge commits with incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[08/13] pack-bitmap.c: compute disk-usage with incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[07/13] pack-bitmap.c: teach `rev-list --test-bitmap` about incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[06/13] pack-bitmap.c: support bitmap pack-reuse with incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[05/13] pack-bitmap.c: teach `show_objects_for_type()` about incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[04/13] pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[03/13] pack-bitmap.c: open and store incremental bitmap layers midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[02/13] pack-revindex: prepare for incremental MIDX bitmaps midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[01/13] Documentation: describe incremental MIDX bitmaps midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[2/2] send-pack: add new tracing regions for push Add additional trace2 regions for fetch and push - - - --- 2024-08-15 Josh Steadmon Superseded
[1/2] fetch: add top-level trace2 regions Add additional trace2 regions for fetch and push - - - --- 2024-08-15 Josh Steadmon Superseded
[8/8] pseudo-merge.c: ensure pseudo-merge groups are closed pseudo-merge: avoid empty and non-closed pseudo-merge commits - - - --- 2024-08-15 Taylor Blau Accepted
[7/8] pseudo-merge.c: do not generate empty pseudo-merge commits pseudo-merge: avoid empty and non-closed pseudo-merge commits - - - --- 2024-08-15 Taylor Blau Accepted
[6/8] t/t5333-pseudo-merge-bitmaps.sh: demonstrate empty pseudo-merge groups pseudo-merge: avoid empty and non-closed pseudo-merge commits - - - --- 2024-08-15 Taylor Blau Accepted
[5/8] pack-bitmap-write.c: select pseudo-merges even for small bitmaps pseudo-merge: avoid empty and non-closed pseudo-merge commits - - - --- 2024-08-15 Taylor Blau Accepted
[4/8] pack-bitmap: drop redundant args from `bitmap_writer_finish()` pseudo-merge: avoid empty and non-closed pseudo-merge commits - - - --- 2024-08-15 Taylor Blau Accepted
[3/8] pack-bitmap: drop redundant args from `bitmap_writer_build()` pseudo-merge: avoid empty and non-closed pseudo-merge commits - - - --- 2024-08-15 Taylor Blau Accepted
[2/8] pack-bitmap: drop redundant args from `bitmap_writer_build_type_index()` pseudo-merge: avoid empty and non-closed pseudo-merge commits - - - --- 2024-08-15 Taylor Blau Accepted
[1/8] pack-bitmap: initialize `bitmap_writer_init()` with packing_data pseudo-merge: avoid empty and non-closed pseudo-merge commits - - - --- 2024-08-15 Taylor Blau Accepted
t4129: fix racy index when calling chmod after git-add t4129: fix racy index when calling chmod after git-add - - - --- 2024-08-15 Jeff King Accepted
[v2,8/8] git-prompt: support custom 0-width PS1 markers git-prompt: support more shells v2 - - - --- 2024-08-15 avih Accepted
[v2,7/8] git-prompt: ta-da! document usage in other shells git-prompt: support more shells v2 - - - --- 2024-08-15 avih New
[v2,6/8] git-prompt: don't use shell $'...' git-prompt: support more shells v2 - - - --- 2024-08-15 avih Accepted
[v2,5/8] git-prompt: add some missing quotes git-prompt: support more shells v2 - - - --- 2024-08-15 avih Accepted
[v2,4/8] git-prompt: replace [[...]] with standard code git-prompt: support more shells v2 - - - --- 2024-08-15 avih Accepted
[v2,3/8] git-prompt: don't use shell arrays git-prompt: support more shells v2 - - - --- 2024-08-15 avih Accepted
[v2,2/8] git-prompt: fix uninitialized variable git-prompt: support more shells v2 - - - --- 2024-08-15 avih Accepted
[v2,1/8] git-prompt: use here-doc instead of here-string git-prompt: support more shells v2 - - - --- 2024-08-15 avih Accepted
[v4,7/7] t/unit-tests: convert ctype tests to use clar Introduce clar testing framework - - - --- 2024-08-15 Patrick Steinhardt New
[v4,6/7] t/unit-tests: convert strvec tests to use clar Introduce clar testing framework - - - --- 2024-08-15 Patrick Steinhardt Superseded
[v4,5/7] Makefile: wire up the clar unit testing framework Introduce clar testing framework - - - --- 2024-08-15 Patrick Steinhardt Superseded
[v4,4/7] t/clar: fix compatibility with NonStop Introduce clar testing framework - - - --- 2024-08-15 Patrick Steinhardt Accepted
[v4,3/7] t/clar: fix whitespace errors Introduce clar testing framework - - - --- 2024-08-15 Patrick Steinhardt Superseded
[v4,2/7] t: import the clar unit testing framework Introduce clar testing framework - - - --- 2024-08-15 Patrick Steinhardt Superseded
[v4,1/7] t: do not pass GIT_TEST_OPTS to unit tests with prove Introduce clar testing framework - - - --- 2024-08-15 Patrick Steinhardt Superseded
[v2,7/7] run-command: fix detaching when running auto maintenance builtin/maintenance: fix auto-detach with non-standard tasks - - - --- 2024-08-15 Patrick Steinhardt Superseded
[v2,6/7] builtin/maintenance: add a `--detach` flag builtin/maintenance: fix auto-detach with non-standard tasks - - - --- 2024-08-15 Patrick Steinhardt Superseded
[v2,5/7] builtin/gc: add a `--detach` flag builtin/maintenance: fix auto-detach with non-standard tasks - - - --- 2024-08-15 Patrick Steinhardt Superseded
[v2,4/7] builtin/gc: stop processing log file on signal builtin/maintenance: fix auto-detach with non-standard tasks - - - --- 2024-08-15 Patrick Steinhardt Superseded
[v2,3/7] builtin/gc: fix leaking config values builtin/maintenance: fix auto-detach with non-standard tasks - - - --- 2024-08-15 Patrick Steinhardt Superseded
[v2,2/7] builtin/gc: refactor to read config into structure builtin/maintenance: fix auto-detach with non-standard tasks - - - --- 2024-08-15 Patrick Steinhardt Superseded
[v2,1/7] config: fix constness of out parameter for `git_config_get_expiry()` builtin/maintenance: fix auto-detach with non-standard tasks - - - --- 2024-08-15 Patrick Steinhardt Superseded
[5/5] setup: make ref storage format configurable via config Introduce configs for default repo format - - - --- 2024-08-15 Patrick Steinhardt Superseded
[4/5] setup: make object format configurable via config Introduce configs for default repo format - - - --- 2024-08-15 Patrick Steinhardt Superseded
[3/5] setup: merge configuration of repository formats Introduce configs for default repo format - - - --- 2024-08-15 Patrick Steinhardt Superseded
[2/5] t0001: delete repositories when object format tests finish Introduce configs for default repo format - - - --- 2024-08-15 Patrick Steinhardt Superseded
[1/5] t0001: exercise initialization with ref formats more thoroughly Introduce configs for default repo format - - - --- 2024-08-15 Patrick Steinhardt Superseded
howto-maintain: mention preformatted docs howto-maintain: mention preformatted docs - - - --- 2024-08-14 Junio C Hamano Accepted
[1/1] git jump: support show [1/1] git jump: support show - - - --- 2024-08-14 Geoffrey Thomas New
[v3] git-svn: mention `svn:global-ignores` in help+docs [v3] git-svn: mention `svn:global-ignores` in help+docs - - - --- 2024-08-14 Alex Galvin Accepted
[GSoC,v3] t: migrate t0110-urlmatch-normalization to the new framework [GSoC,v3] t: migrate t0110-urlmatch-normalization to the new framework - - - --- 2024-08-14 Ghanshyam Thakkar Superseded
[v2,15/15] reftable/generic: drop interface reftable: drop generic `reftable_table` interface - - - --- 2024-08-14 Patrick Steinhardt Superseded
[v2,14/15] t/helper: refactor to not use `struct reftable_table` reftable: drop generic `reftable_table` interface - - - --- 2024-08-14 Patrick Steinhardt Superseded
[v2,13/15] t/helper: use `hash_to_hex_algop()` to print hashes reftable: drop generic `reftable_table` interface - - - --- 2024-08-14 Patrick Steinhardt Superseded
[v2,12/15] t/helper: inline printing of reftable records reftable: drop generic `reftable_table` interface - - - --- 2024-08-14 Patrick Steinhardt Superseded
[v2,11/15] t/helper: inline `reftable_table_print()` reftable: drop generic `reftable_table` interface - - - --- 2024-08-14 Patrick Steinhardt Superseded
[v2,10/15] t/helper: inline `reftable_stack_print_directory()` reftable: drop generic `reftable_table` interface - - - --- 2024-08-14 Patrick Steinhardt Superseded
[v2,09/15] t/helper: inline `reftable_reader_print_file()` reftable: drop generic `reftable_table` interface - - - --- 2024-08-14 Patrick Steinhardt Superseded
[v2,08/15] t/helper: inline `reftable_dump_main()` reftable: drop generic `reftable_table` interface - - - --- 2024-08-14 Patrick Steinhardt Superseded
[v2,07/15] reftable/dump: drop unused `compact_stack()` reftable: drop generic `reftable_table` interface - - - --- 2024-08-14 Patrick Steinhardt Superseded
[v2,06/15] reftable/generic: move generic iterator code into iterator interface reftable: drop generic `reftable_table` interface - - - --- 2024-08-14 Patrick Steinhardt Superseded
[v2,05/15] reftable/iter: drop double-checking logic reftable: drop generic `reftable_table` interface - - - --- 2024-08-14 Patrick Steinhardt Superseded
[v2,04/15] reftable/stack: open-code reading refs reftable: drop generic `reftable_table` interface - - - --- 2024-08-14 Patrick Steinhardt Superseded
[v2,03/15] reftable/merged: stop using generic tables in the merged table reftable: drop generic `reftable_table` interface - - - --- 2024-08-14 Patrick Steinhardt Superseded
[v2,02/15] reftable/merged: rename `reftable_new_merged_table()` reftable: drop generic `reftable_table` interface - - - --- 2024-08-14 Patrick Steinhardt Superseded
[v2,01/15] reftable/merged: expose functions to initialize iterators reftable: drop generic `reftable_table` interface - - - --- 2024-08-14 Patrick Steinhardt Superseded
rebase: apply and cleanup autostash when rebase fails to start rebase: apply and cleanup autostash when rebase fails to start - - - --- 2024-08-14 Phillip Wood Superseded
[10/10] t-reftable-block: add tests for index blocks t: port reftable/block_test.c to the unit testing framework - - - --- 2024-08-14 Chandra Pratap Superseded
[09/10] t-reftable-block: add tests for obj blocks t: port reftable/block_test.c to the unit testing framework - - - --- 2024-08-14 Chandra Pratap Superseded
[08/10] t-reftable-block: add tests for log blocks t: port reftable/block_test.c to the unit testing framework - - - --- 2024-08-14 Chandra Pratap Superseded
[07/10] t-reftable-block: remove unnecessary variable 'j' t: port reftable/block_test.c to the unit testing framework - - - --- 2024-08-14 Chandra Pratap Superseded
[06/10] t-reftable-block: use xstrfmt() instead of xstrdup() t: port reftable/block_test.c to the unit testing framework - - - --- 2024-08-14 Chandra Pratap Superseded
[05/10] t-reftable-block: use block_iter_reset() instead of block_iter_close() t: port reftable/block_test.c to the unit testing framework - - - --- 2024-08-14 Chandra Pratap Superseded
[04/10] t-reftable-block: use reftable_record_key() instead of strbuf_addstr() t: port reftable/block_test.c to the unit testing framework - - - --- 2024-08-14 Chandra Pratap Superseded
[03/10] t-reftable-block: use reftable_record_equal() instead of check_str() t: port reftable/block_test.c to the unit testing framework - - - --- 2024-08-14 Chandra Pratap Superseded
[02/10] t-reftable-block: release used block reader t: port reftable/block_test.c to the unit testing framework - - - --- 2024-08-14 Chandra Pratap Superseded
[01/10] t: move reftable/block_test.c to the unit testing framework t: port reftable/block_test.c to the unit testing framework - - - --- 2024-08-14 Chandra Pratap Superseded
[v3,4/4] p1500: add is-base performance tests git for-each-ref: is-base atom and base branches - - - --- 2024-08-14 Derrick Stolee Accepted
[v3,3/4] for-each-ref: add 'is-base' token git for-each-ref: is-base atom and base branches - - - --- 2024-08-14 Derrick Stolee Accepted
[v3,2/4] commit: add gentle reference lookup method git for-each-ref: is-base atom and base branches - - - --- 2024-08-14 Derrick Stolee Accepted
[v3,1/4] commit-reach: add get_branch_base_for_tip git for-each-ref: is-base atom and base branches - - - --- 2024-08-14 Derrick Stolee Accepted
[v4,22/22] builtin/diff: free symmetric diff members Memory leak fixes (pt.4) - - - --- 2024-08-14 Patrick Steinhardt Accepted
[v4,21/22] diff: free state populated via options Memory leak fixes (pt.4) - - - --- 2024-08-14 Patrick Steinhardt Accepted
[v4,20/22] builtin/log: fix leak when showing converted blob contents Memory leak fixes (pt.4) - - - --- 2024-08-14 Patrick Steinhardt Accepted
[v4,19/22] userdiff: fix leaking memory for configured diff drivers Memory leak fixes (pt.4) - - - --- 2024-08-14 Patrick Steinhardt Accepted
[v4,18/22] builtin/format-patch: fix various trivial memory leaks Memory leak fixes (pt.4) - - - --- 2024-08-14 Patrick Steinhardt Accepted
[v4,17/22] diff: fix leak when parsing invalid ignore regex option Memory leak fixes (pt.4) - - - --- 2024-08-14 Patrick Steinhardt Accepted
[v4,16/22] unpack-trees: clear index when not propagating it Memory leak fixes (pt.4) - - - --- 2024-08-14 Patrick Steinhardt Accepted
[v4,15/22] sequencer: release todo list on error paths Memory leak fixes (pt.4) - - - --- 2024-08-14 Patrick Steinhardt Accepted
[v4,14/22] merge-ort: unconditionally release attributes index Memory leak fixes (pt.4) - - - --- 2024-08-14 Patrick Steinhardt Accepted
[v4,13/22] builtin/fast-export: plug leaking tag names Memory leak fixes (pt.4) - - - --- 2024-08-14 Patrick Steinhardt Accepted
[v4,12/22] builtin/fast-export: fix leaking diff options Memory leak fixes (pt.4) - - - --- 2024-08-14 Patrick Steinhardt Accepted
[v4,11/22] builtin/fast-import: plug trivial memory leaks Memory leak fixes (pt.4) - - - --- 2024-08-14 Patrick Steinhardt Accepted
« 1 2 ... 9 10 11468 469 »