summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Add tests for parse-options.cJohannes Schindelin2007-10-291-0/+70
| | |/ | |/|
* | | Do no colorify test output if stdout is not a terminalAlex Riesen2007-11-011-0/+1
* | | Merge branch 'js/forkexec'Junio C Hamano2007-11-011-1/+6
|\ \ \
| * | | t0021-conversion.sh: Test that the clean filter really cleans content.Johannes Sixt2007-10-211-1/+6
* | | | Merge branch 'cc/skip' into HEADJunio C Hamano2007-10-301-0/+118
|\ \ \ \
| * | | | Bisect run: "skip" current commit if script exit code is 125.Christian Couder2007-10-261-0/+40
| * | | | Bisect: add a "bisect replay" test case.Christian Couder2007-10-261-0/+7
| * | | | Bisect: implement "bisect skip" to mark untestable revisions.Christian Couder2007-10-261-0/+71
| | |/ / | |/| |
* | | | Merge branch 'jk/send-pack' into HEADJunio C Hamano2007-10-301-0/+28
|\ \ \ \ | |/ / / |/| | |
| * | | t5516: test update of local refs on pushJeff King2007-10-181-0/+28
* | | | Test suite: reset TERM to its previous value after testing.Christian Couder2007-10-261-0/+4
* | | | Support a --quiet option in the test-suite.Pierre Habouzit2007-10-241-1/+4
* | | | Add some fancy colors in the test library when terminal supports it.Pierre Habouzit2007-10-241-17/+45
* | | | Merge branch 'db/fetch-pack'Junio C Hamano2007-10-2415-14/+78
|\ \ \ \ | | |/ / | |/| |
| * | | fetch: if not fetching from default remote, ignore default mergeJohannes Schindelin2007-10-162-2/+10
| * | | Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-1616-25/+943
| |\ \ \
| * | | | Added a test for fetching remote tags when there is not tags.Väinö Järvelä2007-10-151-0/+12
| * | | | fetch/push: readd rsync supportJohannes Schindelin2007-10-011-0/+35
| * | | | Correct handling of branch.$name.merge in builtin-fetchShawn O. Pearce2007-09-198-0/+10
| * | | | Don't attempt to merge non-existant remotes in t5515Shawn O. Pearce2007-09-191-2/+1
| * | | | Make fetch a builtinDaniel Barkalow2007-09-1910-10/+10
* | | | | Merge branch 'maint'Shawn O. Pearce2007-10-211-0/+48
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | send-pack: respect '+' on wildcard refspecsJeff King2007-10-191-0/+48