Add Git::config_path()
commit9fef9e279055423363e110b7246a9b8bbcf0bd72
authorCord Seele <cowose@googlemail.com>
Fri, 30 Sep 2011 10:52:24 +0000 (30 12:52 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Sep 2011 19:34:38 +0000 (30 12:34 -0700)
tree2f8610b117bcbdfeadd8feb6cdd55e0bdf7d423b
parent85e9c7e1d42849c5c3084a9da748608468310c0e
Add Git::config_path()

Use --path option when calling 'git config' thus allow for pathname
expansion, e.g. a tilde.

Signed-off-by: Cord Seele <cowose@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
perl/Git.pm