git add <pathspec>... defaults to "-A"
[gitweb.git] / Documentation / git-replace.txt
index 51131d0858bf5a7519b8759e2ee081b3b5f27b48..e0b405797630c066f57082abc98fb1c03a1b219d 100644 (file)
@@ -16,13 +16,13 @@ DESCRIPTION
 -----------
 Adds a 'replace' reference in `refs/replace/` namespace.
 
-The name of the 'replace' reference is the SHA1 of the object that is
-replaced. The content of the 'replace' reference is the SHA1 of the
+The name of the 'replace' reference is the SHA-1 of the object that is
+replaced. The content of the 'replace' reference is the SHA-1 of the
 replacement object.
 
 Unless `-f` is given, the 'replace' reference must not yet exist.
 
-Replacement references will be used by default by all git commands
+Replacement references will be used by default by all Git commands
 except those doing reachability traversal (prune, pack transfer and
 fsck).