Browse Source

blame: fix option name in error message

The option name used in blame's UI is `--reverse`.

Signed-off-by: Max Kirillov <max@max630.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Max Kirillov 9 years ago committed by Junio C Hamano
parent
commit
95261974bb
  1. 2
      builtin/blame.c

2
builtin/blame.c

@ -2677,7 +2677,7 @@ parse_done: @@ -2677,7 +2677,7 @@ parse_done:
sb.commits.compare = compare_commits_by_commit_date;
}
else if (contents_from)
die("--contents and --children do not blend well.");
die("--contents and --reverse do not blend well.");
else {
final_commit_name = prepare_initial(&sb);
sb.commits.compare = compare_commits_by_reverse_commit_date;

Loading…
Cancel
Save