]> git.ipfire.org Git - thirdparty/git.git/commit
Teach "git diff" to handle filenames starting with '-'
authorLinus Torvalds <torvalds@osdl.org>
Tue, 18 Oct 2005 07:16:45 +0000 (00:16 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 18 Oct 2005 07:16:45 +0000 (00:16 -0700)
commitea51d416c02bb26e9d7600f87b27deb42752e6b5
tree2f2247d6468dbc88e7ac5c691a6ca5347b68ff36
parent7a3dd472ad2c69b7450a59eb2a35efb0698993d0
Teach "git diff" to handle filenames starting with '-'

It adds "--" to the git-diff.sh scripts, to keep any filenames that start
with a "-" from being confused with an option.

But in order to do that, it needs to teach git-diff-files to honor "--".

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
diff-files.c
git-diff.sh