* 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
···33 `core.repositoryFormatVersion` is not `1`. See
44 linkgit:gitrepository-layout[5].
55+
66---
77-compatObjectFormat::
66+compatObjectFormat:::
87 Specify a compatibility hash algorithm to use. The acceptable values
98 are `sha1` and `sha256`. The value specified must be different from the
109 value of `extensions.objectFormat`. This allows client level
···1918to change. It currently exists only to allow development and testing of
2019the underlying feature and is not designed to be enabled by end users.
21202222-noop::
2121+noop:::
2322 This extension does not change git's behavior at all. It is useful only
2423 for testing format-1 compatibility.
2524+
2625For historical reasons, this extension is respected regardless of the
2726`core.repositoryFormatVersion` setting.
28272929-noop-v1::
2828+noop-v1:::
3029 This extension does not change git's behavior at all. It is useful only
3130 for testing format-1 compatibility.
32313333-objectFormat::
3232+objectFormat:::
3433 Specify the hash algorithm to use. The acceptable values are `sha1` and
3534 `sha256`. If not specified, `sha1` is assumed.
3635+
···3837linkgit:git-clone[1]. Trying to change it after initialization will not
3938work and will produce hard-to-diagnose issues.
40394141-partialClone::
4040+partialClone:::
4241 When enabled, indicates that the repo was created with a partial clone
4342 (or later performed a partial fetch) and that the remote may have
4443 omitted sending certain unwanted objects. Such a remote is called a
···5049For historical reasons, this extension is respected regardless of the
5150`core.repositoryFormatVersion` setting.
52515353-preciousObjects::
5252+preciousObjects:::
5453 If enabled, indicates that objects in the repository MUST NOT be deleted
5554 (e.g., by `git-prune` or `git repack -d`).
5655+
5756For historical reasons, this extension is respected regardless of the
5857`core.repositoryFormatVersion` setting.
59586060-refStorage::
5959+refStorage:::
6160 Specify the ref storage format to use. The acceptable values are:
6261+
6262+--
6363include::../ref-storage-format.adoc[]
6464-6464+--
6565+
6666Note that this setting should only be set by linkgit:git-init[1] or
6767linkgit:git-clone[1]. Trying to change it after initialization will not
6868work and will produce hard-to-diagnose issues.
69697070-relativeWorktrees::
7070+relativeWorktrees:::
7171 If enabled, indicates at least one worktree has been linked with
7272 relative paths. Automatically set if a worktree has been created or
7373 repaired with either the `--relative-paths` option or with the
7474 `worktree.useRelativePaths` config set to `true`.
75757676-worktreeConfig::
7676+worktreeConfig:::
7777 If enabled, then worktrees will load config settings from the
7878 `$GIT_DIR/config.worktree` file in addition to the
7979 `$GIT_COMMON_DIR/config` file. Note that `$GIT_COMMON_DIR` and
···8787certain values from the common config file to the main working tree's
8888`config.worktree` file, if present:
8989+
9090+--
9091* `core.worktree` must be moved from `$GIT_COMMON_DIR/config` to
9192 `$GIT_COMMON_DIR/config.worktree`.
9293* If `core.bare` is true, then it must be moved from `$GIT_COMMON_DIR/config`
9394 to `$GIT_COMMON_DIR/config.worktree`.
9494-9595+--
9596+
9697It may also be beneficial to adjust the locations of `core.sparseCheckout`
9798and `core.sparseCheckoutCone` depending on your desire for customizable
···104105+
105106For historical reasons, this extension is respected regardless of the
106107`core.repositoryFormatVersion` setting.
107107---
+4-2
Documentation/pretty-formats.adoc
···232232colon and zero or more comma-separated options. Option values may contain
233233literal formatting codes. These must be used for commas (`%x2C`) and closing
234234parentheses (`%x29`), due to their role in the option syntax.
235235-+
235235+236236** `prefix=<value>`: Shown before the list of ref names. Defaults to "{nbsp}++(++".
237237** `suffix=<value>`: Shown after the list of ref names. Defaults to "+)+".
238238** `separator=<value>`: Shown between ref names. Defaults to "+,+{nbsp}".
···241241** `tag=<value>`: Shown before tag names. Defaults to "`tag:`{nbsp}".
242242243243+
244244+--
244245For example, to produce decorations with no wrapping
245246or tag annotations, and spaces as separators:
246246-+
247247+247248++%(decorate:prefix=,suffix=,tag=,separator= )++
249249+--
248250249251++%(describe++`[:<option>,...]`++)++::
250252human-readable name, like linkgit:git-describe[1]; empty string for