Teach git-status about spaces in file names also on MacOSX
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Mon, 10 Oct 2005 20:58:52 +0000 (13:58 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 10 Oct 2005 20:58:52 +0000 (13:58 -0700)
commitd52920e397918fdba0b0ac0bc46633fab807e681
treef1dae018530e0c402c89c0f179c3b3d37307e57e
parent5fb41e8abf29a4c24b8e9e95277cfad349a4d1da
Teach git-status about spaces in file names also on MacOSX

Not all sed understands '\t' and consequently cuts off every
file name at the first "t" (or backslash...).

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-status.sh