commit | 1349484e341a3ec2ba02a86c8fbd97ea9dc8c756 | [log] [tgz] |
---|---|---|
author | Matthieu Moy <Matthieu.Moy@imag.fr> | Wed Dec 30 17:51:53 2009 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Dec 31 12:19:38 2009 -0800 |
tree | 5c2d753daa7234da64de974c1badcc4973b35e79 | |
parent | 902f235378cb2b2f6dd5dd664b9630c95321f0ae [diff] |
builtin-config: add --path option doing ~ and ~user expansion. 395de250 (Expand ~ and ~user in core.excludesfile, commit.template) introduced a C function git_config_pathname, doing ~/ and ~user/ expansion. This patch makes the feature available to scripts with 'git config --get --path'. Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>