summaryrefslogtreecommitdiffstats
path: root/t
AgeCommit message (Expand)AuthorLines
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt-2/+2
2025-03-10environment: move access to "core.bigFileThreshold" into repo settingsPatrick Steinhardt-1/+2
2025-03-10fetch: avoid ls-refs only to ask for HEAD symref updateJeff King-0/+13
2025-03-10fetch: stop protecting additions to ref-prefix listJeff King-0/+14
2025-03-10fetch: ask server to advertise HEAD for config-less fetchJeff King-0/+15
2025-03-10t5516: beef up exact-oid ref prefixes testJeff King-1/+4
2025-03-10t5516: drop NEEDSWORK about v2 reachability behaviorJeff King-1/+0
2025-03-10t5516: prefer "oid" to "sha1" in some test titlesJeff King-3/+3
2025-03-10t5702: fix typo in test nameJeff King-1/+1
2025-03-10Merge branch 'tb/fetch-follow-tags-fix'Junio C Hamano-0/+14
2025-03-07builtin/checkout-index: stop using `the_repository`Usman Akinyemi-0/+7
2025-03-07builtin/for-each-ref: stop using `the_repository`Usman Akinyemi-0/+7
2025-03-07builtin/ls-files: stop using `the_repository`Usman Akinyemi-0/+7
2025-03-07builtin/pack-refs: stop using `the_repository`Usman Akinyemi-0/+7
2025-03-07builtin/send-pack: stop using `the_repository`Usman Akinyemi-0/+7
2025-03-07builtin/verify-commit: stop using `the_repository`Usman Akinyemi-0/+7
2025-03-07builtin/verify-tag: stop using `the_repository`Usman Akinyemi-0/+7
2025-03-07fetch: fix following tags when fetching specific OIDTaylor Blau-0/+14
2025-03-07help: print zlib-ng version numberToon Claes-1/+2
2025-03-06Merge branch 'tz/doc-txt-to-adoc-fixes'Junio C Hamano-28/+28
2025-03-06merge-ort: fix slightly overzealous assertion for rename-to-selfElijah Newren-1/+1
2025-03-06t6423: add a testcase causing a failed assertion in process_renamesDmitry Goncharov-0/+41
2025-03-06refs.c: stop matching non-directory prefixes in exclude patternsTaylor Blau-2/+14
2025-03-06refs.c: remove empty '--exclude' patternsTaylor Blau-0/+10
2025-03-05Merge branch 'cc/lop-remote'Junio C Hamano-0/+313
2025-03-05Merge branch 'sk/unit-test-oid'Junio C Hamano-457/+395
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano-4/+3
2025-03-04t1403: verify that path exists and is a fileMahendra Dani-1/+1
2025-03-04t/unit-tests: convert urlmatch-normalization test to clarSeyi Kuforiji-43/+19
2025-03-04t/unit-tests: convert trailer test to use clarSeyi Kuforiji-318/+321
2025-03-03t6434: *.txt -> *.adoc fixesTodd Zullinger-1/+1
2025-03-03t6012: *.txt -> *.adoc fixesTodd Zullinger-1/+1
2025-03-03t/helper/test-rot13-filter.c: *.txt -> *.adoc fixesTodd Zullinger-1/+1
2025-03-03t0450: *.txt -> *.adoc fixesTodd Zullinger-25/+25
2025-03-03Merge branch 'ps/meson-contrib-bits'Junio C Hamano-2/+2
2025-03-03Merge branch 'ps/build-meson-fixes-0130'Junio C Hamano-4/+4
2025-03-03Merge branch 'dk/test-aggregate-results-paste-fix'Junio C Hamano-1/+1
2025-03-03builtin/diff-pairs: allow explicit diff queue flushJustin Tobler-0/+9
2025-03-03builtin: introduce diff-pairs commandJustin Tobler-0/+82
2025-03-01Merge branch 'ps/meson-contrib-bits' into tz/doc-txt-to-adoc-fixesJunio C Hamano-2/+2
2025-02-27Merge branch 'bc/http-push-auth-netrc-fix'Junio C Hamano-0/+10
2025-02-27Merge branch 'pw/rebase-i-ff-empty-commit'Junio C Hamano-0/+34
2025-02-27Merge branch 'kn/ref-migrate-skip-reflog'Junio C Hamano-4/+24
2025-02-27Merge branch 'ua/os-version-capability'Junio C Hamano-3/+31
2025-02-27builtin/fsck: add `git refs verify` child processshejialuo-0/+39
2025-02-27packed-backend: check whether the "packed-refs" is sortedshejialuo-0/+87
2025-02-27packed-backend: add "packed-refs" entry consistency checkshejialuo-0/+44
2025-02-27packed-backend: add "packed-refs" header consistency checkshejialuo-0/+52
2025-02-27packed-backend: check whether the "packed-refs" is regular fileshejialuo-0/+30
2025-02-27t0602: use subshell to ensure working directory unchangedshejialuo-473/+494