Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH] blame: fix option name in error message

From: Junio C Hamano <hidden>
Date: 2016-06-15 23:07:03

Max Kirillov [off-list ref] writes:
The option name used in blame's UI is `--reverse`.

Signed-off-by: Max Kirillov <redacted>
---
;-)

It is surprising that nobody noticed this which was in the very
original of --reverse.  Thanks.
quoted hunk
 builtin/blame.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builtin/blame.c b/builtin/blame.c
index 98b1810..f89bc9e 100644
--- a/builtin/blame.c
+++ b/builtin/blame.c
@@ -2697,7 +2697,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;
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help