Git.pm: Always set Repository to absolute path if autodetecting
authorFrank Lichtenheld <flichtenheld@astaro.com>
Thu, 7 May 2009 13:41:28 +0000 (15:41 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 9 May 2009 15:25:55 +0000 (08:25 -0700)
So far we only set it to absolute paths in some cases which lead
to problems like wc_chdir not working.

Signed-off-by: Frank Lichtenheld <flichtenheld@astaro.com>
Acked-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found