]> git.ipfire.org Git - thirdparty/git.git/commit - path.c
Expand ~ and ~user in core.excludesfile, commit.template
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Tue, 17 Nov 2009 17:24:25 +0000 (18:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Nov 2009 05:53:11 +0000 (21:53 -0800)
commit395de250d9d9762b8ac1ce98b297d60d0b5bd643
tree6cd72d671e9ec56fdc87fa0c21484881b5a2ab00
parent78d553b7d7b269bb22ebd8b1198657c37484a3a0
Expand ~ and ~user in core.excludesfile, commit.template

These config variables are parsed to substitute ~ and ~user with getpw
entries.

user_path() refactored into new function expand_user_path(), to allow
dynamically allocating the return buffer.

Original patch by Karl Chen, modified by Matthieu Moy, and further
amended by Junio C Hamano.

Signed-off-by: Karl Chen <quarl@quarl.org>
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
builtin-commit.c
cache.h
config.c
path.c