commit | 0347a8c7648ea9504badce7bb4ed4c4f3dbacf16 | [log] [tgz] |
---|---|---|
author | Matthias Lederhofer <matled@gmx.net> | Sun Jul 30 03:30:29 2006 +0200 |
committer | Junio C Hamano <junkio@cox.net> | Sun Jul 30 17:45:57 2006 -0700 |
tree | 644e7defd096fd86c8b19761f03cc76dd452f293 | |
parent | 41e95f699088b14c6a949ec858499f98df4f34f6 [diff] |
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>