summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Add test results directory to t/.gitignoreBrian Gernhardt2008-06-301-0/+1
* t9700: skip when Test::More is not availableJunio C Hamano2008-06-291-0/+5
* test-lib.sh: show git init output when in verbose modeLea Wiemann2008-06-261-1/+1
* Merge branch 'maint'Junio C Hamano2008-06-261-0/+8
|\
| * diff --check: do not discard error status upon seeing a good lineJunio C Hamano2008-06-261-0/+8
| * clone: create intermediate directories of destination repoJeff King2008-06-251-0/+22
* | improve for-each-ref test scriptJeff King2008-06-261-17/+70
* | Fix use of "perl -i" on WindowsAlex Riesen2008-06-252-6/+6
* | Merge branch 'sb/rebase'Junio C Hamano2008-06-251-9/+34
|\ \
| * | t3404: stricter tests for git-rebase--interactiveStephan Beyer2008-06-221-9/+34
* | | Merge branch 'sr/tests'Junio C Hamano2008-06-253-4/+57
|\ \ \
| * | | Hook up the result aggregation in the test makefile.Sverre Rabbelier2008-06-081-2/+8
| * | | A simple script to parse the results from the testcasesMiklos Vajna2008-06-081-0/+34
| * | | Modify test-lib.sh to output stats to t/test-results/*Sverre Rabbelier2008-06-082-2/+15
* | | | Merge branch 'jh/clone-packed-refs'Junio C Hamano2008-06-251-3/+6
|\ \ \ \
| * | | | Prepare testsuite for a "git clone" that packs refsJohan Herland2008-06-191-3/+6
* | | | | Merge branch 'lw/perlish'Junio C Hamano2008-06-253-0/+197
|\ \ \ \ \
| * | | | | Git.pm: add test suiteLea Wiemann2008-06-192-0/+139
| * | | | | t/test-lib.sh: add test_external and test_external_without_stderrLea Wiemann2008-06-191-0/+58
* | | | | | verify-pack: test for detection of index v2 object CRC mismatchNicolas Pitre2008-06-241-0/+14
* | | | | | clone: create intermediate directories of destination repoJeff King2008-06-241-0/+22
* | | | | | test case for pack resilience against corruptionsNicolas Pitre2008-06-231-0/+194
* | | | | | Merge branch 'maint'Junio C Hamano2008-06-231-0/+32
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | git-svn: make rebuild respect rewriteRoot optionJan Krüger2008-06-231-0/+32
* | | | | | t9301-fast-export.sh: Remove debug lineMichele Ballabio2008-06-231-1/+0
* | | | | | Merge branch 'maint'Junio C Hamano2008-06-222-8/+110
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Extend parse-options test suiteStephan Beyer2008-06-221-7/+109
| * | | | | parse-options.c: fix documentation syntax of optional argumentsMichele Ballabio2008-06-221-1/+1
* | | | | | Merge branch 'rs/archive-ignore'Junio C Hamano2008-06-221-0/+9
|\ \ \ \ \ \
| * | | | | | Teach new attribute 'export-ignore' to git-archiveRené Scharfe2008-06-091-0/+9
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'jk/test'Junio C Hamano2008-06-2215-151/+145
|\ \ \ \ \ \
| * | | | | | enable whitespace checking of test scriptsJeff King2008-06-141-1/+0
| * | | | | | avoid trailing whitespace in zero-change diffstat linesJeff King2008-06-141-7/+7
| * | | | | | avoid whitespace on empty line in automatic usage messageJeff King2008-06-141-1/+1
| * | | | | | mask necessary whitespace policy violations in test scriptsJeff King2008-06-148-136/+131
| * | | | | | fix whitespace violations in test scriptsJeff King2008-06-144-6/+6
* | | | | | | Merge branch 'pb/fast-export'Junio C Hamano2008-06-221-0/+24
|\ \ \ \ \ \ \
| * | | | | | | builtin-fast-export: Add importing and exporting of revision marksPieter de Bie2008-06-191-0/+24
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'mo/status-untracked'Junio C Hamano2008-06-221-0/+98
|\ \ \ \ \ \ \
| * | | | | | | Add configuration option for default untracked files modeMarius Storm-Olsen2008-06-091-0/+18
| * | | | | | | Add argument 'no' commit/status option -u|--untracked-filesMarius Storm-Olsen2008-06-091-3/+22
| * | | | | | | Add an optional <mode> argument to commit/status -u|--untracked-files optionMarius Storm-Olsen2008-06-091-0/+61
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'kh/update-ref'Junio C Hamano2008-06-221-0/+8
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Make old sha1 optional with git update-ref -dKarl Hasselström2008-06-021-0/+8
* | | | | | | t/README: Add 'Skipping Tests' section below 'Running Tests'Jakub Narebski2008-06-211-0/+28
* | | | | | | Merge branch 'maint'Junio C Hamano2008-06-191-1/+5
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | t7502-commit.sh: test_must_fail doesn't work with inline environment variablesBrandon Casey2008-06-191-1/+5
| | |_|/ / / | |/| | | |
* | | | | | test-lib.sh: add --long-tests optionLea Wiemann2008-06-192-0/+6
|/ / / / /
* | | | | clean up error conventions of remote.c:match_explicitJeff King2008-06-181-1/+9
| |_|_|/ |/| | |
* | | | Make git reflog expire honour core.sharedRepository.Pierre Habouzit2008-06-151-0/+15