diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-06-02 09:25:34 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-06-02 09:25:34 -0700 |
| commit | 3624591b84ad76e5dacb94439b2ab81cdfecf8d1 (patch) | |
| tree | 2a7e1770bddb1467bc5e62ceb8e23bd62b692a1f /Documentation/technical | |
| parent | bbe8a3723b16161fcf06180f7e6cc2138cbde9c3 (diff) | |
| parent | cea9f55f00eaf5413d086c8ffc40ceb1c69d23e3 (diff) | |
| download | git-3624591b84ad76e5dacb94439b2ab81cdfecf8d1.tar.xz | |
Merge branch 'wk/sparse-checkout-doc-fix'
Doc update.
* wk/sparse-checkout-doc-fix:
doc: sparse-checkout: use consistent inline list style
Diffstat (limited to 'Documentation/technical')
| -rw-r--r-- | Documentation/technical/sparse-checkout.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/sparse-checkout.adoc b/Documentation/technical/sparse-checkout.adoc index dc2e763bbe..8202172b70 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"). |
