Merge branch 'ms/reflog-show-is-default'

* ms/reflog-show-is-default:
  reflog: actually default to subcommand 'show'
This commit is contained in:
Junio C Hamano 2011-08-08 12:33:35 -07:00
commit 68590435c1

View file

@ -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);
}