summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-03-26Merge branch 'ua/some-builtins-wo-the-repository'Junio C Hamano16-61/+116
2025-03-26Merge branch 'tb/refs-exclude-fixes'Junio C Hamano2-2/+44
2025-03-26Merge branch 'sj/ref-consistency-checks-more'Junio C Hamano9-452/+1131
2025-03-26Merge branch 'jt/diff-pairs'Junio C Hamano13-21/+449
2025-03-25mergetools: vimdiff: add tests for layout with REMOTE as the targetFernando Ramos1-1/+10
2025-03-25mergetools: vimdiff: fix layout where REMOTE is the targetFernando Ramos1-0/+3
2025-03-25meson: disable coccinelle configuration when building from a tarballEli Schwartz1-1/+6
2025-03-25vimdiff: clarify the sigil used for marking the buffer to saveD. Ben Knoble1-1/+1
2025-03-25advice: allow disabling default branch name adviceJustin Tobler4-1/+12
2025-03-25builtin/clone: suppress unexpected default branch adviceJustin Tobler2-2/+17
2025-03-25remote: allow `guess_remote_head()` to suppress adviceJustin Tobler4-10/+15
2025-03-25bulk-checkin: fix sign compare warningsTuomas Ahola1-10/+6
2025-03-25imap-send: explicitly verify the peer certificateJohannes Schindelin1-0/+2
2025-03-25test-tool path-utils: support debugging "dubious ownership" issuesJohannes Schindelin1-0/+19
2025-03-25mingw: special-case administrators even moreJohannes Schindelin1-11/+28
2025-03-23maintenance: add loose-objects.batchSize configDerrick Stolee4-7/+54
2025-03-23maintenance: force progress/no-quiet to childrenDerrick Stolee1-0/+10
2025-03-23completion: fix bugs with slashes in remote namesDavid Mandelberg2-29/+189
2025-03-23completion: add helper to count path componentsDavid Mandelberg2-0/+37
2025-03-24commit: move clear_commit_marks_many() loop body to clear_commit_marks()René Scharfe1-9/+7
2025-03-21midx: implement writing incremental MIDX bitmapsTaylor Blau5-37/+179
2025-03-21pack-bitmap.c: use `ewah_or_iterator` for type bitmap iteratorsTaylor Blau1-15/+27
2025-03-21pack-bitmap.c: keep track of each layer's type bitmapsTaylor Blau1-4/+53
2025-03-21ewah: implement `struct ewah_or_iterator`Taylor Blau2-0/+45
2025-03-21pack-bitmap.c: apply pseudo-merge commits with incremental MIDXsTaylor Blau1-3/+8
2025-03-21pack-bitmap.c: compute disk-usage with incremental MIDXsTaylor Blau1-2/+2
2025-03-21pack-bitmap.c: teach `rev-list --test-bitmap` about incremental MIDXsTaylor Blau1-21/+86
2025-03-21pack-bitmap.c: support bitmap pack-reuse with incremental MIDXsTaylor Blau1-3/+8
2025-03-21pack-bitmap.c: teach `show_objects_for_type()` about incremental MIDXsTaylor Blau1-1/+1
2025-03-21pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXsTaylor Blau1-4/+7
2025-03-21pack-bitmap.c: open and store incremental bitmap layersTaylor Blau1-14/+48
2025-03-21pack-revindex: prepare for incremental MIDX bitmapsTaylor Blau2-21/+56
2025-03-21Documentation: describe incremental MIDX bitmapsTaylor Blau1-0/+72
2025-03-21Documentation: remove a "future work" item from the MIDX docsTaylor Blau1-10/+0
2025-03-21compat/mingw: fix EACCESS when opening files with `O_CREAT | O_EXCL`Patrick Steinhardt1-0/+20
2025-03-21meson: fix compat sources when compiling with MSVCPatrick Steinhardt1-1/+3
2025-03-21builtin/fetch: avoid aborting closed reference transactionJustin Tobler2-1/+21
2025-03-21repack: begin combining cruft packs with `--combine-cruft-below-size`Taylor Blau3-22/+47
2025-03-21repack: avoid combining cruft packs with `--max-cruft-size`Taylor Blau4-55/+67
2025-03-21t/t7704-repack-cruft.sh: consolidate `write_blob()`Taylor Blau1-7/+2
2025-03-21t/t7704-repack-cruft.sh: clarify wording in --max-cruft-size testsTaylor Blau1-10/+10
2025-03-21t/t5329-pack-objects-cruft.sh: evict 'repack'-related testsTaylor Blau2-250/+250
2025-03-21rev-list: support NUL-delimited --missing optionJustin Tobler3-11/+56
2025-03-21rev-list: support NUL-delimited --boundary optionJustin Tobler3-7/+30
2025-03-21rev-list: support delimiting objects with NUL bytesJustin Tobler3-5/+86
2025-03-21rev-list: refactor early option parsingJustin Tobler1-10/+7
2025-03-21rev-list: inline `show_object_with_name()` in `show_object()`Justin Tobler3-14/+9
2025-03-21treewide: replace assert() with ASSERT() in special casesElijah Newren7-9/+9
2025-03-21ci: add build checking for side-effects in assert() callsElijah Newren4-0/+30
2025-03-21git-compat-util: introduce ASSERT() macroElijah Newren1-0/+2