From: Wonuk Kim <kimww0306@xxxxxxxxx> Fix this inline list to use a single style, namely numeric, instead of `(1)` followed by `(b)`. Signed-off-by: Wonuk Kim <kimww0306@xxxxxxxxx> --- doc: sparse-checkout: Fix list markers cc: "Kristoffer Haugsbakk" kristofferhaugsbakk@xxxxxxxxxxxx cc: Patrick Steinhardt ps@xxxxxx cc: Eric Sunshine sunshine@xxxxxxxxxxxxxx Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1948%2Fonee-only%2Ffix-sparse-checkout-doc-v2 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1948/onee-only/fix-sparse-checkout-doc-v2 Pull-Request: https://github.com/git/git/pull/1948 Range-diff vs v1: 1: c702bbc8782 ! 1: 6154158b98c doc: sparse-checkout: Fix list markers @@ ## Metadata ## -Author: onee-only <kimww0306@xxxxxxxxx> +Author: Wonuk Kim <kimww0306@xxxxxxxxx> ## Commit message ## - doc: sparse-checkout: Fix list markers + doc: sparse-checkout: use consistent inline list style - Changed the list markers from a mix of "(1)" and "(b)" to a - consistent numeric format "(1)", "(2)" for clarity and consistency. + Fix this inline list to use a single style, namely numeric, instead of + `(1)` followed by `(b)`. - Signed-off-by: onee-only <kimww0306@xxxxxxxxx> + Signed-off-by: Wonuk Kim <kimww0306@xxxxxxxxx> ## Documentation/technical/sparse-checkout.adoc ## @@ Documentation/technical/sparse-checkout.adoc: sparsity patterns: patterns from $GIT_DIR/info/sparse-checkout used to Documentation/technical/sparse-checkout.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/technical/sparse-checkout.adoc b/Documentation/technical/sparse-checkout.adoc index dc2e763bbec..8202172b70b 100644 --- a/Documentation/technical/sparse-checkout.adoc +++ b/Documentation/technical/sparse-checkout.adoc @@ -66,7 +66,7 @@ sparsity patterns: patterns from $GIT_DIR/info/sparse-checkout used to reasons: (1) users in cone mode specify directories rather than patterns (their directories are transformed into patterns, but users may think you are talking about non-cone mode if you use the - word "patterns"), and (b) the sparse specification might + word "patterns"), and (2) the sparse specification might transiently differ in the working tree or index from the sparsity patterns (see "Sparse specification vs. sparsity patterns"). base-commit: 4bbb303af69990ccd05fe3a2eb58a1ce036f8220 -- gitgitgadget