summaryrefslogtreecommitdiff
path: root/t/t6004-rev-list-path-optim.sh
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-4/+4
| | | | | | This uses the remove-dashes target to replace "git-frotz" to "git frotz". Signed-off-by: Junio C Hamano <gitster@pobox.com>
* t6004: add a bit more path optimization test.Junio C Hamano2007-03-231-1/+33
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* Trivial path optimization testAlex Riesen2006-07-241-0/+19
Linus: get_pathspec() does turn '.' into an empty string (which is correct - git internally does _not_ ever understand the notion of "." as the current working directory), but it doesn't ever do the optimization of noticing that a pathspec that consists solely of an empty string is "equivalent" to an empty pathspec. The test is to ensure that this behaviour stays. Signed-off-by: Alex Riesen <raa.lkml@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>