Skip to content

Commit fdca2be

Browse files
committed
Merge branch 'mk/blame-error-message' into maint
The error message from "git blame --contents --reverse" incorrectly talked about "--contents --children". * mk/blame-error-message: blame: fix option name in error message
2 parents 5c15ca0 + 9526197 commit fdca2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/blame.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2691,7 +2691,7 @@ int cmd_blame(int argc, const char **argv, const char *prefix)
26912691
sb.commits.compare = compare_commits_by_commit_date;
26922692
}
26932693
else if (contents_from)
2694-
die("--contents and --children do not blend well.");
2694+
die("--contents and --reverse do not blend well.");
26952695
else if (revs.first_parent_only)
26962696
die("combining --first-parent and --reverse is not supported");
26972697
else {

0 commit comments

Comments
 (0)