author | Rene Scharfe <rene.scharfe@lsrfire.ath.cx> | |
Sun, 8 Oct 2006 13:44:50 +0000 (15:44 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 8 Oct 2006 19:43:07 +0000 (12:43 -0700) | ||
commit | 9cb90b80fc1ec09d8e51451b18a7c8ef7eac8908 | |
tree | bccaa6f37bf4b99089fd16042319ad147648cb6b | tree | snapshot |
parent | 7a0cf2d0138cf3abd3f2c3c9a1aa4dc55bf0700f | commit | diff |
git-tar-tree: don't RUN_SETUP
Noted by Jiri Slaby, git-tar-tree --remote doesn't need to be run
from inside of a git archive. Since git-tar-tree is now only a
wrapper for git-archive, which calls setup_git_directory() as
needed, we should drop the flag RUN_SETUP.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Noted by Jiri Slaby, git-tar-tree --remote doesn't need to be run
from inside of a git archive. Since git-tar-tree is now only a
wrapper for git-archive, which calls setup_git_directory() as
needed, we should drop the flag RUN_SETUP.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git.c | diff | blob | history |