git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] midx: fix a formatting issue in "multi-pack-index.txt"
@ 2021-11-15  6:33 Teng Long
  2021-11-15 16:25 ` Derrick Stolee
  2021-11-18  7:11 ` [PATCH v2 0/1] [PATCH] midx: fix a formatting issue in docs Teng Long
  0 siblings, 2 replies; 8+ messages in thread
From: Teng Long @ 2021-11-15  6:33 UTC (permalink / raw)
  To: git; +Cc: gitster, me, stolee, Teng Long

Signed-off-by: Teng Long <dyroneteng@gmail.com>
---
 Documentation/technical/multi-pack-index.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/technical/multi-pack-index.txt b/Documentation/technical/multi-pack-index.txt
index fb688976c4..6b2b48f4ef 100644
--- a/Documentation/technical/multi-pack-index.txt
+++ b/Documentation/technical/multi-pack-index.txt
@@ -20,8 +20,8 @@ and their offsets into multiple packfiles. It contains:
 - A list of packfile names.
 - A sorted list of object IDs.
 - A list of metadata for the ith object ID including:
-  - A value j referring to the jth packfile.
-  - An offset within the jth packfile for the object.
+  * A value j referring to the jth packfile.
+  * An offset within the jth packfile for the object.
 - If large offsets are required, we use another list of large
   offsets similar to version 2 pack-indexes.
 
-- 
2.33.1.dirty


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

end of thread, other threads:[~2021-11-18 23:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-15  6:33 [PATCH] midx: fix a formatting issue in "multi-pack-index.txt" Teng Long
2021-11-15 16:25 ` Derrick Stolee
2021-11-16 21:49   ` Taylor Blau
2021-11-18  3:39     ` Teng Long
2021-11-18  7:11 ` [PATCH v2 0/1] [PATCH] midx: fix a formatting issue in docs Teng Long
2021-11-18  7:11   ` [PATCH v2 1/1] midx: fix a formatting issue in "multi-pack-index.txt" Teng Long
2021-11-18 12:16     ` Derrick Stolee
2021-11-18 23:51     ` Junio C Hamano

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).