status -s: respect the status.relativePaths option
commit482a6c106132bea454bf839f458c014f84ddbd99
authorMichael J Gruber <git@drmicha.warpmail.net>
Thu, 26 Nov 2009 15:24:38 +0000 (26 16:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Nov 2009 03:15:57 +0000 (26 19:15 -0800)
treec1cf24d8d06bb8b4818da82d81b39fcf88a87e57
parent46b77a6b487fceeeb297a9473631939aefd7e6fd
status -s: respect the status.relativePaths option

Otherwise, 'status' and 'status -s' in a subdir would produce different
names.  This change is all the more important because status.relativePaths
is on by default.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-status.txt
builtin-commit.c