summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-24Merge branch 'mf/t0008-cleanup'Junio C Hamano-1/+2
2026-03-24Merge branch 'pb/t4200-test-path-is-helpers'Junio C Hamano-13/+13
2026-03-24Merge branch 'jk/transport-color-leakfix'Junio C Hamano-3/+3
2026-03-24Merge branch 'rj/pack-refs-tests-path-is-helpers'Junio C Hamano-14/+14
2026-03-24Merge branch 'ps/history-split'Junio C Hamano-341/+1592
2026-03-24Merge branch 'ps/clar-wo-path-max'Junio C Hamano-15/+68
2026-03-24Merge branch 'ss/t0410-delete-object-cleanup'Junio C Hamano-1/+4
2026-03-24Merge branch 'gj/user-manual-fix-grep-example'Junio C Hamano-1/+1
2026-03-24Merge branch 'jt/fast-import-sign-again'Junio C Hamano-108/+231
2026-03-24use strvec_pushv() to add another strvecJunio C Hamano-13/+51
2026-03-24Merge branch 'ps/build-tweaks' into rs/use-strvec-pushvJunio C Hamano-99/+123
2026-03-24commit-graph: fix writing generations with dates exceeding 34 bitsPatrick Steinhardt-3/+54
2026-03-23refspec: fix typo in commentK Jayatheerth-1/+1
2026-03-23remote-curl: fall back to default hash outside repoK Jayatheerth-0/+14
2026-03-23format-patch: --commit-list-format without prefixMirko Faina-1/+29
2026-03-23format-patch: add preset for --commit-list-formatMirko Faina-8/+21
2026-03-23format-patch: wrap generate_commit_list_cover()Mirko Faina-1/+7
2026-03-23format.commitListFormat: strip meaning from emptyMirko Faina-21/+1
2026-03-23docs/pretty-formats: add %(count) and %(total)Mirko Faina-0/+4
2026-03-23format-patch: rename --cover-letter-format optionMirko Faina-31/+32
2026-03-23format-patch: refactor generate_commit_list_coverMirko Faina-4/+3
2026-03-23pretty.c: better die message %(count) and %(total)Mirko Faina-2/+2
2026-03-23The 19th batchJunio C Hamano-0/+16
2026-03-23Merge branch 'ty/mktree-wo-the-repository'Junio C Hamano-10/+9
2026-03-23Merge branch 'bb/imap-send-openssl-4.0-prep'Junio C Hamano-9/+22
2026-03-23Merge branch 'ac/help-sort-correctly'Junio C Hamano-52/+78
2026-03-23Merge branch 'jc/test-allow-sed-with-ere'Junio C Hamano-2/+2
2026-03-23Merge branch 'ng/submodule-default-remote'Junio C Hamano-4/+330
2026-03-23Merge branch 'ms/t7605-test-path-is-helpers'Junio C Hamano-3/+3
2026-03-23Merge branch 'cf/constness-fixes'Junio C Hamano-6/+6
2026-03-23builtin/fsck: stop using `the_repository` in error reportingPatrick Steinhardt-23/+23
2026-03-23builtin/fsck: stop using `the_repository` when marking objectsPatrick Steinhardt-12/+14
2026-03-23builtin/fsck: stop using `the_repository` when checking packed objectsPatrick Steinhardt-10/+17
2026-03-23builtin/fsck: stop using `the_repository` with loose objectsPatrick Steinhardt-6/+8
2026-03-23builtin/fsck: stop using `the_repository` when checking reflogsPatrick Steinhardt-10/+14
2026-03-23builtin/fsck: stop using `the_repository` when checking refsPatrick Steinhardt-5/+6
2026-03-23builtin/fsck: stop using `the_repository` when snapshotting refsPatrick Steinhardt-11/+22
2026-03-23builtin/fsck: fix trivial dependence on `the_repository`Patrick Steinhardt-49/+49
2026-03-23fsck: drop USE_THE_REPOSITORYPatrick Steinhardt-15/+13
2026-03-23fsck: store repository in fsck optionsPatrick Steinhardt-14/+21
2026-03-23fsck: initialize fsck options via a functionPatrick Steinhardt-38/+81
2026-03-23fetch-pack: move fsck options into function scopePatrick Steinhardt-1/+4
2026-03-23diff-highlight: fetch all config with one processJeff King-8/+20
2026-03-23diff-highlight: allow module callers to pass in color configScott Baker-12/+35
2026-03-23diff-highlight: test color configJeff King-0/+28
2026-03-23diff-highlight: use test_decode_color in testsJeff King-20/+17
2026-03-23t: add matching negative attributes to test_decode_colorJeff King-0/+3
2026-03-23diff-highlight: check diff-highlight exit status in testsJeff King-2/+4
2026-03-23diff-highlight: drop perl version dependency back to 5.8Scott Baker-1/+1
2026-03-23diff-highlight: mention build instructionsJeff King-1/+12