Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 2007-07-02 |
| | | | | | | This uses the remove-dashes target to replace "git-frotz" to "git frotz". Signed-off-by: Junio C Hamano <gitster@pobox.com> | ||
* | Get rid of the dependency to GNU diff in the tests | Johannes Schindelin | 2007-03-04 |
| | | | | | | | | | | | | | | | Now that "git diff" handles stdin and relative paths outside the working tree correctly, we can convert all instances of "diff -u" to "git diff". This commit is really the result of $ perl -pi.bak -e 's/diff -u/git diff/' $(git grep -l "diff -u" t/) Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net> (cherry picked from commit c699a40d68215c7e44a5b26117a35c8a56fbd387) | ||
* | [PATCH] Teach git-ls-files about '--' to denote end of options. | Fredrik Kuivinen | 2005-10-02 |
Useful if you have a file whose name starts with a dash. Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se> Signed-off-by: Junio C Hamano <junkio@cox.net> |