diff options
author | Junio C Hamano <junkio@cox.net> | 2006-08-09 00:42:20 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-09 00:42:20 +0200 |
commit | 102cb08521df5f33b30c0ef41a1078a61e593943 (patch) | |
tree | 907c6791951e3ae9bae1e0c88dba505a6bbac810 /git.c | |
parent | git.c: Rename NEEDS_PREFIX to RUN_SETUP (diff) | |
parent | git-push: allow pushing from subdirectories (diff) | |
download | git-102cb08521df5f33b30c0ef41a1078a61e593943.tar.xz git-102cb08521df5f33b30c0ef41a1078a61e593943.zip |
Merge branch 'master' into mk/rename
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }, |