summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2018-09-12t3206-range-diff.sh: cover single-patch caseDerrick Stolee1-0/+5
2018-09-11http-backend test: make empty CONTENT_LENGTH test more realisticMax Kirillov1-2/+2
2018-09-11mingw: fix mingw_open_append to work with named pipesJeff Hostetler1-1/+1
2018-09-11t0051: test GIT_TRACE to a windows named pipeJeff Hostetler4-0/+95
2018-09-11rerere: avoid buffer overrunElijah Newren1-1/+1
2018-09-11t4200: demonstrate rerere segfault on specially crafted mergeElijah Newren1-0/+29
2018-09-11t3701-add-interactive: tighten the check of trace outputSZEDER Gábor1-1/+1
2018-09-11t/helper: merge test-dump-fsmonitor into test-toolNguyễn Thái Ngọc Duy4-6/+9
2018-09-11t/helper: merge test-parse-options into test-toolNguyễn Thái Ngọc Duy4-37/+40
2018-09-11t/helper: merge test-pkt-line into test-toolNguyễn Thái Ngọc Duy6-27/+30
2018-09-11t/helper: merge test-dump-untracked-cache into test-toolNguyễn Thái Ngọc Duy5-37/+40
2018-09-11t/helper: keep test-tool command list sortedNguyễn Thái Ngọc Duy2-2/+2
2018-09-10Merge branch 'jn/submodule-core-worktree-revert'Junio C Hamano2-8/+2
2018-09-10Merge branch 'mk/http-backend-content-length'Junio C Hamano1-0/+11
2018-09-07Revert "Merge branch 'sb/submodule-core-worktree'"Jonathan Nieder2-8/+2
2018-09-07wt-status.c: set the committable flag in the collect phaseStephen P. Smith1-3/+3
2018-09-07t7501: add test of "commit --dry-run --short"Stephen P. Smith1-0/+6
2018-09-07http-backend: allow empty CONTENT_LENGTHMax Kirillov1-0/+11
2018-09-05reopen_tempfile(): truncate opened fileJeff King1-0/+18
2018-09-04Merge branch 'es/chain-lint-more'Junio C Hamano5-4/+18
2018-09-04Merge branch 'ab/portable-more'Junio C Hamano10-44/+53
2018-09-04Merge branch 'en/directory-renames-nothanks'Junio C Hamano1-1/+109
2018-09-04Merge branch 'pw/rebase-i-author-script-fix'Junio C Hamano1-3/+15
2018-09-04rebase -i: be careful to wrap up fixup/squash chainsJohannes Schindelin1-1/+1
2018-09-04rebase -i --autosquash: demonstrate a problem skipping the last squashJohannes Schindelin1-0/+19
2018-09-04t5310: test delta reuse with bitmapsJeff King1-0/+93
2018-08-31fetch: stop clobbering existing tags without --forceÆvar Arnfjörð Bjarmason2-4/+5
2018-08-31fetch tests: add a test for clobbering tag behaviorÆvar Arnfjörð Bjarmason1-0/+24
2018-08-31push tests: use spaces in interpolated stringÆvar Arnfjörð Bjarmason1-1/+1
2018-08-31push tests: make use of unused $1 in test descriptionÆvar Arnfjörð Bjarmason1-1/+1
2018-08-30t5303: use printf to generate delta basesJeff King1-10/+10
2018-08-30patch-delta: handle truncated copy parametersJeff King1-1/+1
2018-08-30patch-delta: consistently report corruptionJann Horn1-0/+30
2018-08-30patch-delta: fix oob readJann Horn1-1/+1
2018-08-30t5303: test some corrupt deltasJeff King1-0/+59
2018-08-30test-delta: read input into a heap bufferJeff King1-4/+4
2018-08-30worktree: delete .git/worktrees if empty after 'remove'Eric Sunshine1-0/+12
2018-08-30worktree: teach 'remove' to override lock when --force given twiceEric Sunshine1-0/+10
2018-08-30worktree: teach 'move' to override lock when --force given twiceEric Sunshine1-0/+14
2018-08-30worktree: teach 'add' to respect --force for registered but missing pathEric Sunshine1-1/+12
2018-08-30worktree: disallow adding same path multiple timesEric Sunshine1-0/+7
2018-08-30worktree: don't die() in library function find_worktree()Eric Sunshine1-0/+8
2018-08-30am: avoid directory rename detection when calling recursive merge machineryElijah Newren1-2/+2
2018-08-30t3401: add another directory rename testcase for rebase and amElijah Newren1-1/+109
2018-08-29rebase -i: rewrite complete_action() in CAlban Gruin1-1/+1
2018-08-29mailinfo: support format=flowedRené Scharfe4-0/+2578
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King1-1/+1
2018-08-29chainlint: match "quoted" here-doc tagsEric Sunshine5-4/+18
2018-08-29commit-graph: define GIT_TEST_COMMIT_GRAPHDerrick Stolee5-10/+13
2018-08-29tests: fix non-portable iconv invocationÆvar Arnfjörð Bjarmason1-1/+5