Skip to content

Commit

Permalink
Merge branch 'ms/reflog-show-is-default' into maint
Browse files Browse the repository at this point in the history
* ms/reflog-show-is-default:
  reflog: actually default to subcommand 'show'
  • Loading branch information
Junio C Hamano committed Sep 12, 2011
2 parents 2f19a52 + bf01d4a commit e1fd529
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions builtin/reflog.c
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,5 @@ int cmd_reflog(int argc, const char **argv, const char *prefix)
if (!strcmp(argv[1], "delete"))
return cmd_reflog_delete(argc - 1, argv + 1, prefix);

/* Not a recognized reflog command..*/
usage(reflog_usage);
return cmd_log_reflog(argc, argv, prefix);
}

0 comments on commit e1fd529

Please sign in to comment.