X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git.c;h=18ba14ade1bb60b59fd0288130ba098e9e76dac3;hb=eed94a570e0421175d6b4342c0ac48e03ceedf0b;hp=6e72a893b71129702551eca56c8221110286f14d;hpb=962ad61874267b715311b424c767d36c1ab921a6;p=git.git diff --git a/git.c b/git.c index 6e72a893b..18ba14ade 100644 --- a/git.c +++ b/git.c @@ -229,7 +229,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "log", cmd_log, NEEDS_PREFIX | USE_PAGER }, { "whatchanged", cmd_whatchanged, NEEDS_PREFIX | USE_PAGER }, { "show", cmd_show, NEEDS_PREFIX | USE_PAGER }, - { "push", cmd_push }, + { "push", cmd_push, NEEDS_PREFIX }, { "format-patch", cmd_format_patch, NEEDS_PREFIX }, { "count-objects", cmd_count_objects }, { "diff", cmd_diff, NEEDS_PREFIX },