Call setup_git_directory() much earlier
authorLinus Torvalds <torvalds@osdl.org>
Sat, 29 Jul 2006 05:44:25 +0000 (22:44 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 29 Jul 2006 08:34:07 +0000 (01:34 -0700)
This changes the calling convention of built-in commands and
passes the "prefix" (i.e. pathname of $PWD relative to the
project root level) down to them.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found