user-manual: Fix 'you - Git' -> 'you--Git' typo
authorW. Trevor King <wking@tremily.us>
Sun, 10 Feb 2013 15:10:39 +0000 (10:10 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Feb 2013 04:39:25 +0000 (20:39 -0800)
Use an em-dash, not a hyphen, to join these clauses.

Signed-off-by: W. Trevor King <wking@tremily.us>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/user-manual.txt

index 271d36f8e5a789d47fdfa7772b29cda979d5d05f..32dfe8ab63488b5ff3265cc5da3ab7e3d0c31332 100644 (file)
@@ -3396,7 +3396,7 @@ $ git log --raw --all
 ------------------------------------------------
 
 and just looked for the sha of the missing object (4b9458b..) in that
-whole thing. It's up to you - git does *have* a lot of information, it is
+whole thing. It's up to you--Git does *have* a lot of information, it is
 just missing one particular blob version.
 
 [[the-index]]