]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-show.txt
Merge branch 'ms/send-email-validate-fix'
[thirdparty/git.git] / Documentation / git-show.txt
index 2b1bc7288d5f6fd27b92ed8119ef5dfbc89b9d1d..5eb67439affbef1a7fccb6a745220977b6a0a45d 100644 (file)
@@ -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.
@@ -61,7 +61,7 @@ EXAMPLES
 --------
 
 `git show v1.0.0`::
-       Shows the tag `v1.0.0`, along with the object the tags
+       Shows the tag `v1.0.0`, along with the object the tag
        points at.
 
 `git show v1.0.0^{tree}`::