Jakub Narebski [off-list ref] writes:
quoted
quoted
16. Which of the following features would you like to see implemented
in git?
[...]
quoted
+ environmental variables in config, expanding ~ and ~user
I think we have ~ and ~user now.
Thanks, will fix.
To be more precise, Git knows how to expand ~ and ~user (that's
git_config_pathname() in C, and "git config --path" from the
command-line), and does it for some configuration variables
(core.excludesfile for example).
--
Matthieu Moy
http://www-verimag.imag.fr/~moy/