summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-03-25mergetools: vimdiff: add tests for layout with REMOTE as the targetFernando Ramos-1/+10
2025-03-25mergetools: vimdiff: fix layout where REMOTE is the targetFernando Ramos-0/+3
2025-03-25meson: disable coccinelle configuration when building from a tarballEli Schwartz-1/+6
2025-03-25vimdiff: clarify the sigil used for marking the buffer to saveD. Ben Knoble-1/+1
2025-03-25advice: allow disabling default branch name adviceJustin Tobler-1/+12
2025-03-25builtin/clone: suppress unexpected default branch adviceJustin Tobler-2/+17
2025-03-25remote: allow `guess_remote_head()` to suppress adviceJustin Tobler-10/+15
2025-03-25bulk-checkin: fix sign compare warningsTuomas Ahola-10/+6
2025-03-25imap-send: explicitly verify the peer certificateJohannes Schindelin-0/+2
2025-03-25test-tool path-utils: support debugging "dubious ownership" issuesJohannes Schindelin-0/+19
2025-03-25mingw: special-case administrators even moreJohannes Schindelin-11/+28
2025-03-23maintenance: add loose-objects.batchSize configDerrick Stolee-7/+54
2025-03-23maintenance: force progress/no-quiet to childrenDerrick Stolee-0/+10
2025-03-23completion: fix bugs with slashes in remote namesDavid Mandelberg-29/+189
2025-03-23completion: add helper to count path componentsDavid Mandelberg-0/+37
2025-03-24commit: move clear_commit_marks_many() loop body to clear_commit_marks()René Scharfe-9/+7
2025-03-21midx: implement writing incremental MIDX bitmapsTaylor Blau-37/+179
2025-03-21pack-bitmap.c: use `ewah_or_iterator` for type bitmap iteratorsTaylor Blau-15/+27
2025-03-21pack-bitmap.c: keep track of each layer's type bitmapsTaylor Blau-4/+53
2025-03-21ewah: implement `struct ewah_or_iterator`Taylor Blau-0/+45
2025-03-21pack-bitmap.c: apply pseudo-merge commits with incremental MIDXsTaylor Blau-3/+8
2025-03-21pack-bitmap.c: compute disk-usage with incremental MIDXsTaylor Blau-2/+2
2025-03-21pack-bitmap.c: teach `rev-list --test-bitmap` about incremental MIDXsTaylor Blau-21/+86
2025-03-21pack-bitmap.c: support bitmap pack-reuse with incremental MIDXsTaylor Blau-3/+8
2025-03-21pack-bitmap.c: teach `show_objects_for_type()` about incremental MIDXsTaylor Blau-1/+1
2025-03-21pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXsTaylor Blau-4/+7
2025-03-21pack-bitmap.c: open and store incremental bitmap layersTaylor Blau-14/+48
2025-03-21pack-revindex: prepare for incremental MIDX bitmapsTaylor Blau-21/+56
2025-03-21Documentation: describe incremental MIDX bitmapsTaylor Blau-0/+72
2025-03-21Documentation: remove a "future work" item from the MIDX docsTaylor Blau-10/+0
2025-03-21compat/mingw: fix EACCESS when opening files with `O_CREAT | O_EXCL`Patrick Steinhardt-0/+20
2025-03-21meson: fix compat sources when compiling with MSVCPatrick Steinhardt-1/+3
2025-03-21builtin/fetch: avoid aborting closed reference transactionJustin Tobler-1/+21
2025-03-21repack: begin combining cruft packs with `--combine-cruft-below-size`Taylor Blau-22/+47
2025-03-21repack: avoid combining cruft packs with `--max-cruft-size`Taylor Blau-55/+67
2025-03-21t/t7704-repack-cruft.sh: consolidate `write_blob()`Taylor Blau-7/+2
2025-03-21t/t7704-repack-cruft.sh: clarify wording in --max-cruft-size testsTaylor Blau-10/+10
2025-03-21t/t5329-pack-objects-cruft.sh: evict 'repack'-related testsTaylor Blau-250/+250
2025-03-21rev-list: support NUL-delimited --missing optionJustin Tobler-11/+56
2025-03-21rev-list: support NUL-delimited --boundary optionJustin Tobler-7/+30
2025-03-21rev-list: support delimiting objects with NUL bytesJustin Tobler-5/+86
2025-03-21rev-list: refactor early option parsingJustin Tobler-10/+7
2025-03-21rev-list: inline `show_object_with_name()` in `show_object()`Justin Tobler-14/+9
2025-03-21treewide: replace assert() with ASSERT() in special casesElijah Newren-9/+9
2025-03-21ci: add build checking for side-effects in assert() callsElijah Newren-0/+30
2025-03-21git-compat-util: introduce ASSERT() macroElijah Newren-0/+2
2025-03-21reftable: adapt write_object_record() to propagate block_writer_add() errorsMeet Soni-0/+19
2025-03-21reftable: adapt writer_add_record() to propagate block_writer_add() errorsMeet Soni-10/+5
2025-03-21reftable: propagate specific error codes in block_writer_add()Meet Soni-36/+32
2025-03-21pseudo-merge.h: fix a typoTaylor Blau-1/+1