author | Kai Ruemmler <kai.ruemmler@gmx.net> | |
Fri, 7 Oct 2005 23:55:00 +0000 (16:55 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 7 Oct 2005 23:55:00 +0000 (16:55 -0700) | ||
commit | 33bb218e9d7299f6ed06177c65d357ec81954ca9 | |
tree | 54747e07b461945491abcd4d7ba149f7e4ca8595 | tree | snapshot |
parent | ab1630a3ed31d6ec5ae83769c78ed542fe3c4a28 | commit | diff |
teach git-status about spaces in filenames
git-status truncates filenames up to the first occurrence of a whitespace
character when displaying. More precisely, it displays the filename up to any
field seperator defined in $IFS.
This patch fixes it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-status truncates filenames up to the first occurrence of a whitespace
character when displaying. More precisely, it displays the filename up to any
field seperator defined in $IFS.
This patch fixes it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-status.sh | diff | blob | history |