[PATCH v5 4/4] Documentation/git-sparse-checkout.txt: some reword and modifications
From: Shaoxuan Yuan <hidden>
Date: 2022-03-19 06:19:49
Subsystem:
documentation, the rest · Maintainers:
Jonathan Corbet, Linus Torvalds
Modifications suggested by Junio [1] * remove redundant part under 'add' command * fix broken indentation * remove redundant part under '--[no-]cone' option [1] https://lore.kernel.org/git/xmqqfsnfb42c.fsf@gitster.g/ (local) Helped-by: Junio C Hamano [off-list ref] Signed-off-by: Shaoxuan Yuan <redacted> --- Documentation/git-sparse-checkout.txt | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/Documentation/git-sparse-checkout.txt b/Documentation/git-sparse-checkout.txt
index 0178d63f56..482ecfe28c 100644
--- a/Documentation/git-sparse-checkout.txt
+++ b/Documentation/git-sparse-checkout.txt@@ -66,11 +66,9 @@ file. See linkgit:git-worktree[1] and the documentation of 'add':: Update the sparse-checkout file to include additional directories - (in cone mode) or patterns (in non-cone mode). By default, these - directories or patterns are read from the command-line arguments. - These directories or patterns are interpreted the same way as stated - above in `set` command, and they can be read from stdin using the - `--stdin` option. + (in cone mode) or patterns (in non-cone mode). By default, these + directories or patterns are read from the command-line arguments, + but they can be read from stdin using the `--stdin` option. 'reapply':: Reapply the sparsity pattern rules to paths in the working tree.
@@ -112,10 +110,6 @@ OPTIONS '--[no-]cone':: Use with the `set` and `reapply` commands. Specify using cone mode or not. The default is to use cone mode. -+ -For the `set` command, the option to use cone mode or not changes -the interpretation of the remaining arguments to either be a list -of directories or a list of patterns. '--[no-]sparse-index':: Use with the `set` and `reapply` commands.
--
2.35.1