summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* t: move "git add submodule" into test blocksjk/warn-add-gitlinkJeff King2017-06-153-9/+15
* add: warn when adding an embedded repositoryJeff King2017-06-151-0/+37
* Merge branch 'tb/pull-ff-rebase-autostash'Junio C Hamano2017-06-051-0/+18
|\
| * pull: ff --rebase --autostash works in dirty repotb/pull-ff-rebase-autostashTyler Brazier2017-06-011-0/+18
* | Merge branch 'mh/packed-ref-store-prep'Junio C Hamano2017-06-054-5/+6
|\ \
| * | ref_store: take a `msg` parameter when deleting referencesMichael Haggerty2017-05-233-3/+4
| * | t3600: clean up permissions test properlyMichael Haggerty2017-05-231-2/+2
| * | Merge branch 'bc/object-id'Junio C Hamano2017-05-232-4/+4
| |\ \
* | \ \ Merge branch 'mb/diff-default-to-indent-heuristics'Junio C Hamano2017-06-052-17/+170
|\ \ \ \
| * | | | diff: enable indent heuristic by defaultStefan Beller2017-05-092-28/+115
| * | | | diff: have the diff-* builtins configure diff before initializing revisionsMarc Branchaud2017-05-091-0/+66
* | | | | Merge branch 'ab/t3070-test-dedup'Junio C Hamano2017-06-041-1/+0
|\ \ \ \ \
| * | | | | wildmatch test: remove redundant duplicate testab/t3070-test-dedupÆvar Arnfjörð Bjarmason2017-05-291-1/+0
* | | | | | Merge branch 'sd/t3200-typofix'Junio C Hamano2017-06-041-1/+1
|\ \ \ \ \ \
| * | | | | | branch test: fix invalid config key accesssd/t3200-typofixSahil Dua2017-05-291-1/+1
| |/ / / / /
* | | | | | Merge branch 'ab/grep-preparatory-cleanup'Junio C Hamano2017-06-0215-164/+729
|\ \ \ \ \ \
| * | | | | | grep: given --threads with NO_PTHREADS=YesPlease, warnÆvar Arnfjörð Bjarmason2017-05-261-0/+18
| * | | | | | pack-objects: fix buggy warning about threadsÆvar Arnfjörð Bjarmason2017-05-261-1/+1
| * | | | | | pack-objects & index-pack: add test for --threads warningÆvar Arnfjörð Bjarmason2017-05-261-0/+36
| * | | | | | test-lib: add a PTHREADS prerequisiteÆvar Arnfjörð Bjarmason2017-05-262-0/+5
| * | | | | | grep: change the internal PCRE macro names to be PCRE1Ævar Arnfjörð Bjarmason2017-05-261-1/+1
| * | | | | | perf: add a comparison test of log --grep regex engines with -FÆvar Arnfjörð Bjarmason2017-05-261-0/+44
| * | | | | | perf: add a comparison test of log --grep regex enginesÆvar Arnfjörð Bjarmason2017-05-261-0/+53
| * | | | | | perf: add a comparison test of grep regex engines with -FÆvar Arnfjörð Bjarmason2017-05-261-0/+41
| * | | | | | perf: add a comparison test of grep regex enginesÆvar Arnfjörð Bjarmason2017-05-261-0/+56
| * | | | | | perf: emit progress output when unpacking & buildingÆvar Arnfjörð Bjarmason2017-05-211-0/+2
| * | | | | | perf: add a GIT_PERF_MAKE_COMMAND for when *_MAKE_OPTS won't doÆvar Arnfjörð Bjarmason2017-05-212-3/+25
| * | | | | | grep: add tests to fix blind spots with \0 patternsÆvar Arnfjörð Bjarmason2017-05-211-0/+71
| * | | | | | grep: prepare for testing binary regexes containing rx metacharactersÆvar Arnfjörð Bjarmason2017-05-211-3/+3
| * | | | | | grep: add a test helper function for less verbose -f \0 testsÆvar Arnfjörð Bjarmason2017-05-211-29/+29
| * | | | | | grep: add tests for grep pattern types being passed to submodulesÆvar Arnfjörð Bjarmason2017-05-211-0/+49
| * | | | | | grep: amend submodule recursion test for regex engine testingÆvar Arnfjörð Bjarmason2017-05-211-83/+83
| * | | | | | grep: add tests for --threads=N and grep.threadsÆvar Arnfjörð Bjarmason2017-05-211-0/+16
| * | | | | | grep: change non-ASCII -i test to stop using --debugÆvar Arnfjörð Bjarmason2017-05-211-20/+5
| * | | | | | grep: add a test for backreferences in PCRE patternsÆvar Arnfjörð Bjarmason2017-05-211-0/+7
| * | | | | | grep: add a test asserting that --perl-regexp dies when !PCREÆvar Arnfjörð Bjarmason2017-05-212-1/+15
| * | | | | | log: make --regexp-ignore-case work with --perl-regexpÆvar Arnfjörð Bjarmason2017-05-211-5/+55
| * | | | | | log: add exhaustive tests for pattern style options & configÆvar Arnfjörð Bjarmason2017-05-211-1/+97
| * | | | | | test-lib: rename the LIBPCRE prerequisite to PCREÆvar Arnfjörð Bjarmason2017-05-215-20/+20
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'jk/diff-blob'Junio C Hamano2017-06-022-0/+105
|\ \ \ \ \ \
| * | | | | | diff: use blob path for blob/file diffsJeff King2017-05-241-1/+6
| * | | | | | diff: use pending "path" if it is availableJeff King2017-05-241-2/+2
| * | | | | | handle_revision_arg: record modes for "a..b" endpointsJeff King2017-05-241-1/+1
| * | | | | | t4063: add tests of direct blob diffsJeff King2017-05-241-0/+91
| * | | | | | handle_revision_arg: reset "dotdot" consistentlyJeff King2017-05-241-0/+9
| |/ / / / /
* | | | | | Merge branch 'sl/clean-d-ignored-fix'Junio C Hamano2017-06-022-0/+17
|\ \ \ \ \ \
| * | | | | | clean: teach clean -d to preserve ignored pathssl/clean-d-ignored-fixSamuel Lijin2017-05-241-1/+1
| * | | | | | dir: hide untracked contents of untracked dirsSamuel Lijin2017-05-221-2/+2
| * | | | | | t7061: status --ignored should search untracked dirsSamuel Lijin2017-05-221-2/+3
| * | | | | | t7300: clean -d should skip dirs with ignored filesSamuel Lijin2017-05-221-0/+16