summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2008-06-19t/test-lib.sh: add test_external and test_external_without_stderrLibravatar Lea Wiemann1-0/+58
2008-06-19test-lib.sh: add --long-tests optionLibravatar Lea Wiemann2-0/+6
2008-06-18clean up error conventions of remote.c:match_explicitLibravatar Jeff King1-1/+9
2008-06-15Make git reflog expire honour core.sharedRepository.Libravatar Pierre Habouzit1-0/+15
2008-06-14Use 'trash directory' thoroughly in t/test-lib.shLibravatar Jakub Narebski1-1/+1
2008-06-14Merge branch 'rs/attr'Libravatar Junio C Hamano1-0/+35
2008-06-14git-svn: test that extra blank lines aren't inserted in commit messages.Libravatar Avery Pennarun1-1/+15
2008-06-14enable whitespace checking of test scriptsLibravatar Jeff King1-1/+0
2008-06-14avoid trailing whitespace in zero-change diffstat linesLibravatar Jeff King1-7/+7
2008-06-14avoid whitespace on empty line in automatic usage messageLibravatar Jeff King1-1/+1
2008-06-14mask necessary whitespace policy violations in test scriptsLibravatar Jeff King8-136/+131
2008-06-14fix whitespace violations in test scriptsLibravatar Jeff King4-6/+6
2008-06-13t4126: fix test that happened to work due to timingLibravatar Junio C Hamano1-4/+0
2008-06-12Merge branch 'om/remote-fix'Libravatar Junio C Hamano1-0/+37
2008-06-12t/.gitattributes: only ignore whitespace errors in test filesLibravatar Lea Wiemann2-2/+3
2008-06-10remote show: list tracked remote branches with -nLibravatar Olivier Marin1-0/+2
2008-06-10remote prune: print the list of pruned branchesLibravatar Olivier Marin1-0/+18
2008-06-10remote show: fix the -n optionLibravatar Olivier Marin1-0/+17
2008-06-09Merge branch 'js/merge-recursive'Libravatar Junio C Hamano1-0/+52
2008-06-09merge-recursive: respect core.autocrlf when writing out the resultLibravatar Johannes Schindelin1-1/+1
2008-06-09Add configuration option for default untracked files modeLibravatar Marius Storm-Olsen1-0/+18
2008-06-09Add argument 'no' commit/status option -u|--untracked-filesLibravatar Marius Storm-Olsen1-3/+22
2008-06-09Add an optional <mode> argument to commit/status -u|--untracked-files optionLibravatar Marius Storm-Olsen1-0/+61
2008-06-09Add testcase for merging in a CRLF repoLibravatar Marius Storm-Olsen1-0/+52
2008-06-09Ignore .gitattributes in bare repositoriesLibravatar René Scharfe1-0/+35
2008-06-09Teach new attribute 'export-ignore' to git-archiveLibravatar René Scharfe1-0/+9
2008-06-09cat-file --batch / --batch-check: do not exit if hashes are missingLibravatar Lea Wiemann1-3/+21
2008-06-09t1006-cat-file.sh: typoLibravatar Lea Wiemann1-1/+1
2008-06-08Hook up the result aggregation in the test makefile.Libravatar Sverre Rabbelier1-2/+8
2008-06-08A simple script to parse the results from the testcasesLibravatar Miklos Vajna1-0/+34
2008-06-08Modify test-lib.sh to output stats to t/test-results/*Libravatar Sverre Rabbelier2-2/+15
2008-06-04Merge branch 'maint'Libravatar Junio C Hamano1-0/+22
2008-06-04describe: match pattern for lightweight tags tooLibravatar Michael Dressel1-0/+22
2008-06-04t7502: honor SHELL_PATHLibravatar Junio C Hamano1-3/+3
2008-06-03Fix t5516 on cygwin: it does not like double slashes at the beginning of a pathLibravatar Alex Riesen1-1/+1
2008-06-03t7502: tighten loosely written test sequenceLibravatar Junio C Hamano1-17/+18
2008-06-03t7502: do not globally unset GIT_COMMITTER_* environment variablesLibravatar Junio C Hamano1-3/+6
2008-06-02commit: drop duplicated parentsLibravatar Junio C Hamano1-0/+14
2008-06-02Make old sha1 optional with git update-ref -dLibravatar Karl Hasselström1-0/+8
2008-06-01Merge branch 'sb/am-tests'Libravatar Junio C Hamano2-72/+260
2008-06-01Merge branch 'lw/test-fix'Libravatar Junio C Hamano1-1/+3
2008-06-01Merge branch 'sp/remote'Libravatar Junio C Hamano1-0/+18
2008-06-01Merge branch 'lr/init-bare'Libravatar Junio C Hamano1-0/+11
2008-05-31Make "git-remote prune" delete refs according to fetch specsLibravatar Shawn O. Pearce1-0/+18
2008-05-31t/test-lib.sh: resolve symlinks in working directory, for pathname comparisonsLibravatar Lea Wiemann1-1/+3
2008-05-31Merge t4150-am-subdir.sh and t4151-am.sh into t4150-am.shLibravatar Stephan Beyer2-72/+34
2008-05-31Add test cases for git-amLibravatar Stephan Beyer1-0/+226
2008-05-31rollback lock files on more signals than just SIGINTLibravatar Paolo Bonzini1-0/+14
2008-05-28git-init: accept --bare optionLibravatar Luciano Rocha1-0/+11
2008-05-28builtin-fetch.c (store_updated_refs): Honor update_local_ref() return valueLibravatar Dmitry V. Levin1-0/+37