aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-09-09 13:35:41 +0200
committerGuido Günther <agx@sigxcpu.org>2016-09-12 08:52:14 +0200
commit7a7068d14ab34e47d44bd601db201fb4126751ef (patch)
tree226d8095fbb4e08d2a389c0d59a51609055e6591 /docs
parentbc187422ddfd561d244e78a8826f58a0ff018713 (diff)
create_remote_repo: allow to create non bare repositories
Closes: #837158
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/gbp-create-remote-repo.sgml9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/manpages/gbp-create-remote-repo.sgml b/docs/manpages/gbp-create-remote-repo.sgml
index ae07f328..b6135991 100644
--- a/docs/manpages/gbp-create-remote-repo.sgml
+++ b/docs/manpages/gbp-create-remote-repo.sgml
@@ -29,6 +29,7 @@
<arg><option>--debian-branch=</option><replaceable>branch_name</replaceable></arg>
<arg><option>--upstream-branch=</option><replaceable>branch_name</replaceable></arg>
<arg><option>--[no-]track</option></arg>
+ <arg><option>--[no-]bare</option></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
@@ -120,6 +121,14 @@
pristine-tar branches.</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--[no-]bare</option>
+ </term>
+ <listitem>
+ <para>Whether to the remote repository should be a bare
+ repository (this is the default).</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>
<refsect1>