]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-show-branch.txt
The name of the hash function is "SHA-1", not "SHA1"
[thirdparty/git.git] / Documentation / git-show-branch.txt
index a8e77b5350c8c6a3cf62c22f811974ea64cff8ae..a515648ab018b849897dd3506183f57359be598a 100644 (file)
@@ -31,7 +31,7 @@ no <rev> nor <glob> is given on the command line.
 OPTIONS
 -------
 <rev>::
-       Arbitrary extended SHA1 expression (see linkgit:gitrevisions[7])
+       Arbitrary extended SHA-1 expression (see linkgit:gitrevisions[7])
        that typically names a branch head or a tag.
 
 <glob>::
@@ -142,7 +142,7 @@ displayed, indented N places.  If a commit is on the I-th
 branch, the I-th indentation character shows a `+` sign;
 otherwise it shows a space.  Merge commits are denoted by
 a `-` sign.  Each commit shows a short name that
-can be used as an extended SHA1 to name that commit.
+can be used as an extended SHA-1 to name that commit.
 
 The following example shows three branches, "master", "fixes"
 and "mhf":