summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-07-14repository: introduce repo_config_values_clear()Tian Yuchen3-0/+15
2026-07-14t1100: move creation of expected output into setup testShlok Kulshreshtha1-8/+7
2026-07-14t1100: modernize test styleShlok Kulshreshtha1-20/+19
2026-07-13fast-export: standardize usage string and SYNOPSISChristian Couder3-3/+2
2026-07-13The 2nd batch for Git 2.56Junio C Hamano1-0/+29
2026-07-13Merge branch 'ps/odb-generalize-prepare'Junio C Hamano11-64/+69
2026-07-13Merge branch 'kk/prio-queue-get-put-fusion'Junio C Hamano16-177/+139
2026-07-13Merge branch 'hn/branch-push-slip-advice'Junio C Hamano7-1/+144
2026-07-13Merge branch 'jk/format-patch-leakfix'Junio C Hamano2-3/+4
2026-07-13Merge branch 'jk/reftable-leakfix'Junio C Hamano1-4/+4
2026-07-13Merge branch 'ad/gpg-strip-cr-before-lf'Junio C Hamano1-14/+11
2026-07-13odb: make optimizations pluggablePatrick Steinhardt6-489/+579
2026-07-13builtin/gc: fix signedness issues in ODB-related functionalityPatrick Steinhardt1-9/+11
2026-07-13builtin/gc: refactor ODB optimizations to operate on "files" sourcePatrick Steinhardt1-38/+41
2026-07-13builtin/gc: introduce `odb_optimize_required()`Patrick Steinhardt1-68/+92
2026-07-13builtin/gc: move geometric repacking into `odb_optimize()`Patrick Steinhardt2-92/+95
2026-07-13builtin/gc: introduce object database optimization optionsPatrick Steinhardt1-60/+119
2026-07-13builtin/gc: inline config values specific to the "files" backendPatrick Steinhardt1-62/+53
2026-07-13builtin/gc: make repack arguments self-containedPatrick Steinhardt1-81/+75
2026-07-13builtin/gc: extract object database optimizations into separate functionPatrick Steinhardt1-30/+49
2026-07-13builtin/gc: move worktree and rerere tasks before object optimizationsPatrick Steinhardt1-7/+7
2026-07-13odb: run "pre-auto-gc" hook for all maintenance tasksPatrick Steinhardt2-9/+152
2026-07-13t7900: simplify how we check for maintenance tasksPatrick Steinhardt1-90/+100
2026-07-11t9811: replace 'test -f' and '! test -f' with 'test_path_*'Marcelo Machado Lage1-10/+10
2026-07-11t9811: break long && chains into multiple linesMarcelo Machado Lage1-5/+15
2026-07-11builtin/add.c: replace run_command() with direct apply_all_patches() callGatla Vishweshwar Reddy2-7/+22
2026-07-11Merge branch 'kk/commit-reach-find-all-fix' into kk/merge-base-exhaustionJunio C Hamano2-3/+48
2026-07-10object-file: fix closing object stream twicePatrick Steinhardt2-4/+18
2026-07-10builtin/receive-pack: stage incoming objects via ODB transactionsJustin Tobler1-33/+35
2026-07-10builtin/receive-pack: drop redundant tmpdir envJustin Tobler1-1/+0
2026-07-10odb/transaction: introduce ODB transaction flagsJustin Tobler13-22/+61
2026-07-10odb/transaction: add transaction env interfaceJustin Tobler3-0/+41
2026-07-10odb/transaction: propagate commit errorsJustin Tobler2-6/+11
2026-07-10odb/transaction: propagate begin errorsJustin Tobler8-18/+45
2026-07-10object-file: propagate files transaction errorsJustin Tobler4-16/+26
2026-07-10object-file: drop check for inflight transactionsJustin Tobler2-6/+1
2026-07-10object-file: embed transaction flush logic in commit functionJustin Tobler1-36/+28
2026-07-10object-file: rename files transaction fsync functionJustin Tobler1-6/+10
2026-07-10object-file: rename files transaction prepare functionJustin Tobler1-3/+3
2026-07-10b4: include change-id in cover templateChen Linxuan1-0/+1
2026-07-10config: add "worktree" and "worktree/i" includeIf conditionsChen Linxuan3-0/+187
2026-07-10config: refactor include_by_gitdir() into include_by_path()Chen Linxuan1-11/+8
2026-07-10reftable: fix quadratic behavior in the presence of tombstonesKristofer Karlsson3-12/+46
2026-07-10t/perf: add perf test for ref tombstone scenariosKristofer Karlsson1-0/+46
2026-07-10shallow: give write_one_shallow() its own hex bufferJohannes Schindelin1-1/+3
2026-07-10shallow: fix NULL dereferenceJohannes Schindelin1-2/+1
2026-07-10bisect: ensure non-NULL `head` before using itJohannes Schindelin1-1/+3
2026-07-10pack-bitmap: handle missing bitmap for base MIDXJohannes Schindelin1-0/+4
2026-07-10revision: avoid dereferencing NULL in `add_parents_only()`Johannes Schindelin2-2/+25
2026-07-10replay: die when --onto does not peel to a commitJohannes Schindelin1-2/+6