]> git.ipfire.org Git - thirdparty/git.git/commit - git.c
git.c: allow alias expansion without a git directory
authorMatthias Lederhofer <matled@gmx.net>
Sun, 30 Jul 2006 01:30:29 +0000 (03:30 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 31 Jul 2006 00:45:57 +0000 (17:45 -0700)
commit0347a8c7648ea9504badce7bb4ed4c4f3dbacf16
tree644e7defd096fd86c8b19761f03cc76dd452f293
parent41e95f699088b14c6a949ec858499f98df4f34f6
git.c: allow alias expansion without a git directory

With this, the configuration mechanism can be used to say:

[alias]
init = init-db --template=/path/to/template

Signed-off-by: Matthias Lederhofer <matled@gmx.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git.c