summaryrefslogtreecommitdiff
path: root/t/t6101-rev-parse-parents.sh
AgeCommit message (Expand)Author
2018-05-25rev-parse: check lookup'ed commit references for NULLElijah Newren
2016-11-16rev-parse: fix parent shorthands with --symbolicJeff King
2016-09-27revision: new rev^-n shorthand for rev^n..revVegard Nossum
2016-03-23merge: refuse to create too cool a merge by defaultJunio C Hamano
2013-12-28Remove the line length limit for graft filesJohannes Schindelin
2013-09-03rev-parse test: use standard test functions for setupFelipe Contreras
2013-09-03rev-parse test: use test_cmp instead of "test" builtinJonathan Nieder
2013-09-03rev-parse test: use test_must_fail, not "if <command>; then false; fi"Felipe Contreras
2013-09-03rev-parse test: modernize quoting and whitespaceFelipe Contreras
2010-05-08Move t6000lib.sh to lib-*Ævar Arnfjörð Bjarmason
2008-08-17tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano
2008-07-27rev-parse: Add support for the ^! and ^@ syntaxBjörn Steinbrink
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-02-02Sane use of test_expect_failureJunio C Hamano
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-06-07War on whitespaceJunio C Hamano
2007-05-30Test for recent rev-parse $abbrev_sha1 regressionShawn O. Pearce
2006-01-25tests: adjust breakage by stricter rev-parseJunio C Hamano
2005-12-20tests: make scripts executableJunio C Hamano
2005-09-08Big tool rename.Junio C Hamano
2005-08-10[PATCH] Fix git-rev-parse's parent handlingJohannes Schindelin