]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ja/doc-markup-attached-paragraph-fix' into maint-2.51
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 Oct 2025 17:29:35 +0000 (10:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Oct 2025 17:29:35 +0000 (10:29 -0700)
Documentation mark-up fix.

* ja/doc-markup-attached-paragraph-fix:
  doc: fix indentation of refStorage item in git-config(1)
  doc: change the markup of paragraphs following a nested list item

1  2 
Documentation/config/extensions.adoc
Documentation/pretty-formats.adoc

index 829f2523fcbca47a32a64ff9476a308807d86fbf,aaea8c107f585878cc6a4e8c992b6629d1e6aaa8..532456644b770e7f9a8d15b5eaac9eef143a5315
@@@ -14,12 -13,8 +13,12 @@@ compatObjectFormat::
        compatObjectFormat.  As well as being able to use oids encoded in
        compatObjectFormat in addition to oids encoded with objectFormat to
        locally specify objects.
 ++
 +Note that the functionality enabled by this extension is incomplete and subject
 +to change.  It currently exists only to allow development and testing of
 +the underlying feature and is not designed to be enabled by end users.
  
- noop::
+ noop:::
        This extension does not change git's behavior at all. It is useful only
        for testing format-1 compatibility.
  +
index 618ddc4a0c819f2edeb843d16e5f932b54fb9808,3d7a8885b696f62deb64eb1bc619e0c57d1eec27..2121e8e1df0507a47ccf46993b82a2a3446cab9d
@@@ -232,8 -232,8 +232,8 @@@ ref names with custom decorations. The 
  colon and zero or more comma-separated options. Option values may contain
  literal formatting codes. These must be used for commas (`%x2C`) and closing
  parentheses (`%x29`), due to their role in the option syntax.
- +
 -** `prefix=<value>`: Shown before the list of ref names.  Defaults to "{nbsp}+(+".
 +** `prefix=<value>`: Shown before the list of ref names.  Defaults to "{nbsp}++(++".
  ** `suffix=<value>`: Shown after the list of ref names.  Defaults to "+)+".
  ** `separator=<value>`: Shown between ref names.  Defaults to "+,+{nbsp}".
  ** `pointer=<value>`: Shown between HEAD and the branch it points to, if any.