aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/rev-list-options.txt
diff options
context:
space:
mode:
authorDenton Liu <liu.denton@gmail.com>2019-11-19 15:55:32 -0800
committerJunio C Hamano <gitster@pobox.com>2019-11-20 13:29:03 +0900
commit9d45ac4cbff9dca96c1389de16641ff11862cea2 (patch)
tree1a05ec1d7b58a1526620774d9c2b36406be3ba0c /Documentation/rev-list-options.txt
parent828e829b9e4334b7172318910162b0d07fe05588 (diff)
downloadgit-9d45ac4cbff9dca96c1389de16641ff11862cea2.tar.gz
rev-list-options.txt: remove reference to --show-notes
In ab18b2c0df ("log/pretty-options: Document --[no-]notes and deprecate old notes options", 2011-03-30), the `--show-notes` option was deprecated. However, this reference to it still remains. Change it to reference the replacement option: `--notes`. Signed-off-by: Denton Liu <liu.denton@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/rev-list-options.txt')
-rw-r--r--Documentation/rev-list-options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index 90ff9e2bea..311bc06a9b 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -58,7 +58,7 @@ endif::git-rev-list[]
`--all-match`).
ifndef::git-rev-list[]
+
-When `--show-notes` is in effect, the message from the notes is
+When `--notes` is in effect, the message from the notes is
matched as if it were part of the log message.
endif::git-rev-list[]