diff options
Diffstat (limited to 'third_party/git/Documentation/config/init.txt')
-rw-r--r-- | third_party/git/Documentation/config/init.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/git/Documentation/config/init.txt b/third_party/git/Documentation/config/init.txt index 46fa8c6a0827..dc77f8c84468 100644 --- a/third_party/git/Documentation/config/init.txt +++ b/third_party/git/Documentation/config/init.txt @@ -1,3 +1,7 @@ init.templateDir:: Specify the directory from which templates will be copied. (See the "TEMPLATE DIRECTORY" section of linkgit:git-init[1].) + +init.defaultBranch:: + Allows overriding the default branch name e.g. when initializing + a new repository or when cloning an empty repository. |