From: W. Trevor King Date: Sun, 10 Feb 2013 15:10:39 +0000 (-0500) Subject: user-manual: Fix 'you - Git' -> 'you--Git' typo X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=da2c7b3dc512675fae02abdf9449d48850aefb88;p=git.git user-manual: Fix 'you - Git' -> 'you--Git' typo Use an em-dash, not a hyphen, to join these clauses. Signed-off-by: W. Trevor King Signed-off-by: Junio C Hamano --- diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 271d36f8e..32dfe8ab6 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -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]]