]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: remove non pure ASCII characters
authorJean-Noël Avila <jn.avila@free.fr>
Thu, 12 Dec 2019 20:46:54 +0000 (21:46 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Dec 2019 20:18:05 +0000 (12:18 -0800)
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 <jn.avila@free.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-clone.txt

index 34011c2940ad4b4d3115e3ddc41f18f8a00ecd01..2e8babe67127c2f020b4c82256b1de76fe2fe978 100644 (file)
@@ -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 submodules
+       All submodules which are cloned will use the status of the submodule's
        remote-tracking branch to update the submodule, rather than the
-       superprojects recorded SHA-1. Equivalent to passing `--remote` to
+       superproject's recorded SHA-1. Equivalent to passing `--remote` to
        `git submodule update`.
 
 --separate-git-dir=<git dir>::