summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | filter-branch: Fix renaming a directory in the tree-filterveillette@yahoo.ca2008-03-311-1/+1
| * | | | filter-branch: Test renaming directories in a tree-filterJohannes Sixt2008-03-311-2/+18
* | | | | Merge branch 'bc/mktag'Junio C Hamano2008-04-021-5/+180
|\ \ \ \ \
| * | | | | mktag.c: tweak validation of tagger field and adjust test scriptBrandon Casey2008-03-311-16/+72
| * | | | | mktag.c: improve verification of tagger field and testsBrandon Casey2008-03-301-5/+124
* | | | | | Merge branch 'dd/cvsserver'Junio C Hamano2008-04-021-0/+50
|\ \ \ \ \ \
| * | | | | | cvsserver: Add test for update -pDamien Diederen2008-03-271-0/+18
| * | | | | | cvsserver: Add a few tests for 'status' commandDamien Diederen2008-03-271-0/+32
| | |_|_|/ / | |/| | | |
* | | | | | t7004-tag: Skip more tests if gpg is not available.Johannes Sixt2008-04-021-7/+8
| |/ / / / |/| | | |
* | | | | diff-files: careful when inspecting work tree itemsJunio C Hamano2008-03-301-3/+3
* | | | | diff-index: careful when inspecting work tree itemsJunio C Hamano2008-03-301-1/+1
* | | | | Add corner case tests for diff-index and diff-filesJunio C Hamano2008-03-301-0/+140
| |/ / / |/| | |
* | | | builtin-prune: protect objects listed on the command lineJunio C Hamano2008-03-271-1/+1
* | | | Add tests for git-pruneMichele Ballabio2008-03-271-0/+34
|/ / /
* | | Merge branch 'maint'Junio C Hamano2008-03-271-1/+1
|\ \ \ | |/ /
| * | Merge branch 'jc/maint-fetch-regression-1.5.4' into maintJunio C Hamano2008-03-2766-7/+903
| |\ \
| * | | t/t3800-mktag.sh: use test_must_fail rather than '!'Brandon Casey2008-03-261-2/+2
* | | | test_must_fail: 129 is a valid error code from usage()Junio C Hamano2008-03-271-1/+1
* | | | t9600-cvsimport.sh: set HOME before checking for cvsps availabilityFrank Lichtenheld2008-03-261-6/+6
* | | | Merge branch 'jc/maint-fetch-regression-1.5.4'Junio C Hamano2008-03-2665-7/+831
|\ \ \ \ | | |/ / | |/| |
| * | | git-fetch test: test tracking fetch results, not just FETCH_HEADJunio C Hamano2008-03-2665-7/+831
| * | | Tighten refspec processingDaniel Barkalow2008-03-261-0/+72
| |/ /
* | | init: show "Reinit" message even in an (existing) empty repositoryJohannes Schindelin2008-03-251-0/+17
* | | builtin-remote: Fix missing newline at end of listing of pushed branchesJohannes Sixt2008-03-231-0/+6
* | | remote.c: Fix overtight refspec validationJunio C Hamano2008-03-221-0/+72
* | | Make git-svn tests behave better on OS XKevin Ballard2008-03-221-2/+23
* | | t/t7003-filter-branch.sh: use test_must_fail rather than '!'Brandon Casey2008-03-221-6/+6
* | | Don't try and percent-escape existing percent escapes in git-svn URIsKevin Ballard2008-03-201-0/+31
* | | remote show: do not show symbolic refsJohannes Schindelin2008-03-191-0/+10
* | | Make revision limiting more robust against occasional bad commit datesLinus Torvalds2008-03-191-1/+1
* | | Fix t3200 configDaniel Barkalow2008-03-181-10/+10
* | | Fix read-tree not to discard errorsJunio C Hamano2008-03-181-1/+1
* | | Add tests to catch problems with un-unlinkable symlinksJunio C Hamano2008-03-181-0/+35
* | | Test: catch if trash cannot be removedJunio C Hamano2008-03-181-1/+6
* | | git-merge-one-file: fix longstanding stupid thinkoJunio C Hamano2008-03-181-0/+46
* | | Don't update unchanged merge entriesLinus Torvalds2008-03-161-0/+41
* | | t1000: use "test_must_fail git frotz", not "! git frotz"Junio C Hamano2008-03-161-18/+18
* | | Redo "add test_cmp function for test scripts"Junio C Hamano2008-03-152-2/+2
* | | Merge branch 'jk/portable'Junio C Hamano2008-03-1562-184/+214
|\ \ \
| * | | t6000lib: re-fix tr portabilityJeff King2008-03-141-4/+7
| * | | t7505: use SHELL_PATH in hookJeff King2008-03-131-2/+3
| * | | t9112: add missing #!/bin/sh headerJeff King2008-03-131-0/+2
| * | | t6000lib: tr portability fixJeff King2008-03-131-1/+4
| * | | t4020: don't use grep -aJeff King2008-03-132-1/+2
| * | | add test_cmp function for test scriptsJeff King2008-03-1340-115/+133
| * | | remove use of "tail -n 1" and "tail -1"Jeff King2008-03-135-18/+18
| * | | grep portability fix: don't use "-e" or "-q"Jeff King2008-03-137-37/+36
| * | | more tr portability test script fixesJeff King2008-03-139-15/+15
| * | | t0050: perl portability fixJeff King2008-03-131-2/+2
| * | | tr portability fixesJeff King2008-03-122-2/+5