mirror of
https://github.com/git/git.git
synced 2026-04-01 20:40:08 +02:00
When included into a the manpage of git-init, the param section must not refer to the manpage. Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
11 lines
323 B
Plaintext
11 lines
323 B
Plaintext
:see-git-init:
|
|
ifndef::git-init[]
|
|
:see-git-init: (See the "TEMPLATE DIRECTORY" section of linkgit:git-init[1].)
|
|
endif::[]
|
|
|
|
init.templateDir::
|
|
Specify the directory from which templates will be copied. {see-git-init}
|
|
init.defaultBranch::
|
|
Allows overriding the default branch name e.g. when initializing
|
|
a new repository.
|