summaryrefslogtreecommitdiffstats
path: root/t
AgeCommit message (Expand)AuthorLines
2025-07-14bloom: rename function operates on bloom_keyLidong Yan-2/+2
2025-07-14bloom: add test helper to return murmur3 hashLidong Yan-2/+2
2025-07-09fast-(import|export): improve on commit signature output formatChristian Couder-2/+100
2025-07-09parse-options: add precision handling for OPTION_COUNTUPRené Scharfe-0/+3
2025-07-09parse-options: add precision handling for OPTION_SET_INTRené Scharfe-0/+1
2025-07-09parse-options: add precision handling for PARSE_OPT_CMDMODERené Scharfe-3/+10
2025-07-08remote: detect collisions in remote namesJeff King-0/+14
2025-07-08Merge branch 'kn/fetch-push-bulk-ref-update'Junio C Hamano-9/+70
2025-07-08t1006: fix broken TAP formatPatrick Steinhardt-1/+1
2025-07-08refs/files: remove empty parent dirs when ref creation failsPatrick Steinhardt-0/+19
2025-07-07Sync with Git 2.50.1Junio C Hamano-0/+67
2025-07-07Merge branch 'jk/submodule-remote-lookup-cleanup'Junio C Hamano-0/+61
2025-07-07ssh signing: don't detach the filename strbuf from key_file tempfileredoste-12/+20
2025-07-07t5333: fix missing terminator for sed(1) 's' commandPatrick Steinhardt-2/+2
2025-07-07t4150: fix warning printed by awk due to escaped '\@'Patrick Steinhardt-1/+1
2025-07-07builtin/prune: stop depending on 'the_repository'Ayush Chandekar-0/+7
2025-07-07u-string-list: move "remove duplicates" test to "u-string-list.c"shejialuo-67/+62
2025-07-07u-string-list: move "filter string" test to "u-string-list.c"shejialuo-32/+73
2025-07-07u-string-list: move "test_split_in_place" to "u-string-list.c"shejialuo-73/+37
2025-07-07u-string-list: move "test_split" into "u-string-list.c"shejialuo-67/+56
2025-07-07read-cache: report lock error when refreshing indexHan Young-12/+6
2025-07-07t4140: test apply --intent-to-add interactionsRaymond E. Pasco-1/+30
2025-07-07setup_revisions(): turn on diffs for all-negative diff filterJeff King-0/+6
2025-07-07setup: use "reftable" format when experimental features are enabledPatrick Steinhardt-0/+34
2025-07-07BreakingChanges: announce switch to "reftable" formatPatrick Steinhardt-0/+11
2025-07-02Merge branch 'ps/contrib-sweep'Junio C Hamano-78/+0
2025-07-01Enable SHA-256 by default in breaking changes modebrian m. carlson-1/+1
2025-07-01t5300: choose the built-in hash outside of a repobrian m. carlson-3/+3
2025-07-01t4042: choose the built-in hash outside of a repobrian m. carlson-2/+10
2025-07-01t1007: choose the built-in hash outside of a repobrian m. carlson-2/+2
2025-07-01t: default to compile-time default hash if not setbrian m. carlson-2/+10
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt-1/+1
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt-1/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt-6/+6
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt-3/+3
2025-07-01pack-bitmap: add load corrupt bitmap testLidong Yan-0/+38
2025-06-30Merge branch 'jk/test-seq-format'Junio C Hamano-63/+34
2025-06-30Merge branch 'jc/merge-compact-summary'Junio C Hamano-1/+73
2025-06-30Merge branch 'bc/stash-export-import'Junio C Hamano-0/+101
2025-06-25Merge branch 'ps/maintenance-ref-lock'Junio C Hamano-7/+12
2025-06-25Merge branch 'jc/you-still-use-whatchanged'Junio C Hamano-19/+61
2025-06-25contrib: better support symbolic port names in git-credential-netrcMaxim Cournoyer-0/+7
2025-06-25receive-pack: handle reference deletions separatelyKarthik Nayak-4/+13
2025-06-25refs/files: skip updates with errors in batched updatesKarthik Nayak-0/+45
2025-06-24Merge branch 'rm/t2400-modernize'Junio C Hamano-10/+10
2025-06-24Merge branch 'sa/multi-mailmap-fix'Junio C Hamano-0/+33
2025-06-24Merge branch 'ly/prepare-show-merge-leakfix'Junio C Hamano-0/+24
2025-06-24Merge branch 'kj/stash-onbranch-submodule-fix'Junio C Hamano-0/+32
2025-06-24Merge branch 'pw/stash-p-pathspec-fixes'Junio C Hamano-0/+22
2025-06-24test-lib: teach test_seq the -f optionJeff King-62/+32