Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-11-02 10:53:25 +0300
committerJunio C Hamano <gitster@pobox.com>2023-11-02 10:53:25 +0300
commit8a5b2e1157e11b9674360ffb78880ee35c965bc9 (patch)
tree116d542ce5ae8ccc6b4c2863b07a9c64793831b0
parent965d445b2dfc2558babb238685aef6f1987230b1 (diff)
parent4fbe83fcd96cb49d2cdec3bc1660fe280d02c9a4 (diff)
Merge branch 'hy/doc-show-is-like-log-not-diff-tree' into maint-2.42
Doc update. * hy/doc-show-is-like-log-not-diff-tree: show doc: redirect user to git log manual instead of git diff-tree
-rw-r--r--Documentation/git-show.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-show.txt b/Documentation/git-show.txt
index 2b1bc7288d..03c0634518 100644
--- a/Documentation/git-show.txt
+++ b/Documentation/git-show.txt
@@ -26,7 +26,7 @@ with --name-only).
For plain blobs, it shows the plain contents.
-The command takes options applicable to the 'git diff-tree' command to
+Some options that 'git log' command understands can be used to
control how the changes the commit introduces are shown.
This manual page describes only the most frequently used options.