Code

add status.relativePaths config variable
authorJeff King <peff@peff.net>
Fri, 7 Dec 2007 21:26:07 +0000 (16:26 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 8 Dec 2007 11:33:24 +0000 (03:33 -0800)
commit46f721c8fee9f1c027f96e2bf987ce6e7d05ab94
treecc538c99132ea4dad626b5b26e7fb576d72b38c0
parentc3ce3261281d00bcdd59907e76f421034ccb1261
add status.relativePaths config variable

The output of git-status was recently changed to output relative
paths. Setting this variable to false restores the old behavior for
any old-timers that prefer it.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/git-status.txt
builtin-commit.c
t/t7502-status.sh
wt-status.c
wt-status.h