git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] doc: sparse-checkout: Fix list markers
@ 2025-05-28  6:19 oneee
  2025-05-28  6:36 ` Kristoffer Haugsbakk
  2025-05-28  7:14 ` Patrick Steinhardt
  0 siblings, 2 replies; 12+ messages in thread
From: oneee @ 2025-05-28  6:19 UTC (permalink / raw)
  To: gitgitgadget; +Cc: git, 김원욱

Hello, I was wondering if there’s any reason this hasn’t been reviewed yet. It’s been a month, and I believe this is a relatively simple change to go over.

Thanks.

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH] doc: sparse-checkout: Fix list markers
@ 2025-04-21 12:41 oneee via GitGitGadget
  2025-05-28  6:56 ` Kristoffer Haugsbakk
  2025-05-28  7:14 ` Patrick Steinhardt
  0 siblings, 2 replies; 12+ messages in thread
From: oneee via GitGitGadget @ 2025-04-21 12:41 UTC (permalink / raw)
  To: git; +Cc: oneee, onee-only

From: onee-only <kimww0306@gmail.com>

Changed the list markers from a mix of "(1)" and "(b)" to a
consistent numeric format "(1)", "(2)" for clarity and consistency.

Signed-off-by: onee-only <kimww0306@gmail.com>
---
    doc: sparse-checkout: Fix list markers

Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1948%2Fonee-only%2Ffix-sparse-checkout-doc-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1948/onee-only/fix-sparse-checkout-doc-v1
Pull-Request: https://github.com/git/git/pull/1948

 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

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-05-30 13:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-28  6:19 [PATCH] doc: sparse-checkout: Fix list markers oneee
2025-05-28  6:36 ` Kristoffer Haugsbakk
2025-05-28  7:14 ` Patrick Steinhardt
  -- strict thread matches above, loose matches on Subject: below --
2025-04-21 12:41 oneee via GitGitGadget
2025-05-28  6:56 ` Kristoffer Haugsbakk
2025-05-28  7:20   ` Eric Sunshine
2025-05-28  8:01     ` Kristoffer Haugsbakk
2025-05-30  3:43       ` oneee
2025-05-30  5:00         ` Eric Sunshine
2025-05-30  7:18           ` oneee
2025-05-30 13:38           ` Junio C Hamano
2025-05-28  7:14 ` Patrick Steinhardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).