diff options
Diffstat (limited to 'git.c')
| -rw-r--r-- | git.c | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -396,7 +396,7 @@ static struct cmd_struct commands[] = {  	{ "am", cmd_am, RUN_SETUP | NEED_WORK_TREE },  	{ "annotate", cmd_annotate, RUN_SETUP },  	{ "apply", cmd_apply, RUN_SETUP_GENTLY }, -	{ "archive", cmd_archive }, +	{ "archive", cmd_archive, RUN_SETUP_GENTLY },  	{ "bisect--helper", cmd_bisect__helper, RUN_SETUP },  	{ "blame", cmd_blame, RUN_SETUP },  	{ "branch", cmd_branch, RUN_SETUP },  | 
