Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-08-09 02:42:20 +0400
committerJunio C Hamano <junkio@cox.net>2006-08-09 02:42:20 +0400
commit102cb08521df5f33b30c0ef41a1078a61e593943 (patch)
tree907c6791951e3ae9bae1e0c88dba505a6bbac810 /git.c
parentefffea033457eedb90ad63596687564f797f12de (diff)
parent6c8d06aff107aa2132648d682a278111c1d08565 (diff)
Merge branch 'master' into mk/rename
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 96e596b1a3..db0f86790d 100644
--- a/git.c
+++ b/git.c
@@ -252,7 +252,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
{ "pack-objects", cmd_pack_objects, RUN_SETUP },
{ "prune", cmd_prune, RUN_SETUP },
{ "prune-packed", cmd_prune_packed, RUN_SETUP },
- { "push", cmd_push },
+ { "push", cmd_push, RUN_SETUP },
{ "read-tree", cmd_read_tree, RUN_SETUP },
{ "repo-config", cmd_repo_config },
{ "rev-list", cmd_rev_list, RUN_SETUP },