Update draft release notes to 1.8.3
[gitweb.git] / Documentation / git-rev-parse.txt
index 1f9ed6cfd28622afcf269eb8dac05fb9414d9901..947d62fd25e4b326af44a6f6933e98d9cc3e7153 100644 (file)
@@ -95,7 +95,7 @@ can be used.
        one.
 
 --symbolic::
-       Usually the object names are output in SHA1 form (with
+       Usually the object names are output in SHA-1 form (with
        possible '{caret}' prefix); this option makes them output in a
        form as close to the original input as possible.
 
@@ -180,7 +180,7 @@ print a message to stderr and exit with nonzero status.
 
 --short::
 --short=number::
-       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.