Skip to content

Commit fd5041e

Browse files
jnavilagitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 53a06cf commit fd5041e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-clone.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,9 @@ or `--mirror` is given)
262262
All submodules which are cloned will be shallow with a depth of 1.
263263

264264
--[no-]remote-submodules::
265-
All submodules which are cloned will use the status of the submodules
265+
All submodules which are cloned will use the status of the submodule's
266266
remote-tracking branch to update the submodule, rather than the
267-
superprojects recorded SHA-1. Equivalent to passing `--remote` to
267+
superproject's recorded SHA-1. Equivalent to passing `--remote` to
268268
`git submodule update`.
269269

270270
--separate-git-dir=<git dir>::

0 commit comments

Comments
 (0)