aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* Merge branch 'maint'Junio C Hamano2008-06-22
|\
| * Extend parse-options test suiteStephan Beyer2008-06-22
| * parse-options.c: fix documentation syntax of optional argumentsMichele Ballabio2008-06-22
* | Merge branch 'rs/archive-ignore'Junio C Hamano2008-06-22
|\ \
| * | Teach new attribute 'export-ignore' to git-archiveRené Scharfe2008-06-09
* | | Merge branch 'jk/test'Junio C Hamano2008-06-22
|\ \ \
| * | | enable whitespace checking of test scriptsJeff King2008-06-14
| * | | avoid trailing whitespace in zero-change diffstat linesJeff King2008-06-14
| * | | avoid whitespace on empty line in automatic usage messageJeff King2008-06-14
| * | | mask necessary whitespace policy violations in test scriptsJeff King2008-06-14
| * | | fix whitespace violations in test scriptsJeff King2008-06-14
* | | | Merge branch 'pb/fast-export'Junio C Hamano2008-06-22
|\ \ \ \
| * | | | builtin-fast-export: Add importing and exporting of revision marksPieter de Bie2008-06-19
* | | | | Merge branch 'mo/status-untracked'Junio C Hamano2008-06-22
|\ \ \ \ \
| * | | | | Add configuration option for default untracked files modeMarius Storm-Olsen2008-06-09
| * | | | | Add argument 'no' commit/status option -u|--untracked-filesMarius Storm-Olsen2008-06-09
| * | | | | Add an optional <mode> argument to commit/status -u|--untracked-files optionMarius Storm-Olsen2008-06-09
| | |_|/ / | |/| | |
* | | | | Merge branch 'kh/update-ref'Junio C Hamano2008-06-22
|\ \ \ \ \
| * | | | | Make old sha1 optional with git update-ref -dKarl Hasselström2008-06-02
* | | | | | t/README: Add 'Skipping Tests' section below 'Running Tests'Jakub Narebski2008-06-21
* | | | | | Merge branch 'maint'Junio C Hamano2008-06-19
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | t7502-commit.sh: test_must_fail doesn't work with inline environment variablesBrandon Casey2008-06-19
| | |_|/ / | |/| | |
* | | | | test-lib.sh: add --long-tests optionLea Wiemann2008-06-19
|/ / / /
* | | | clean up error conventions of remote.c:match_explicitJeff King2008-06-18
* | | | Make git reflog expire honour core.sharedRepository.Pierre Habouzit2008-06-15
* | | | Use 'trash directory' thoroughly in t/test-lib.shJakub Narebski2008-06-14
* | | | Merge branch 'rs/attr'Junio C Hamano2008-06-14
|\ \ \ \
| * | | | Ignore .gitattributes in bare repositoriesRené Scharfe2008-06-09
| | |/ / | |/| |
* | | | git-svn: test that extra blank lines aren't inserted in commit messages.Avery Pennarun2008-06-14
| |_|/ |/| |
* | | t4126: fix test that happened to work due to timingJunio C Hamano2008-06-13
* | | Merge branch 'om/remote-fix'Junio C Hamano2008-06-12
|\ \ \
| * | | remote show: list tracked remote branches with -nOlivier Marin2008-06-10
| * | | remote prune: print the list of pruned branchesOlivier Marin2008-06-10
| * | | remote show: fix the -n optionOlivier Marin2008-06-10
* | | | t/.gitattributes: only ignore whitespace errors in test filesLea Wiemann2008-06-12
|/ / /
* | | Merge branch 'js/merge-recursive'Junio C Hamano2008-06-09
|\ \ \
| * | | merge-recursive: respect core.autocrlf when writing out the resultJohannes Schindelin2008-06-09
| * | | Add testcase for merging in a CRLF repoMarius Storm-Olsen2008-06-09
* | | | cat-file --batch / --batch-check: do not exit if hashes are missingLea Wiemann2008-06-09
* | | | t1006-cat-file.sh: typoLea Wiemann2008-06-09
| |/ / |/| |
* | | Merge branch 'maint'Junio C Hamano2008-06-04
|\ \ \ | |/ /
| * | describe: match pattern for lightweight tags tooMichael Dressel2008-06-04
* | | t7502: honor SHELL_PATHJunio C Hamano2008-06-04
* | | Fix t5516 on cygwin: it does not like double slashes at the beginning of a pathAlex Riesen2008-06-03
* | | t7502: tighten loosely written test sequenceJunio C Hamano2008-06-03
* | | t7502: do not globally unset GIT_COMMITTER_* environment variablesJunio C Hamano2008-06-03
* | | commit: drop duplicated parentsJunio C Hamano2008-06-02
| |/ |/|
* | Merge branch 'sb/am-tests'Junio C Hamano2008-06-01
|\ \
| * | Merge t4150-am-subdir.sh and t4151-am.sh into t4150-am.shStephan Beyer2008-05-31
| * | Add test cases for git-amStephan Beyer2008-05-31