summaryrefslogtreecommitdiff
path: root/Documentation/user-manual.txt
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2013-02-10 15:10:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-02-11 04:39:25 (GMT)
commitda2c7b3dc512675fae02abdf9449d48850aefb88 (patch)
tree9e660d98eb90232f8e43e1ac5f28e608a98214e1 /Documentation/user-manual.txt
parentde3f2c7b46ee814ea6a7e59c6cf6cad80be6dcca (diff)
downloadgit-da2c7b3dc512675fae02abdf9449d48850aefb88.zip
git-da2c7b3dc512675fae02abdf9449d48850aefb88.tar.gz
git-da2c7b3dc512675fae02abdf9449d48850aefb88.tar.bz2
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 <wking@tremily.us> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/user-manual.txt')
-rw-r--r--Documentation/user-manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index 271d36f..32dfe8a 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]]