Git fork
at reftables-rust 20 lines 846 B view raw
1:see-git-init: 2ifndef::git-init[] 3:see-git-init: (See the "TEMPLATE DIRECTORY" section of linkgit:git-init[1].) 4endif::[] 5 6`init.templateDir`:: 7 Specify the directory from which templates will be copied. {see-git-init} 8`init.defaultBranch`:: 9 Allows overriding the default branch name e.g. when initializing 10 a new repository. 11`init.defaultObjectFormat`:: 12 Allows overriding the default object format for new repositories. See 13 `--object-format=` in linkgit:git-init[1]. Both the command line option 14 and the `GIT_DEFAULT_HASH` environment variable take precedence over 15 this config. 16`init.defaultRefFormat`:: 17 Allows overriding the default ref storage format for new repositories. 18 See `--ref-format=` in linkgit:git-init[1]. Both the command line 19 option and the `GIT_DEFAULT_REF_FORMAT` environment variable take 20 precedence over this config.