summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/maint-add-sync-stat'Junio C Hamano2007-11-141-2/+28
|\
| * t2200: test more cases of "add -u"Junio C Hamano2007-11-111-2/+28
* | Merge branch 'mh/retag'Junio C Hamano2007-11-141-0/+16
|\ \
| * | Add tests for git tagMike Hommey2007-11-051-0/+16
* | | Merge branch 'bg/format-patch-N'Junio C Hamano2007-11-141-0/+106
|\ \ \
| * | | format-patch: Test --[no-]numbered and format.numberedBrian Gernhardt2007-11-041-0/+106
* | | | Merge branch 'js/rebase-detached'Junio C Hamano2007-11-142-1/+23
|\ \ \ \
| * | | | rebase: fix "rebase --continue" breakageJohannes Schindelin2007-11-121-0/+17
| * | | | rebase: operate on a detached HEADJohannes Schindelin2007-11-091-1/+6
* | | | | Merge branch 'maint'Junio C Hamano2007-11-142-1/+12
|\ \ \ \ \
| * | | | | git-clean: honor core.excludesfileJunio C Hamano2007-11-141-0/+11
| * | | | | t/t3404: fix test for a bogus todo file.Junio C Hamano2007-11-131-1/+1
* | | | | | git-svn: support for funky branch and project names over HTTP(S)Eric Wong2007-11-121-0/+40
* | | | | | Merge branch 'maint'Junio C Hamano2007-11-121-0/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | git-svn: prevent dcommitting if the index is dirty.Benoit Sigoure2007-11-111-0/+6
| | |_|_|/ | |/| | |
* | | | | Merge branch 'js/upload-pack'Junio C Hamano2007-11-111-0/+75
|\ \ \ \ \
| * | | | | upload-pack: Use finish_{command,async}() instead of waitpid().Johannes Sixt2007-11-051-0/+75
| | |_|_|/ | |/| | |
* | | | | Merge branch 'js/reset'Junio C Hamano2007-11-111-0/+19
|\ \ \ \ \
| * | | | | builtin-reset: avoid forking "update-index --refresh"Johannes Schindelin2007-11-051-0/+10
| * | | | | builtin-reset: do not call "ls-files --unmerged"Johannes Schindelin2007-11-051-0/+9
| |/ / / /
* | | | | Merge branch 'js/parseopt-abbrev-fix'Junio C Hamano2007-11-111-0/+13
|\ \ \ \ \
| * | | | | parse-options: abbreviation engine fix.Johannes Schindelin2007-11-051-0/+13
| |/ / / /
* | | | | test-lib.sh: move error line after error() declarationMichele Ballabio2007-11-101-5/+10
* | | | | for-each-ref: fix setup of option-parsing for --sortLars Hjemli2007-11-101-0/+22
* | | | | git-commit: a bit more testsJunio C Hamano2007-11-101-0/+69
| |_|/ / |/| | |
* | | | Merge branch 'maint'Junio C Hamano2007-11-091-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | stop t1400 hiding errors in testsAlex Riesen2007-11-081-1/+1
* | | | Merge branch 'jc/clean-config'Junio C Hamano2007-11-072-6/+15
|\ \ \ \ | |_|/ / |/| | |
| * | | clean: require -f to do damage by defaultJunio C Hamano2007-11-042-6/+15
* | | | Merge branch 'maint'Junio C Hamano2007-11-052-0/+61
|\ \ \ \ | | |/ / | |/| |
| * | | git-svn: t9114: verify merge commit message in testEric Wong2007-11-051-0/+5
| * | | git-svn: fix dcommit clobbering when committing a series of diffsEric Wong2007-11-051-0/+56
| |/ /
* | | t3502: Disambiguate between file and rev by adding --Brian Gernhardt2007-11-051-4/+4
* | | Add more tests for git-cleanShawn Bohrer2007-11-051-0/+105
* | | Fix an infinite loop in sq_quote_buf().Johannes Sixt2007-11-041-0/+7
| |/ |/|
* | Merge branch 'jc/format-patch-encoding'Junio C Hamano2007-11-041-0/+42
|\ \
| * | test format-patch -s: make sure MIME content type is shown as neededJunio C Hamano2007-11-021-0/+42
* | | Merge branch 'jc/revert-merge'Junio C Hamano2007-11-041-0/+123
|\ \ \
| * | | cherry-pick/revert -m: add testsJunio C Hamano2007-11-021-0/+123
* | | | Merge branch 'ss/mailsplit'Junio C Hamano2007-11-041-0/+3
|\ \ \ \
| * | | | Make mailsplit and mailinfo strip whitespace from the start of the inputSimon Sasburg2007-11-021-0/+3
| | |/ / | |/| |
* | | | Merge branch 'jn/gitweb'Junio C Hamano2007-11-041-1/+23
|\ \ \ \
| * | | | gitweb: Add tests for overriding gitweb config with repo configJakub Narebski2007-11-021-0/+23
| * | | | gitweb: Remove CGI::Carp::set_programname() call from t9500 gitweb testJakub Narebski2007-11-021-1/+0
| |/ / /
* | | | git-reset: do not be confused if there is nothing to resetJohannes Schindelin2007-11-031-0/+7
* | | | Merge branch 'maint'Junio C Hamano2007-11-022-6/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Remove unecessary hard-coding of EDITOR=':' VISUAL=':' in some test suites.Kristian Høgsberg2007-11-022-6/+6
* | | | Merge branch 'ph/parseopt'Junio C Hamano2007-11-022-0/+93
|\ \ \ \ | |_|/ / |/| | |
| * | | Make builtin-for-each-ref.c use parse-opts.Pierre Habouzit2007-10-291-0/+0
| * | | parse-options: Allow abbreviated options when unambiguousJohannes Schindelin2007-10-291-0/+23