summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2025-03-21t/t5329-pack-objects-cruft.sh: evict 'repack'-related testsTaylor Blau2-250/+250
2025-03-21rev-list: support NUL-delimited --missing optionJustin Tobler1-0/+31
2025-03-21rev-list: support NUL-delimited --boundary optionJustin Tobler1-0/+16
2025-03-21rev-list: support delimiting objects with NUL bytesJustin Tobler1-0/+35
2025-03-18promisor-remote: fix segfault when remote URL is missingChristian Couder1-0/+61
2025-03-18t5710: arrange to delete the client before cloningChristian Couder1-8/+8
2025-03-18fetch: don't ask for remote HEAD if followRemoteHEAD is "never"Jeff King1-1/+4
2025-03-18fetch: only respect followRemoteHEAD with configured refspecsJeff King2-1/+15
2025-03-18Merge branch 'jk/fetch-ref-prefix-cleanup' into jk/fetch-follow-remote-head-fixJunio C Hamano2-6/+50
2025-03-18am: switch from merge_recursive_generic() to merge_ort_generic()Elijah Newren3-3/+2
2025-03-18merge-ort: fix merge.directoryRenames=falseElijah Newren1-1/+1
2025-03-18t3650: document bug when directory renames are turned offJohannes Schindelin1-0/+22
2025-03-18merge-ort: allow rename detection to be disabledElijah Newren1-0/+6
2025-03-17Merge branch 'tb/multi-cruft-pack-refresh-fix' into tb/combine-cruft-below-sizeJunio C Hamano1-0/+66
2025-03-17reflog: implement subcommand to drop reflogsKarthik Nayak1-0/+122
2025-03-17reflog: improve error for when reflog is not foundKarthik Nayak1-2/+2
2025-03-17t7615: be more explicit about diff algorithm usedElijah Newren1-2/+2
2025-03-17t6423: fix a comment that accidentally reversed two commitsElijah Newren1-3/+3
2025-03-14diffcore-rename: fix BUG when break detection and --follow used togetherElijah Newren1-0/+32
2025-03-14xdiff: avoid arithmetic overflow in xdl_get_hunk()René Scharfe1-0/+10
2025-03-13builtin/pack-objects.c: freshen objects from existing cruft packsTaylor Blau1-0/+66
2025-03-12Merge branch 'tc/zlib-ng-fix'Junio C Hamano1-1/+2
2025-03-12refs/iterator: separate lifecycle from iterationPatrick Steinhardt1-0/+1
2025-03-12name-rev: remove "--stdin" supportJunio C Hamano1-2/+8
2025-03-12t6120: further modernizeJunio C Hamano1-3/+3
2025-03-12t6120: avoid hiding "git" exit statusJunio C Hamano1-2/+4
2025-03-12t: introduce WITH_BREAKING_CHANGES prerequisiteJunio C Hamano5-10/+15
2025-03-11t: extend test_lazy_prereqJunio C Hamano2-2/+9
2025-03-11t: document test_lazy_prereqJunio C Hamano1-1/+22
2025-03-10fast-export, fast-import: add support for signed-commitsLuke Shumaker1-0/+98
2025-03-10fast-export: rename --signed-tags='warn' to 'warn-verbatim'Luke Shumaker1-0/+18
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt2-2/+2
2025-03-10environment: move access to "core.bigFileThreshold" into repo settingsPatrick Steinhardt1-1/+2
2025-03-10fetch: avoid ls-refs only to ask for HEAD symref updateJeff King1-0/+13
2025-03-10fetch: stop protecting additions to ref-prefix listJeff King1-0/+14
2025-03-10fetch: ask server to advertise HEAD for config-less fetchJeff King1-0/+15
2025-03-10t5516: beef up exact-oid ref prefixes testJeff King1-1/+4
2025-03-10t5516: drop NEEDSWORK about v2 reachability behaviorJeff King1-1/+0
2025-03-10t5516: prefer "oid" to "sha1" in some test titlesJeff King1-3/+3
2025-03-10t5702: fix typo in test nameJeff King1-1/+1
2025-03-10Merge branch 'tb/fetch-follow-tags-fix'Junio C Hamano1-0/+14
2025-03-07builtin/checkout-index: stop using `the_repository`Usman Akinyemi1-0/+7
2025-03-07builtin/for-each-ref: stop using `the_repository`Usman Akinyemi1-0/+7
2025-03-07builtin/ls-files: stop using `the_repository`Usman Akinyemi1-0/+7
2025-03-07builtin/pack-refs: stop using `the_repository`Usman Akinyemi1-0/+7
2025-03-07builtin/send-pack: stop using `the_repository`Usman Akinyemi1-0/+7
2025-03-07builtin/verify-commit: stop using `the_repository`Usman Akinyemi1-0/+7
2025-03-07builtin/verify-tag: stop using `the_repository`Usman Akinyemi1-0/+7
2025-03-07fetch: fix following tags when fetching specific OIDTaylor Blau1-0/+14
2025-03-07help: print zlib-ng version numberToon Claes1-1/+2