summaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>2007-04-05 20:55:43 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-04-05 21:10:10 (GMT)
commit265d528032e55c48798266c538d3e6338cb1e2b6 (patch)
tree5bc341347905668fc3f6bd673a6875ef8a009497 /git.c
parent5850cb645d3ca44c3bc014f92672dae6394c0315 (diff)
downloadgit-265d528032e55c48798266c538d3e6338cb1e2b6.zip
git-265d528032e55c48798266c538d3e6338cb1e2b6.tar.gz
git-265d528032e55c48798266c538d3e6338cb1e2b6.tar.bz2
Revert "builtin-archive: use RUN_SETUP"
Commit 64edf4b2 cleaned up the initialization of git-archive, at the cost of 'git-archive --list' now requiring a git repo. This patch reverts the cleanup and documents the requirement for this particular dirtyness in a test. Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.c')
-rw-r--r--git.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.c b/git.c
index 5b1bc2a..33dd4d3 100644
--- a/git.c
+++ b/git.c
@@ -226,7 +226,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
{ "add", cmd_add, RUN_SETUP | NOT_BARE },
{ "annotate", cmd_annotate, USE_PAGER },
{ "apply", cmd_apply },
- { "archive", cmd_archive, RUN_SETUP },
+ { "archive", cmd_archive },
{ "blame", cmd_blame, RUN_SETUP },
{ "branch", cmd_branch, RUN_SETUP },
{ "bundle", cmd_bundle },