summaryrefslogtreecommitdiffstats
path: root/git-rev-parse.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-04-21 19:27:13 -0700
committerJunio C Hamano <gitster@pobox.com>2013-04-21 19:27:13 -0700
commite3f080d1c1d091db97eb840de39a5245a3c82f3e (patch)
tree2d5821021b314217f92f1826b1c4100e809c8f82 /git-rev-parse.html
parent7692782cd994796eb7bd0bed592669c5090289bb (diff)
downloadgit-htmldocs-e3f080d1c1d091db97eb840de39a5245a3c82f3e.tar.gz
Autogenerated HTML docs for v1.8.2.1-538-gad776
Diffstat (limited to 'git-rev-parse.html')
-rw-r--r--git-rev-parse.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-rev-parse.html b/git-rev-parse.html
index 61773caa2..b5dd38486 100644
--- a/git-rev-parse.html
+++ b/git-rev-parse.html
@@ -906,7 +906,7 @@ can be used.</p></div>
</dt>
<dd>
<p>
- Usually the object names are output in SHA1 form (with
+ Usually the object names are output in SHA-1 form (with
possible <em>&#94;</em> prefix); this option makes them output in a
form as close to the original input as possible.
</p>
@@ -1070,7 +1070,7 @@ print a message to stderr and exit with nonzero status.</p></div>
</dt>
<dd>
<p>
- Instead of outputting the full SHA1 values of object names try to
+ Instead of outputting the full SHA-1 values of object names try to
abbreviate them to a shorter unique name. When no length is specified
7 is used. The minimum length is 4.
</p>
@@ -1125,7 +1125,7 @@ print a message to stderr and exit with nonzero status.</p></div>
<h2 id="_specifying_revisions">SPECIFYING REVISIONS</h2>
<div class="sectionbody">
<div class="paragraph"><p>A revision parameter <em>&lt;rev&gt;</em> typically, but not necessarily, names a
-commit object. It uses what is called an <em>extended SHA1</em>
+commit object. It uses what is called an <em>extended SHA-1</em>
syntax. Here are various ways to spell object names. The
ones listed near the end of this list name trees and
blobs contained in a commit.</p></div>
@@ -1135,7 +1135,7 @@ blobs contained in a commit.</p></div>
</dt>
<dd>
<p>
- The full SHA1 object name (40-byte hexadecimal string), or
+ The full SHA-1 object name (40-byte hexadecimal string), or
a leading substring that is unique within the repository.
E.g. dae86e1950b1277e545cee180551750029cfe735 and dae86e both
name the same commit object if there is no other object in
@@ -1694,7 +1694,7 @@ Similar to above:
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-04-05 15:13:57 PDT
+Last updated 2013-04-21 19:25:38 PDT
</div>
</div>
</body>