aboutsummaryrefslogtreecommitdiff
path: root/bdep/new.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/new.cli')
-rw-r--r--bdep/new.cli8
1 files changed, 7 insertions, 1 deletions
diff --git a/bdep/new.cli b/bdep/new.cli
index 8f3b094..c6dc8ee 100644
--- a/bdep/new.cli
+++ b/bdep/new.cli
@@ -501,7 +501,12 @@ namespace bdep
\li|\cb{git}
Initialize a \cb{git(1)} repository inside the project and generate
- \cb{.gitignore} files.||
+ \cb{.gitignore} files. Recognized version control system sub-options:|
+
+ \li|\n\ \ \ \c{\b{branch=}\i{name}}
+
+ Use the specified name for the initial branch in the newly created
+ repository.||
\dl|
@@ -632,6 +637,7 @@ namespace bdep
//
class cmd_new_git_options
{
+ string branch;
};
class cmd_new_none_options