All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] blame: fix option name in error message
@ 2015-10-26  5:29 Max Kirillov
  2015-10-26  6:29 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Max Kirillov @ 2015-10-26  5:29 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Max Kirillov, git

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

Signed-off-by: Max Kirillov <max@max630.net>
---
 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;
-- 
2.3.4.2801.g3d0809b

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] blame: fix option name in error message
  2015-10-26  5:29 [PATCH] blame: fix option name in error message Max Kirillov
@ 2015-10-26  6:29 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2015-10-26  6:29 UTC (permalink / raw)
  To: Max Kirillov; +Cc: git

Max Kirillov <max@max630.net> writes:

> The option name used in blame's UI is `--reverse`.
>
> Signed-off-by: Max Kirillov <max@max630.net>
> ---

;-)

It is surprising that nobody noticed this which was in the very
original of --reverse.  Thanks.

>  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;

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-26  6:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-26  5:29 [PATCH] blame: fix option name in error message Max Kirillov
2015-10-26  6:29 ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.