summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2019-08-20diff: skip GITLINK when lazy fetching missing objsJonathan Tan1-0/+31
2019-08-20t3800: make hash-size independentbrian m. carlson1-24/+25
2019-08-20t3600: make hash size independentbrian m. carlson1-1/+3
2019-08-20t3506: make hash independentbrian m. carlson1-2/+6
2019-08-20t3430: avoid hard-coded object IDsbrian m. carlson1-8/+15
2019-08-20t3404: abstract away SHA-1-specific constantsbrian m. carlson1-11/+11
2019-08-20t3306: abstract away SHA-1-specific constantsbrian m. carlson1-24/+21
2019-08-20t3305: make hash size independentbrian m. carlson1-16/+6
2019-08-20t3301: abstract away SHA-1-specific constantsbrian m. carlson1-50/+90
2019-08-20t3206: abstract away hash size constantsbrian m. carlson1-60/+167
2019-08-20t3201: abstract away SHA-1-specific constantsbrian m. carlson1-4/+4
2019-08-19rebase -i: check for updated todo after squash and rewordPhillip Wood1-1/+20
2019-08-19rebase -i: always update HEAD before rewordingPhillip Wood3-11/+16
2019-08-19pull, fetch: add --set-upstream optionCorentin BOMPARD1-0/+178
2019-08-19archive-tar: turn length miscalculation warning into BUGRené Scharfe1-2/+1
2019-08-19archive-tar: fix pax extended header length calculationRené Scharfe1-1/+1
2019-08-19archive-tar: report wrong pax extended header lengthRené Scharfe1-0/+20
2019-08-19Ensure index matches head before invoking merge machinery, round NElijah Newren1-1/+8
2019-08-19merge-recursive: provide a better label for diff3 common ancestorElijah Newren2-3/+194
2019-08-13repo-settings: create feature.experimental settingDerrick Stolee1-23/+0
2019-08-13repo-settings: create feature.manyFiles settingDerrick Stolee1-5/+26
2019-08-13commit-graph: turn on commit-graph by defaultDerrick Stolee4-4/+6
2019-08-13t6501: use 'git gc' in quiet modeDerrick Stolee1-3/+3
2019-08-13completion: complete config variables and values for 'git clone --config='SZEDER Gábor1-0/+21
2019-08-13completion: complete values of configuration variables after 'git -c var='SZEDER Gábor1-0/+7
2019-08-13completion: complete configuration sections and variable names for 'git -c'SZEDER Gábor1-0/+14
2019-08-13completion: deduplicate configuration sectionsSZEDER Gábor1-1/+1
2019-08-13completion: add tests for 'git config' completionSZEDER Gábor1-0/+21
2019-08-12t/perf: rename duplicate-numbered test scriptJeff King1-0/+0
2019-08-09Merge branch 'jk/xdiff-clamp-funcname-context-index' into maintJunio C Hamano1-0/+22
2019-08-09trace2: cleanup whitespace in perf formatJeff Hostetler1-2/+2
2019-08-09Merge branch 'bc/hash-independent-tests-part-4'Junio C Hamano2-9/+8
2019-08-09Merge branch 'mt/dir-iterator-updates'Junio C Hamano1-3/+1
2019-08-08Merge branch 'en/disable-dir-rename-in-recursive-merge'Junio C Hamano1-0/+111
2019-08-08t0000: reword comments for "local" testJeff King1-8/+6
2019-08-08t: decrease nesting in test_oid_to_pathJonathan Nieder1-1/+2
2019-08-07merge: --no-verify to bypass pre-merge-commit hookMichael J Gruber1-0/+39
2019-08-07git-merge: honor pre-merge-commit hookMichael J Gruber1-1/+83
2019-08-07t7503: verify proper hook executionJosh Steadmon1-68/+89
2019-08-07test-dir-iterator: use path argument directlyRené Scharfe1-3/+1
2019-08-06config: stop checking whether the_repository is NULLJeff King1-0/+5
2019-08-06t1309: use short branch name in includeIf.onbranch testJeff King1-1/+1
2019-08-06parse-options: allow --end-of-options as a synonym for "--"Jeff King2-0/+14
2019-08-06revision: allow --end-of-options to end option parsingJeff King1-0/+8
2019-08-06merge-recursive: avoid directory rename detection in recursive caseElijah Newren1-0/+111
2019-08-05tests: show the test name and number at the start of verbose outputSZEDER Gábor3-6/+8
2019-08-05t0000-basic: use realistic test script names in the verbose testsSZEDER Gábor1-6/+6
2019-08-05commit-graph: fix bug around octopus mergesDerrick Stolee1-1/+3
2019-08-05commit-graph: error out on invalid commit oids in 'write --stdin-commits'SZEDER Gábor1-1/+10
2019-08-05t5318-commit-graph: use 'test_expect_code'SZEDER Gábor1-2/+1