Tom Lanyon wrote:
Hi all,
Is it normal behavior that git (well at least git-svn) won't expand
~user from .gitconfig?
Yes. You could add a patch for that though. git-daemon does ~user
expansion since quite a long time back, so there's a function ready
for it. I'd do it by doing something like:
git config --path section.key
so that scripts can get the user-expanded version as well. In-core
applications can call expand_path() or some such on their own, I
think.
--
Andreas Ericsson andreas.ericsson@xxxxxx
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html