From: Jean-Noël Avila Date: Thu, 12 Dec 2019 20:46:54 +0000 (+0100) Subject: doc: remove non pure ASCII characters X-Git-Tag: v2.25.0-rc0~7^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd5041e127dbe6b5974c924d2386ee2a2ce8b2ce;p=thirdparty%2Fgit.git doc: remove non pure ASCII characters Non ASCII characters may be handled by publishing chains, but right now, nothing indicates the encoding of files. Moreover, non ASCII source strings upset the localization toolchain. Signed-off-by: Jean-Noël Avila Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 34011c2940..2e8babe671 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -262,9 +262,9 @@ or `--mirror` is given) All submodules which are cloned will be shallow with a depth of 1. --[no-]remote-submodules:: - All submodules which are cloned will use the status of the submodule’s + All submodules which are cloned will use the status of the submodule's remote-tracking branch to update the submodule, rather than the - superproject’s recorded SHA-1. Equivalent to passing `--remote` to + superproject's recorded SHA-1. Equivalent to passing `--remote` to `git submodule update`. --separate-git-dir=::