summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-01-17t1005: modernize "! test -f" to "test_path_is_missing"Tian Yuchen-5/+5
2026-01-17help: report on whether or not gettext is enabledJiang Xin-0/+3
2026-01-17t4073: add test for diffstat paths length when containing UTF-8 charsLorenzoPegorari-0/+62
2026-01-16t0610-reftable-basics: mitigate a flaky test on cygwinRamsay Jones-1/+1
2026-01-16t9700/test.pl: fix path type expectation on cygwinRamsay Jones-1/+1
2026-01-16Merge a handful more topics after -rc0Junio C Hamano-0/+13
2026-01-16Merge branch 'ml/doc-blame-markup'Junio C Hamano-95/+97
2026-01-16Merge branch 'kh/doc-patch-id'Junio C Hamano-12/+12
2026-01-16Merge branch 'bc/doc-stash-import-export'Junio C Hamano-12/+29
2026-01-16Merge branch 'kj/t7101-modernize'Junio C Hamano-9/+9
2026-01-16Merge branch 'ds/builtin-doc-update'Junio C Hamano-1/+25
2026-01-16Merge branch 'ac/t1420-use-more-direct-check'Junio C Hamano-3/+6
2026-01-16Merge branch 'jk/cat-file-avoid-bitmap-when-unneeded'Junio C Hamano-3/+19
2026-01-16Merge branch 'jk/t-perf-fixes'Junio C Hamano-1/+12
2026-01-16diff: improve scaling of filenames in diffstat to handle UTF-8 charsLorenzoPegorari-11/+6
2026-01-15cocci: remove obsolete the_repository rulesRené Scharfe-117/+2
2026-01-15Revert "Merge branch 'ar/run-command-hook'"Junio C Hamano-586/+292
2026-01-15Git 2.53-rc0v2.53.0-rc0Junio C Hamano-1/+8
2026-01-15Merge branch 'ps/clar-integers'Junio C Hamano-70/+520
2026-01-15Merge branch 'kh/replay-invalid-onto-advance'Junio C Hamano-62/+79
2026-01-15Merge branch 'ps/odb-misc-fixes'Junio C Hamano-4/+31
2026-01-15Merge branch 'pt/t7800-difftool-test-racefix'Junio C Hamano-3/+3
2026-01-15Documentation/config: fix replacement for --get-urlmatchPushkar Singh-1/+1
2026-01-15Merge branch 'ps/packfile-store-in-odb-source' into ps/odb-for-each-objectJunio C Hamano-253/+359
2026-01-15Merge branch 'ps/read-object-info-improvements' into ps/odb-for-each-objectJunio C Hamano-79/+158
2026-01-15commit: rename `free_commit_list()` to conform to coding guidelinesPatrick Steinhardt-131/+136
2026-01-15commit: rename `reverse_commit_list()` to conform to coding guidelinesPatrick Steinhardt-6/+11
2026-01-15commit: rename `copy_commit_list()` to conform to coding guidelinesPatrick Steinhardt-7/+16
2026-01-14remote-curl: use auth for probe_rpc() requests tooAaron Plattner-0/+46
2026-01-14builtin/repack: handle promisor packs with geometric repackingPatrick Steinhardt-6/+124
2026-01-14repack-promisor: extract function to remove redundant packsPatrick Steinhardt-6/+16
2026-01-14repack-promisor: extract function to finalize repackingPatrick Steinhardt-30/+39
2026-01-14repack-geometry: extract function to compute repacking splitPatrick Steinhardt-18/+21
2026-01-14builtin/pack-objects: exclude promisor objects with "--stdin-packs"Patrick Steinhardt-3/+50
2026-01-13replay: drop commits that become emptyPhillip Wood-4/+31
2026-01-13Merge branch 'ps/history' into pw/replay-drop-emptyJunio C Hamano-2593/+5801
2026-01-13builtin/history: implement "reword" subcommandPatrick Steinhardt-10/+823
2026-01-13builtin: add new "history" commandPatrick Steinhardt-0/+104
2026-01-13wt-status: provide function to expose status for treesPatrick Steinhardt-0/+33
2026-01-13replay: support updating detached HEADPatrick Steinhardt-14/+42
2026-01-13replay: support empty commit rangesPatrick Steinhardt-2/+3
2026-01-13replay: small set of cleanupsPatrick Steinhardt-7/+4
2026-01-13builtin/replay: move core logic into "libgit.a"Patrick Steinhardt-365/+418
2026-01-13builtin/replay: extract core logic to replay revisionsPatrick Steinhardt-107/+162
2026-01-13midx-write.c: assume checksum-invalid MIDXs require an updateTaylor Blau-1/+15
2026-01-13t/t5319-multi-pack-index.sh: drop early 'test_done'Taylor Blau-3/+1
2026-01-13Merge branch 'ps/repack-avoid-noop-midx-rewrite' into tb/midx-write-corrupt-c...Junio C Hamano-22/+195
2026-01-12doc: MyFirstContribution: fix missing dependencies and clarify build stepsShreyansh Paliwal-6/+9
2026-01-12utf8.c: enable workaround for iconv under macOS 14/15Torsten Bögershausen-0/+17
2026-01-12utf8.c: prepare workaround for iconv under macOS 14/15Torsten Bögershausen-0/+13