From: Jeff King Date: Wed, 25 Apr 2012 12:00:36 +0000 (-0400) Subject: config: expand tildes in include.path variable X-Git-Tag: v1.7.10.2~12^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4c0a89fcde219df8db8fdb9635ef2ef40d002a6e?ds=sidebyside;hp=4c0a89fcde219df8db8fdb9635ef2ef40d002a6e config: expand tildes in include.path variable You can already use relative paths in include.path, which means that including "foo" from your global "~/.gitconfig" will look in your home directory. However, you might want to do something clever like putting "~/.gitconfig-foo" in a specific repository's config file. Signed-off-by: Jeff King Acked-by: Matthieu Moy Signed-off-by: Junio C Hamano ---