Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2007-11-12Merge branch 'js/upload-pack'Junio C Hamano
2007-11-12Merge branch 'js/reset'Junio C Hamano
2007-11-12Merge branch 'js/parseopt-abbrev-fix'Junio C Hamano
2007-11-10test-lib.sh: move error line after error() declarationMichele Ballabio
2007-11-10for-each-ref: fix setup of option-parsing for --sortLars Hjemli
2007-11-10git-commit: a bit more testsJunio C Hamano
2007-11-09Merge branch 'maint'Junio C Hamano
2007-11-09stop t1400 hiding errors in testsAlex Riesen
2007-11-08Merge branch 'jc/clean-config'Junio C Hamano
2007-11-06upload-pack: Use finish_{command,async}() instead of waitpid().Johannes Sixt
2007-11-06builtin-reset: avoid forking "update-index --refresh"Johannes Schindelin
2007-11-06builtin-reset: do not call "ls-files --unmerged"Johannes Schindelin
2007-11-06parse-options: abbreviation engine fix.Johannes Schindelin
2007-11-06Merge branch 'maint'Junio C Hamano
2007-11-06t3502: Disambiguate between file and rev by adding --Brian Gernhardt
2007-11-06Add more tests for git-cleanShawn Bohrer
2007-11-05git-svn: t9114: verify merge commit message in testEric Wong
2007-11-05git-svn: fix dcommit clobbering when committing a series of diffsEric Wong
2007-11-05Fix an infinite loop in sq_quote_buf().Johannes Sixt
2007-11-04clean: require -f to do damage by defaultJunio C Hamano
2007-11-04Merge branch 'jc/format-patch-encoding'Junio C Hamano
2007-11-04Merge branch 'jc/revert-merge'Junio C Hamano
2007-11-04Merge branch 'ss/mailsplit'Junio C Hamano
2007-11-04Merge branch 'jn/gitweb'Junio C Hamano
2007-11-04git-reset: do not be confused if there is nothing to resetJohannes Schindelin
2007-11-03gitweb: Add tests for overriding gitweb config with repo configJakub Narebski
2007-11-03test format-patch -s: make sure MIME content type is shown as neededJunio C Hamano
2007-11-03cherry-pick/revert -m: add testsJunio C Hamano
2007-11-03Merge branch 'maint'Junio C Hamano
2007-11-03Merge branch 'ph/parseopt'Junio C Hamano
2007-11-03Remove unecessary hard-coding of EDITOR=':' VISUAL=':' in some test suites.Kristian Høgsberg
2007-11-02Make mailsplit and mailinfo strip whitespace from the start of the inputSimon Sasburg
2007-11-02gitweb: Remove CGI::Carp::set_programname() call from t9500 gitweb testJakub Narebski
2007-11-02Do no colorify test output if stdout is not a terminalAlex Riesen
2007-11-01Merge branch 'js/forkexec'Junio C Hamano
2007-10-31Merge branch 'cc/skip' into HEADJunio C Hamano
2007-10-31Merge branch 'jk/send-pack' into HEADJunio C Hamano
2007-10-30Make builtin-for-each-ref.c use parse-opts.Pierre Habouzit
2007-10-30parse-options: Allow abbreviated options when unambiguousJohannes Schindelin
2007-10-30Add tests for parse-options.cJohannes Schindelin
2007-10-27Bisect run: "skip" current commit if script exit code is 125.Christian Couder
2007-10-27Bisect: add a "bisect replay" test case.Christian Couder
2007-10-27Bisect: implement "bisect skip" to mark untestable revisions.Christian Couder
2007-10-27Test suite: reset TERM to its previous value after testing.Christian Couder
2007-10-25Support a --quiet option in the test-suite.Pierre Habouzit
2007-10-25Add some fancy colors in the test library when terminal supports it.Pierre Habouzit
2007-10-25Merge branch 'db/fetch-pack'Junio C Hamano
2007-10-21Merge branch 'maint'Shawn O. Pearce
2007-10-21t0021-conversion.sh: Test that the clean filter really cleans content.Johannes Sixt
2007-10-20send-pack: respect '+' on wildcard refspecsJeff King