summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into lj/refsJunio C Hamano2006-10-022-0/+21
|\
| * Merge branch 'maint'Junio C Hamano2006-10-021-0/+19
| |\
| | * git-mv: invalidate the removed path properly in cache-treeJunio C Hamano2006-10-011-0/+19
| * | Merge branch 'jc/gitpm'Junio C Hamano2006-09-301-0/+2
| |\ \
| | * \ Merge branch 'master' into pb/gitpmJunio C Hamano2006-08-154-4/+128
| | |\ \
| | * \ \ Merge branch 'master' into pb/gitpmJunio C Hamano2006-08-07136-43/+6296
| | |\ \ \
| | * | | | Use $GITPERLLIB instead of $RUNNING_GIT_TESTS and centralize @INC mungingPetr Baudis2006-07-031-3/+2
| | * | | | Perly Git: make sure we do test the freshly built one.Junio C Hamano2006-07-021-1/+2
| | * | | | Perl interface: make testsuite work again.Junio C Hamano2006-07-021-0/+2
* | | | | | Clean up "git-branch.sh" and add remove recursive dir test cases.Christian Couder2006-10-011-0/+27
* | | | | | Uncomment test case: git branch c/d should barf if branch c exists.Christian Couder2006-09-271-6/+6
* | | | | | Add pack-refs and show-ref test cases.Christian Couder2006-09-271-0/+70
* | | | | | Merge branch 'master' into lj/refsJunio C Hamano2006-09-277-2/+241
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'cc/branch-test'Junio C Hamano2006-09-271-0/+12
| |\ \ \ \ \
| | * | | | | Remove empty ref directories that prevent creating a ref.Christian Couder2006-09-251-0/+12
| * | | | | | Merge branch 'sp/void'Junio C Hamano2006-09-271-0/+9
| |\ \ \ \ \ \
| | * | | | | | Allow git-checkout when on a non-existant branch.Shawn Pearce2006-09-271-0/+9
| * | | | | | | Merge branch 'jc/deprecate-recursive'Junio C Hamano2006-09-271-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Deprecate merge-recursive.pyJunio C Hamano2006-09-241-1/+1
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Corrected copy-and-paste thinko in ignore executable bit test case.Shawn Pearce2006-09-271-1/+1
| * | | | | | | An illustration of rev-list --parents --pretty=rawJunio C Hamano2006-09-271-0/+113
| | |/ / / / / | |/| | | | |
| * | | | | | Ignore executable bit when adding files if filemode=0.Shawn Pearce2006-09-261-0/+22
| |/ / / / /
| * | | | | Add test for the default merges in fetch.Santi BĂ©jar2006-09-241-0/+25
| * | | | | Add t5510 to test per branch configuration affecting git-fetch.Junio C Hamano2006-09-241-0/+44
| * | | | | Quote arguments to tr in test-libRobin Rosenberg2006-09-221-1/+1
| * | | | | Document receive.denyNonFastforwardsJohannes Schindelin2006-09-201-0/+14
* | | | | | Fix t1400-update-ref test minimallyJunio C Hamano2006-09-171-5/+2
|/ / / / /
* | | | | apply --unidiff-zero: loosen sanity checks for --unidiff=0 patchesJunio C Hamano2006-09-172-1/+118
* | | | | t1400: make test debuggable.Junio C Hamano2006-09-161-43/+43
* | | | | Make apply --binary a no-op.Junio C Hamano2006-09-071-2/+2
* | | | | Trace into a file or an open fd and refactor tracing code.Christian Couder2006-09-021-1/+9
* | | | | t5710: fix two thinkos.Junio C Hamano2006-08-311-0/+2
* | | | | Merge branch 'jc/apply'Junio C Hamano2006-08-272-4/+200
|\ \ \ \ \
| * | | | | git-apply --verboseJunio C Hamano2006-08-181-0/+48
| * | | | | git-apply --reject: send rejects to .rej files.Junio C Hamano2006-08-181-17/+30
| * | | | | git-apply --rejectJunio C Hamano2006-08-171-0/+96
| * | | | | apply --reverse: tie it all together.Junio C Hamano2006-08-161-4/+43
* | | | | | Merge branch 'maint'Junio C Hamano2006-08-211-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | git-mv: special case destination "."Johannes Schindelin2006-08-211-0/+4
* | | | | Merge branch 'maint'Junio C Hamano2006-08-151-0/+4
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | git-mv: succeed even if source is a prefix of destinationJohannes Schindelin2006-08-151-0/+4
* | | | t4116 apply --reverse testJunio C Hamano2006-08-141-0/+46
* | | | Merge branch 'jc/grep'Junio C Hamano2006-08-121-2/+29
|\ \ \ \ | |/ / / |/| | |
| * | | git-grep: show pathnames relative to the current directoryJunio C Hamano2006-08-111-2/+29
* | | | t/t4013: fix futzing with the version string.Junio C Hamano2006-08-121-2/+4
|/ / /
* | | git-apply: applying a patch to make a symlink shorter.Junio C Hamano2006-08-091-0/+49
| |/ |/|
* | Fix "grep -w"Junio C Hamano2006-08-061-0/+85
* | Add a couple of subdirectory tests.Junio C Hamano2006-08-032-0/+136
* | Remove cmd_usage() routine and re-organize the help/usage code.Ramsay Allan Jones2006-08-021-4/+3
* | New tests and en-passant modifications to mktag.Ramsay Allan Jones2006-08-021-0/+227