summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jl/fetch-submodule-recursive' into maintJunio C Hamano2011-01-311-1/+1
|\
| * t5526: Fix wrong argument order in "git config"Jens Lehmann2011-01-311-1/+1
* | Merge branch 'maint'Junio C Hamano2011-01-272-0/+45
|\ \
| * | tests: sanitize more git environment variablesJeff King2011-01-271-0/+3
| * | Merge branch 'jn/fast-import-empty-tree-removal' into maintJunio C Hamano2011-01-271-0/+42
| |\ \
| | * | fast-import: treat filemodify with empty tree as deleteJonathan Nieder2011-01-271-0/+42
| * | | Merge branch 'tr/submodule-relative-scp-url' into maintJunio C Hamano2011-01-191-0/+38
| |\ \ \
| * \ \ \ Merge branch 'rj/maint-test-fixes' into maintJunio C Hamano2011-01-194-23/+35
| |\ \ \ \
| * \ \ \ \ Merge branch 'jn/submodule-b-current' into maintJunio C Hamano2011-01-191-5/+23
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jc/maint-svn-info-test-fix' into maintJunio C Hamano2011-01-191-72/+34
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'jn/setup-fixes'Junio C Hamano2011-01-243-4453/+703
|\ \ \ \ \ \ \ \
| * | | | | | | | t1510: fix typo in the comment of a testJonathan Nieder2011-01-241-1/+1
| * | | | | | | | Subject: setup: officially support --work-tree without --git-dirJonathan Nieder2011-01-211-95/+115
| * | | | | | | | tests: compress the setup testsJonathan Nieder2011-01-191-4401/+618
| * | | | | | | | tests: cosmetic improvements to the repo-setup testJonathan Nieder2011-01-191-44/+50
| * | | | | | | | t/README: hint about using $(pwd) rather than $PWD in testsJohannes Sixt2011-01-111-0/+6
| * | | | | | | | Fix expected values of setup tests on WindowsJohannes Sixt2011-01-112-1167/+1168
* | | | | | | | | Merge branch 'jn/perl-funcname'Junio C Hamano2011-01-131-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | diff: funcname and word patterns for perlJonathan Nieder2010-12-271-1/+1
* | | | | | | | | | Merge branch 'rj/svn-test'Junio C Hamano2011-01-131-17/+21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | lib-git-svn.sh: Move web-server handling code into separate functionRamsay Jones2011-01-041-17/+21
* | | | | | | | | | | Merge branch 'rj/test-fixes'Junio C Hamano2011-01-133-2/+12
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t4135-*.sh: Skip the "backslash" tests on cygwinRamsay Jones2011-01-081-1/+0
| * | | | | | | | | | | t3032-*.sh: Do not strip CR from line-endings while grepping on MinGWRamsay Jones2011-01-081-0/+1
| * | | | | | | | | | | t3032-*.sh: Pass the -b (--binary) option to sed on cygwinRamsay Jones2011-01-081-1/+3
| * | | | | | | | | | | t6038-*.sh: Pass the -b (--binary) option to sed on cygwinRamsay Jones2011-01-082-1/+9
* | | | | | | | | | | | Merge branch 'jn/t9010-work-around-broken-svnadmin'Junio C Hamano2011-01-131-20/+15
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t9010: svnadmin can fail even if availableJonathan Nieder2011-01-101-20/+15
* | | | | | | | | | | | | Merge branch 'tr/submodule-relative-scp-url'Junio C Hamano2011-01-131-0/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | submodule: fix relative url parsing for scp-style originThomas Rast2011-01-101-0/+38
* | | | | | | | | | | | | t0000: quote TAP snippets in test codeThomas Rast2011-01-131-18/+18
* | | | | | | | | | | | | t9157-*.sh: Make the svn version check more preciseRamsay Jones2011-01-111-1/+1
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | t9157-*.sh: Add an svn version checkRamsay Jones2011-01-071-0/+8
* | | | | | | | | | | | t3032: limit sed branch labels to 8 charactersBrandon Casey2011-01-061-3/+3
* | | | | | | | | | | | t0001,t1510,t3301: use sane_unset which always returns with status 0Brandon Casey2011-01-063-37/+37
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge branch 'jn/svn-fe' (early part)Junio C Hamano2011-01-051-22/+37
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | vcs-svn: Error out for v3 dumpsJonathan Nieder2010-11-241-22/+37
* | | | | | | | | | | | Merge branch 'ao/t9001-fix'Junio C Hamano2011-01-051-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t/t9001-send-email.sh: fix '&&' chain in some testsAntonio Ospite2011-01-041-4/+4
* | | | | | | | | | | | | Merge branch 'pw/convert-pathname-substitution'Junio C Hamano2011-01-051-0/+43
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | t0021: avoid getting filter killed with SIGPIPEJunio C Hamano2010-12-221-0/+1
| * | | | | | | | | | | | | convert filter: supply path to external driverPete Wyckoff2010-12-221-0/+42
* | | | | | | | | | | | | | Merge branch 'mg/cvsimport'Junio C Hamano2011-01-051-2/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | cvsimport: handle the parsing of uppercase config optionsMichael J Gruber2011-01-041-2/+5
* | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2011-01-041-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | t9001: Fix test prerequisitesRobin H. Johnson2010-12-291-2/+2
* | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-12-281-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Merge branch 'jk/commit-die-on-bogus-ident' into maintJunio C Hamano2010-12-281-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'ks/blame-worktree-textconv-cached' into maintJunio C Hamano2010-12-281-0/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/maint-rebase-rewrite-last-skip' into maintJunio C Hamano2010-12-281-1/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \