summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2020-07-30Merge branch 'sg/commit-graph-cleanups' into masterJunio C Hamano2-3/+6
2020-07-30fmt-merge-msg: allow merge destination to be omitted againJunio C Hamano1-0/+20
2020-07-30Revert "fmt-merge-msg: stop treating `master` specially"Junio C Hamano28-93/+93
2020-07-30t: remove test_oid_init in testsbrian m. carlson28-37/+2
2020-07-30t: make SHA1 prerequisite depend on default hashbrian m. carlson1-1/+5
2020-07-30t: allow testing different hash algorithms via environmentbrian m. carlson2-3/+4
2020-07-30t: add test_oid option to select hash algorithmbrian m. carlson2-1/+22
2020-07-30repository: enable SHA-256 support by defaultbrian m. carlson1-0/+33
2020-07-30bundle: add new version for use with SHA-256brian m. carlson2-6/+41
2020-07-30builtin/verify-pack: implement an --object-format optionbrian m. carlson1-1/+1
2020-07-30t0410: mark test with SHA1 prerequisitebrian m. carlson1-2/+2
2020-07-30t5308: make test work with SHA-256brian m. carlson2-8/+20
2020-07-30t9700: make hash size independentbrian m. carlson1-2/+4
2020-07-30t9500: ensure that algorithm info is preserved in configbrian m. carlson1-6/+16
2020-07-30t9350: make hash size independentbrian m. carlson1-7/+7
2020-07-30t9301: make hash size independentbrian m. carlson1-6/+6
2020-07-30t9300: use $ZERO_OID instead of hard-coded object IDbrian m. carlson1-8/+8
2020-07-30t9300: abstract away SHA-1-specific constantsbrian m. carlson1-49/+59
2020-07-30t8011: make hash size independentbrian m. carlson1-1/+1
2020-07-30t8003: make hash size independentbrian m. carlson1-2/+1
2020-07-30t8002: make hash size independentbrian m. carlson1-7/+11
2020-07-30t7508: use $ZERO_OID instead of hard-coded constantbrian m. carlson1-1/+1
2020-07-30t7506: avoid checking for SHA-1-specific constantsbrian m. carlson1-4/+8
2020-07-30t7405: make hash size independentbrian m. carlson1-2/+2
2020-07-30t7400: make hash size independentbrian m. carlson1-13/+13
2020-07-30t7102: abstract away SHA-1-specific constantsbrian m. carlson1-40/+53
2020-07-30t7201: abstract away SHA-1-specific constantsbrian m. carlson1-2/+4
2020-07-30t7063: make hash size independentbrian m. carlson1-70/+80
2020-07-30t7003: compute appropriate length constantbrian m. carlson1-1/+2
2020-07-30t6501: avoid hard-coded objectsbrian m. carlson1-7/+7
2020-07-30t6500: specify test values for SHA-256brian m. carlson1-5/+22
2020-07-30t6301: make hash size independentbrian m. carlson1-1/+1
2020-07-30t6101: make hash size independentbrian m. carlson1-1/+1
2020-07-30t6100: make hash size independentbrian m. carlson1-2/+2
2020-07-30t3404: prepare 'short SHA-1 collision' tests for SHA-256Johannes Schindelin1-9/+40
2020-07-30t3305: make hash agnosticbrian m. carlson1-1/+1
2020-07-30t1001: use $ZERO_OIDbrian m. carlson1-2/+2
2020-07-30t: make test-bloom initialize repositorybrian m. carlson1-0/+2
2020-07-29log: enable "-m" automatically with "--first-parent"Jeff King1-0/+22
2020-07-29revision: add "--no-diff-merges" option to counteract "-m"Jeff King2-0/+79
2020-07-28strvec: fix indentation in renamed callsJeff King1-3/+3
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King1-18/+18
2020-07-28strvec: rename files from argv-array to strvecJeff King2-2/+2
2020-07-28Remove doubled words in various commentsElijah Newren3-3/+3
2020-07-27Modify pseudo refs through ref backend storageHan-Wen Nienhuys2-6/+9
2020-07-23git-send-email: die if sendmail.* config is setDrew DeVault1-0/+29
2020-07-21sha1-file: make pretend_object_file() not prefetchJonathan Tan1-0/+11
2020-07-21pack-objects: prefetch objects to be packedJonathan Tan1-0/+36
2020-07-20remote-curl: make --force-with-lease work with non-ASCII ref namesbrian m. carlson1-0/+15
2020-07-20git-mv: improve error message for conflicted fileChris Torek1-0/+17