summaryrefslogtreecommitdiff
path: root/t/t3101-ls-tree-dirname.sh
AgeCommit message (Expand)Author
2018-05-14t: switch $_x40 to $OID_REGEXbrian m. carlson
2016-08-11Spelling fixesVille Skyttä
2015-12-28t/t3101-ls-tree-dirname.sh: use the $( ... ) construct for command substitutionElia Pinto
2010-09-12t3101: modernise styleJunio C Hamano
2010-01-04tests: move convenience regexp to match object names to test-lib.shJunio C Hamano
2009-11-17t3101: test more ls-tree optionsStephen Boyd
2009-04-02match_tree_entry(): a pathspec only matches at directory boundariesJunio C Hamano
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano
2008-03-07get_pathspec(): die when an out-of-tree path is givenJunio C Hamano
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-03-04Get rid of the dependency to GNU diff in the testsJohannes Schindelin
2005-12-20tests: make scripts executableJunio C Hamano
2005-11-29ls-tree: match the test to the new semantics.Junio C Hamano
2005-10-07Fix wrong filename listing bug in git-ls-tree.robfitz@273k.net