summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-16t9700/test.pl: fix path type expectation on cygwinRamsay Jones1-1/+1
2026-01-16Merge a handful more topics after -rc0Junio C Hamano1-0/+13
2026-01-16Merge branch 'ml/doc-blame-markup'Junio C Hamano2-95/+97
2026-01-16Merge branch 'kh/doc-patch-id'Junio C Hamano2-12/+12
2026-01-16Merge branch 'bc/doc-stash-import-export'Junio C Hamano1-11/+28
2026-01-16Merge branch 'kj/t7101-modernize'Junio C Hamano1-9/+9
2026-01-16Merge branch 'ds/builtin-doc-update'Junio C Hamano1-1/+25
2026-01-16Merge branch 'ac/t1420-use-more-direct-check'Junio C Hamano1-3/+6
2026-01-16Merge branch 'jk/cat-file-avoid-bitmap-when-unneeded'Junio C Hamano2-3/+19
2026-01-16Merge branch 'jk/t-perf-fixes'Junio C Hamano2-1/+12
2026-01-16diff: improve scaling of filenames in diffstat to handle UTF-8 charsLorenzoPegorari1-11/+6
2026-01-15cocci: remove obsolete the_repository rulesRené Scharfe1-117/+2
2026-01-15Revert "Merge branch 'ar/run-command-hook'"Junio C Hamano13-584/+290
2026-01-15Git 2.53-rc0v2.53.0-rc0Junio C Hamano2-1/+8
2026-01-15Merge branch 'ps/clar-integers'Junio C Hamano14-70/+520
2026-01-15Merge branch 'kh/replay-invalid-onto-advance'Junio C Hamano2-62/+79
2026-01-15Merge branch 'ps/odb-misc-fixes'Junio C Hamano3-4/+31
2026-01-15Merge branch 'pt/t7800-difftool-test-racefix'Junio C Hamano1-3/+3
2026-01-15Documentation/config: fix replacement for --get-urlmatchPushkar Singh1-1/+1
2026-01-15Merge branch 'ps/packfile-store-in-odb-source' into ps/odb-for-each-objectJunio C Hamano15-253/+359
2026-01-15Merge branch 'ps/read-object-info-improvements' into ps/odb-for-each-objectJunio C Hamano9-79/+158
2026-01-15commit: rename `free_commit_list()` to conform to coding guidelinesPatrick Steinhardt40-131/+136
2026-01-15commit: rename `reverse_commit_list()` to conform to coding guidelinesPatrick Steinhardt6-6/+11
2026-01-15commit: rename `copy_commit_list()` to conform to coding guidelinesPatrick Steinhardt6-7/+16
2026-01-14remote-curl: use auth for probe_rpc() requests tooAaron Plattner2-0/+46
2026-01-14builtin/repack: handle promisor packs with geometric repackingPatrick Steinhardt5-5/+123
2026-01-14repack-promisor: extract function to remove redundant packsPatrick Steinhardt1-6/+16
2026-01-14repack-promisor: extract function to finalize repackingPatrick Steinhardt1-30/+39
2026-01-14repack-geometry: extract function to compute repacking splitPatrick Steinhardt1-18/+21
2026-01-14builtin/pack-objects: exclude promisor objects with "--stdin-packs"Patrick Steinhardt2-3/+50
2026-01-14gitk: use config settings for head/tag colorsShannon Barber1-4/+7
2026-01-13replay: drop commits that become emptyPhillip Wood3-4/+31
2026-01-13Merge branch 'ps/history' into pw/replay-drop-emptyJunio C Hamano187-2586/+5794
2026-01-13builtin/history: implement "reword" subcommandPatrick Steinhardt5-10/+823
2026-01-13builtin: add new "history" commandPatrick Steinhardt11-0/+104
2026-01-13wt-status: provide function to expose status for treesPatrick Steinhardt2-0/+33
2026-01-13replay: support updating detached HEADPatrick Steinhardt2-14/+42
2026-01-13replay: support empty commit rangesPatrick Steinhardt1-2/+3
2026-01-13replay: small set of cleanupsPatrick Steinhardt1-7/+4
2026-01-13builtin/replay: move core logic into "libgit.a"Patrick Steinhardt5-365/+418
2026-01-13builtin/replay: extract core logic to replay revisionsPatrick Steinhardt1-107/+162
2026-01-13midx-write.c: assume checksum-invalid MIDXs require an updateTaylor Blau2-1/+15
2026-01-13t/t5319-multi-pack-index.sh: drop early 'test_done'Taylor Blau1-3/+1
2026-01-13Merge branch 'ps/repack-avoid-noop-midx-rewrite' into tb/midx-write-corrupt-c...Junio C Hamano5-20/+193
2026-01-12doc: MyFirstContribution: fix missing dependencies and clarify build stepsShreyansh Paliwal1-6/+9
2026-01-12utf8.c: enable workaround for iconv under macOS 14/15Torsten Bögershausen2-0/+17
2026-01-12utf8.c: prepare workaround for iconv under macOS 14/15Torsten Bögershausen1-0/+13
2026-01-12t5403: use test_cmp for post-checkout argument checksDeveshi Dwivedi1-4/+4
2026-01-12t5403: introduce check_post_checkout helper functionDeveshi Dwivedi1-21/+28
2026-01-12submodule: detect conflicts with existing gitdir configsAdrian Ratiu2-0/+89