push doc: add spacing between two words

Fix a formatting error introduced in my recently landed fe802bd21e ("push doc: correct lies about how push refspecs work", 2018-08-31). Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Ævar Arnfjörð Bjarmason committed Sep 18, 2018 at 05:47 UTC f4ec16ad0c588ccdf10fbb9edb862dcb32b90c9b
1 file changed +1 -1
Documentation/git-push.txt
+1 -1
@@ -110,7 +110,7 @@ can be overridden by adding an the optional leading `+` to a refspec
110 is that no amount of forcing will make the `refs/heads/*` namespace
111 accept a non-commit object. Hooks and configuration can also override
112 or amend these rules, see e.g. `receive.denyNonFastForwards` in
113 -linkgit:git-config[1] and`pre-receive` and `update` in
113 +linkgit:git-config[1] and `pre-receive` and `update` in
114 linkgit:githooks[5].
115 +
116 Pushing an empty <src> allows you to delete the <dst> ref from the