Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'mk/blame-error-message'
author
Junio C Hamano
<gitster@pobox.com>
Fri, 30 Oct 2015 20:07:01 +0000
(13:07 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 30 Oct 2015 20:07:02 +0000
(13:07 -0700)
The error message from "git blame --contents --reverse" incorrectly
talked about "--contents --children".
* mk/blame-error-message:
blame: fix option name in error message
builtin/blame.c
patch
|
blob
|
history
raw
(from parent 1:
808d119
)
diff --git
a/builtin/blame.c
b/builtin/blame.c
index 6fc7bff9a37e7b9acf24eb65546dfb8e3c87c8fb..3b80e8fd75cc0743035642cb82a284271925c865 100644
(file)
--- a/
builtin/blame.c
+++ b/
builtin/blame.c
@@
-2691,7
+2691,7
@@
int cmd_blame(int argc, const char **argv, const char *prefix)
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 if (revs.first_parent_only)
die("combining --first-parent and --reverse is not supported");
else {