We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 460940f + bf01d4a commit 6859043Copy full SHA for 6859043
1 file changed
builtin/reflog.c
@@ -777,6 +777,5 @@ int cmd_reflog(int argc, const char **argv, const char *prefix)
777
if (!strcmp(argv[1], "delete"))
778
return cmd_reflog_delete(argc - 1, argv + 1, prefix);
779
780
- /* Not a recognized reflog command..*/
781
- usage(reflog_usage);
+ return cmd_log_reflog(argc, argv, prefix);
782
}
0 commit comments