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)
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>
No differences found