Code

teach git-status about spaces in filenames
authorKai Ruemmler <kai.ruemmler@gmx.net>
Fri, 7 Oct 2005 23:55:00 +0000 (16:55 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 7 Oct 2005 23:55:00 +0000 (16:55 -0700)
commit33bb218e9d7299f6ed06177c65d357ec81954ca9
tree54747e07b461945491abcd4d7ba149f7e4ca8595
parentab1630a3ed31d6ec5ae83769c78ed542fe3c4a28
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.sh