summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2018-09-12fsck: use strbuf_getline() to read skiplist fileLibravatar René Scharfe1-1/+1
2018-09-12fsck: add a performance test for skipListLibravatar René Scharfe1-0/+40
2018-09-12fsck: add a performance testLibravatar Ævar Arnfjörð Bjarmason1-0/+13
2018-09-12fsck: document that skipList input must be unabbreviatedLibravatar Ævar Arnfjörð Bjarmason1-0/+6
2018-09-12fsck: document and test commented & empty line skipList inputLibravatar Ævar Arnfjörð Bjarmason1-0/+21
2018-09-12fsck: document and test sorted skipList inputLibravatar Ævar Arnfjörð Bjarmason1-0/+19
2018-09-12fsck tests: add a test for no skipList inputLibravatar Ævar Arnfjörð Bjarmason1-0/+5
2018-09-12fsck tests: setup of bogus commit objectLibravatar Ævar Arnfjörð Bjarmason1-4/+4
2018-09-12update-ref: allow --no-deref with --stdinLibravatar Elijah Newren1-0/+31
2018-09-12t0090: disable GIT_TEST_SPLIT_INDEX for the test checking split indexLibravatar SZEDER Gábor1-7/+10
2018-09-12t1700-split-index: drop unnecessary 'grep'Libravatar SZEDER Gábor1-1/+1
2018-09-12t3206-range-diff.sh: cover single-patch caseLibravatar Derrick Stolee1-0/+5
2018-09-11http-backend test: make empty CONTENT_LENGTH test more realisticLibravatar Max Kirillov1-2/+2
2018-09-11mingw: fix mingw_open_append to work with named pipesLibravatar Jeff Hostetler1-1/+1
2018-09-11t0051: test GIT_TRACE to a windows named pipeLibravatar Jeff Hostetler4-0/+95
2018-09-11rerere: avoid buffer overrunLibravatar Elijah Newren1-1/+1
2018-09-11t4200: demonstrate rerere segfault on specially crafted mergeLibravatar Elijah Newren1-0/+29
2018-09-11t3701-add-interactive: tighten the check of trace outputLibravatar SZEDER Gábor1-1/+1
2018-09-11t/helper: merge test-dump-fsmonitor into test-toolLibravatar Nguyễn Thái Ngọc Duy4-6/+9
2018-09-11t/helper: merge test-parse-options into test-toolLibravatar Nguyễn Thái Ngọc Duy4-37/+40
2018-09-11t/helper: merge test-pkt-line into test-toolLibravatar Nguyễn Thái Ngọc Duy6-27/+30
2018-09-11t/helper: merge test-dump-untracked-cache into test-toolLibravatar Nguyễn Thái Ngọc Duy5-37/+40
2018-09-11t/helper: keep test-tool command list sortedLibravatar Nguyễn Thái Ngọc Duy2-2/+2
2018-09-10Merge branch 'jn/submodule-core-worktree-revert'Libravatar Junio C Hamano2-8/+2
2018-09-10Merge branch 'mk/http-backend-content-length'Libravatar Junio C Hamano1-0/+11
2018-09-07Revert "Merge branch 'sb/submodule-core-worktree'"Libravatar Jonathan Nieder2-8/+2
2018-09-07http-backend: allow empty CONTENT_LENGTHLibravatar Max Kirillov1-0/+11
2018-09-05reopen_tempfile(): truncate opened fileLibravatar Jeff King1-0/+18
2018-09-04Merge branch 'es/chain-lint-more'Libravatar Junio C Hamano5-4/+18
2018-09-04Merge branch 'ab/portable-more'Libravatar Junio C Hamano10-44/+53
2018-09-04Merge branch 'en/directory-renames-nothanks'Libravatar Junio C Hamano1-1/+109
2018-09-04Merge branch 'pw/rebase-i-author-script-fix'Libravatar Junio C Hamano1-3/+15
2018-09-04rebase -i: be careful to wrap up fixup/squash chainsLibravatar Johannes Schindelin1-1/+1
2018-09-04rebase -i --autosquash: demonstrate a problem skipping the last squashLibravatar Johannes Schindelin1-0/+19
2018-09-04t5310: test delta reuse with bitmapsLibravatar Jeff King1-0/+93
2018-08-31fetch: stop clobbering existing tags without --forceLibravatar Ævar Arnfjörð Bjarmason2-4/+5
2018-08-31fetch tests: add a test for clobbering tag behaviorLibravatar Ævar Arnfjörð Bjarmason1-0/+24
2018-08-31push tests: use spaces in interpolated stringLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2018-08-31push tests: make use of unused $1 in test descriptionLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2018-08-30t5303: use printf to generate delta basesLibravatar Jeff King1-10/+10
2018-08-30patch-delta: handle truncated copy parametersLibravatar Jeff King1-1/+1
2018-08-30patch-delta: consistently report corruptionLibravatar Jann Horn1-0/+30
2018-08-30patch-delta: fix oob readLibravatar Jann Horn1-1/+1
2018-08-30t5303: test some corrupt deltasLibravatar Jeff King1-0/+59
2018-08-30test-delta: read input into a heap bufferLibravatar Jeff King1-4/+4
2018-08-30worktree: delete .git/worktrees if empty after 'remove'Libravatar Eric Sunshine1-0/+12
2018-08-30worktree: teach 'remove' to override lock when --force given twiceLibravatar Eric Sunshine1-0/+10
2018-08-30worktree: teach 'move' to override lock when --force given twiceLibravatar Eric Sunshine1-0/+14
2018-08-30worktree: teach 'add' to respect --force for registered but missing pathLibravatar Eric Sunshine1-1/+12
2018-08-30worktree: disallow adding same path multiple timesLibravatar Eric Sunshine1-0/+7