summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2018-08-29tests: fix non-portable "${var:-"str"}" constructÆvar Arnfjörð Bjarmason1-1/+1
2018-08-27Merge branch 'sg/test-rebase-editor-fix'Junio C Hamano1-3/+3
2018-08-27Merge branch 'ab/test-must-be-empty-for-master'Junio C Hamano1-1/+1
2018-08-27Merge branch 'sg/t3420-autostash-fix'Junio C Hamano1-4/+4
2018-08-27Merge branch 'sg/t3903-missing-fix'Junio C Hamano1-1/+1
2018-08-27Merge branch 'sg/t7501-thinkofix'Junio C Hamano1-1/+1
2018-08-27Merge branch 'sg/t0020-conversion-fix'Junio C Hamano1-1/+1
2018-08-27Merge branch 'sg/t4051-fix'Junio C Hamano1-1/+1
2018-08-27Merge branch 'jk/use-compat-util-in-test-tool'Junio C Hamano1-0/+2
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano77-344/+231
2018-08-27Merge branch 'ep/worktree-quiet-option'Junio C Hamano1-0/+5
2018-08-27Merge branch 'sm/branch-sort-config'Junio C Hamano1-0/+46
2018-08-27tests: fix and add lint for non-portable grep --fileÆvar Arnfjörð Bjarmason2-1/+2
2018-08-27tests: fix version-specific portability issue in Perl JSONÆvar Arnfjörð Bjarmason1-0/+3
2018-08-27tests: use shorter labels in chainlint.sed for AIX sedÆvar Arnfjörð Bjarmason1-28/+28
2018-08-27Document update for nd/unpack-trees-with-cache-treeNguyễn Thái Ngọc Duy1-0/+4
2018-08-27tests: fix comment syntax in chainlint.sed for AIX sedÆvar Arnfjörð Bjarmason1-2/+1
2018-08-27tests: fix and add lint for non-portable seqÆvar Arnfjörð Bjarmason3-8/+9
2018-08-27tests: fix and add lint for non-portable head -c NÆvar Arnfjörð Bjarmason3-3/+4
2018-08-23sequencer: ignore "---" divider when parsing trailersJeff King1-0/+16
2018-08-23pretty, ref-filter: format %(trailers) with no_divider optionJeff King2-0/+46
2018-08-23interpret-trailers: allow suppressing "---" dividerJeff King1-0/+20
2018-08-23interpret-trailers: tighten check for "---" patch boundaryJeff King1-0/+22
2018-08-23t/lib-rebase.sh: support explicit 'pick' commands in 'fake_editor.sh'SZEDER Gábor1-3/+3
2018-08-22rev-list: make empty --stdin not an errorJeff King1-1/+1
2018-08-22t3420-rebase-autostash: don't try to grep non-existing filesSZEDER Gábor1-4/+4
2018-08-22t3903-stash: don't try to grep non-existing fileSZEDER Gábor1-1/+1
2018-08-22Merge branch 'nd/pack-deltify-regression-fix'Junio C Hamano1-0/+4
2018-08-22t6018-rev-list-glob: fix 'empty stdin' testSZEDER Gábor1-1/+1
2018-08-22t4051-diff-function-context: read the right fileSZEDER Gábor1-1/+1
2018-08-22t0020-crlf: check the right fileSZEDER Gábor1-1/+1
2018-08-22t7501-commit: drop silly command substitutionSZEDER Gábor1-1/+1
2018-08-21test-tool.h: include git-compat-util.hJeff King1-0/+2
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor46-226/+114
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp /dev/null <out>'SZEDER Gábor10-16/+16
2018-08-21tests: use 'test_must_be_empty' instead of 'test ! -s'SZEDER Gábor4-4/+4
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor25-99/+98
2018-08-21commit-graph: not compatible with graftsDerrick Stolee1-0/+38
2018-08-21commit-graph: not compatible with replace objectsDerrick Stolee1-0/+22
2018-08-21test-repository: properly init repoDerrick Stolee1-2/+8
2018-08-20pack-objects: consider packs in multi-pack-indexDerrick Stolee1-1/+7
2018-08-20midx: test a few commands that use get_all_packsDerrick Stolee1-3/+18
2018-08-20midx: fix bug that skips midx with alternatesDerrick Stolee1-0/+17
2018-08-20multi-pack-index: store local propertyDerrick Stolee1-1/+1
2018-08-20Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano4-0/+232
2018-08-20range-diff: indent special lines as contextStefan Beller1-6/+6
2018-08-20t/perf: add perf tests for fetches from a bitmapped serverJeff King1-0/+45
2018-08-20t/perf: add infrastructure for measuring sizesJeff King3-5/+81
2018-08-20t/perf: factor out percent calculationsJeff King1-9/+12
2018-08-20t/perf: factor boilerplate out of test_perfJeff King1-26/+35