Message ID | 20220912054515.29559-3-mail@rkta.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | blame: Make --show-name negatable | expand |
diff --git a/Documentation/git-blame.txt b/Documentation/git-blame.txt index d7a46cc674..75e115f97e 100644 --- a/Documentation/git-blame.txt +++ b/Documentation/git-blame.txt @@ -63,7 +63,7 @@ include::blame-options.txt[] of code to have been moved. -f:: ---show-name:: +--[no-]show-name:: Show the filename in the original commit. By default the filename is shown if there is any line that came from a file with a different name, due to rename detection.
Signed-off-by: Rene Kita <mail@rkta.de> --- Documentation/git-blame.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)