Merge branch 'jc/add-u-A-default-to-top' into maint
[gitweb.git] / Documentation / git-push.txt
index 1495e3416c66331a9d70e4e298e346e099490ae4..85a4d7d6d5bf1958ea93813787b6a3f20ad6e023 100644 (file)
@@ -62,7 +62,7 @@ be named.
 If `git push [<repository>]` without any `<refspec>` argument is set to
 update some ref at the destination with `<src>` with
 `remote.<repository>.push` configuration variable, `:<dst>` part can
-be omitted---such a push will update a ref that `<src>` normally updates
+be omitted--such a push will update a ref that `<src>` normally updates
 without any `<refspec>` on the command line.  Otherwise, missing
 `:<dst>` means to update the same ref as the `<src>`.
 +