[PATCH] Teach git-ls-files about '--' to denote end of options.
authorFredrik Kuivinen <freku045@student.liu.se>
Sun, 2 Oct 2005 15:33:38 +0000 (17:33 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 2 Oct 2005 17:31:18 +0000 (10:31 -0700)
commit500b97e4bb184c954a52550843e6314ecf97a208
tree5fbfe0441a8cea62a04ceee4f28cd517c62f386a
parentaf215114f52af0f308ef19f67e544df8ea5e4ac2
[PATCH] Teach git-ls-files about '--' to denote end of options.

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>
Documentation/git-ls-files.txt
ls-files.c
t/t3002-ls-files-dashpath.sh [new file with mode: 0755]