aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config
diff options
context:
space:
mode:
authorJean-Noël Avila <jn.avila@free.fr>2024-03-29 11:19:39 +0000
committerJunio C Hamano <gitster@pobox.com>2024-03-29 10:57:40 -0700
commit5cf7dfe93ed69b2a9c4826c1ee8bf980bd44e66b (patch)
treee0c889ceeda51c4dc7673940c944f13f9fedb507 /Documentation/config
parent71d9f5a19f8e6be893c4a0dfb43443f7bc545235 (diff)
downloadgit-5cf7dfe93ed69b2a9c4826c1ee8bf980bd44e66b.tar.gz
doc: git-init: apply new documentation formatting guidelines
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config')
-rw-r--r--Documentation/config/init.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config/init.txt b/Documentation/config/init.txt
index dd1d833273..af03acdbcb 100644
--- a/Documentation/config/init.txt
+++ b/Documentation/config/init.txt
@@ -3,8 +3,8 @@ ifndef::git-init[]
:see-git-init: (See the "TEMPLATE DIRECTORY" section of linkgit:git-init[1].)
endif::[]
-init.templateDir::
+`init.templateDir`::
Specify the directory from which templates will be copied. {see-git-init}
-init.defaultBranch::
+`init.defaultBranch`::
Allows overriding the default branch name e.g. when initializing
a new repository.