diff options
author | W. Trevor King <wking@tremily.us> | 2013-02-10 10:10:39 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-02-10 20:39:25 -0800 |
commit | da2c7b3dc512675fae02abdf9449d48850aefb88 (patch) | |
tree | 9e660d98eb90232f8e43e1ac5f28e608a98214e1 /Documentation/user-manual.txt | |
parent | de3f2c7b46ee814ea6a7e59c6cf6cad80be6dcca (diff) | |
download | git-da2c7b3dc512675fae02abdf9449d48850aefb88.tar.gz |
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 271d36f8e5..32dfe8ab63 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]] |