aboutsummaryrefslogtreecommitdiff
path: root/Documentation/ref-storage-format.adoc
diff options
context:
space:
mode:
authorJean-Noël Avila <jn.avila@free.fr>2026-02-06 04:12:25 +0000
committerJunio C Hamano <gitster@pobox.com>2026-02-05 21:14:05 -0800
commitccaca2c4751b380e0268c061268e3f5cc419fcdb (patch)
treef7321c21211b3419b37205c0225dd5e29f21442c /Documentation/ref-storage-format.adoc
parent4f29c685348d767b335c00fe84d01ea6e7d20d38 (diff)
downloadgit-ccaca2c4751b380e0268c061268e3f5cc419fcdb.tar.xz
doc: fix some style issues in git-clone and for-each-ref-options
* spell out all forms of --[no-]reject-shallow in git-clone * use imperative mood for the first line of options * Use asciidoc NOTE macro * fix markups Reviewed-by: Kristoffer Haugsbakk <kristofferhaugsbakk@fastmail.com> Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/ref-storage-format.adoc')
-rw-r--r--Documentation/ref-storage-format.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/ref-storage-format.adoc b/Documentation/ref-storage-format.adoc
index 14fff8a9c6..6a8db4712b 100644
--- a/Documentation/ref-storage-format.adoc
+++ b/Documentation/ref-storage-format.adoc
@@ -1,3 +1,3 @@
-* `files` for loose files with packed-refs. This is the default.
-* `reftable` for the reftable format. This format is experimental and its
+`files`;; for loose files with packed-refs. This is the default.
+`reftable`;; for the reftable format. This format is experimental and its
internals are subject to change.