We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f19a52 + bf01d4a commit e1fd529Copy full SHA for e1fd529
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