aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-12-21 07:13:53 +0100
committerGuido Günther <agx@sigxcpu.org>2016-12-21 07:18:31 +0100
commitcb8169dc6f228d305f7e6ec6b6f5f84603b53c07 (patch)
tree0b8470933d580d24334f9373022833c7dffeb23c
parentf7a61faf2502b51de523afb19491e88bf5d425f6 (diff)
Document --repo-{user,email}
-rw-r--r--docs/manpages/gbp-clone.sgml24
-rw-r--r--docs/manpages/gbp-import-dsc.sgml24
-rw-r--r--docs/manpages/gbp-import-srpm.sgml24
3 files changed, 72 insertions, 0 deletions
diff --git a/docs/manpages/gbp-clone.sgml b/docs/manpages/gbp-clone.sgml
index 28c6ec0c..c3b7a734 100644
--- a/docs/manpages/gbp-clone.sgml
+++ b/docs/manpages/gbp-clone.sgml
@@ -30,6 +30,8 @@
<arg><option>--reference=</option><replaceable>repository</replaceable></arg>
<arg><option>--postclone=</option><replaceable>COMMAND</replaceable></arg>
<arg><option>--[no-]hooks</option></arg>
+ <arg><option>--repo-user=</option><option>[GIT|DEBIAN]</option></arg>
+ <arg><option>--repo-email=</option><option>[GIT|DEBIAN]</option></arg>
<arg choice="plain"><replaceable>repository</replaceable></arg>
<arg><replaceable>directory</replaceable></arg>
</cmdsynopsis>
@@ -124,6 +126,28 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--repo-email=</option><option>[GIT|DEBIAN]</option></term>
+ <listitem>
+ <para>
+ When set to <option>DEBIAN</option>
+ use the <envar>DEBEMAIL</envar> environment variable to set the
+ user.email &git; configuration otherwise use &git;'s
+ defaults.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--repo-user=</option><option>[GIT|DEBIAN]</option></term>
+ <listitem>
+ <para>
+ When set to <option>DEBIAN</option>
+ use the <envar>DEBUSER</envar> environment variable to set the
+ user.name &git; configuration otherwise use &git;'s
+ defaults.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
<variablelist>
<varlistentry>
diff --git a/docs/manpages/gbp-import-dsc.sgml b/docs/manpages/gbp-import-dsc.sgml
index 5cddc950..747957d6 100644
--- a/docs/manpages/gbp-import-dsc.sgml
+++ b/docs/manpages/gbp-import-dsc.sgml
@@ -34,6 +34,8 @@
<arg><option>--skip-debian-tag=</option></arg>
<arg><option>--upstream-branch=</option><replaceable>branch_name</replaceable></arg>
<arg><option>--upstream-tag=</option><replaceable>tag-format</replaceable></arg>
+ <arg><option>--repo-user=</option><option>[GIT|DEBIAN]</option></arg>
+ <arg><option>--repo-email=</option><option>[GIT|DEBIAN]</option></arg>
<arg choice="plain"><replaceable>debian-source.dsc</replaceable></arg>
<arg choice="opt"><replaceable>target</replaceable></arg>
</cmdsynopsis>
@@ -222,6 +224,28 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--repo-user=</option><option>[GIT|DEBIAN]</option></term>
+ <listitem>
+ <para>
+ When set to <option>DEBIAN</option>
+ use the <envar>DEBUSER</envar> environment variable to set the
+ user.name &git; configuration otherwise use &git;'s
+ defaults. Only affects newly created repos.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--repo-email=</option><option>[GIT|DEBIAN]</option></term>
+ <listitem>
+ <para>
+ When set to <option>DEBIAN</option>
+ use the <envar>DEBEMAIL</envar> environment variable to set the
+ user.email &git; configuration otherwise use &git;'s
+ defaults. Only affects newly created repos.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>
<refsect1>
diff --git a/docs/manpages/gbp-import-srpm.sgml b/docs/manpages/gbp-import-srpm.sgml
index 552546f3..1beedb9b 100644
--- a/docs/manpages/gbp-import-srpm.sgml
+++ b/docs/manpages/gbp-import-srpm.sgml
@@ -35,6 +35,8 @@
<arg><option>--upstream-branch=</option><replaceable>BRANCH-NAME</replaceable></arg>
<arg><option>--upstream-tag=</option><replaceable>TAG-FORMAT</replaceable></arg>
<arg><option>--native</option></arg>
+ <arg><option>--repo-user=</option><option>[GIT|DEBIAN]</option></arg>
+ <arg><option>--repo-email=</option><option>[GIT|DEBIAN]</option></arg>
<arg choice="plain"><replaceable>SRPM</replaceable></arg>
<arg choice="opt"><replaceable>target</replaceable></arg>
</cmdsynopsis>
@@ -225,6 +227,28 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--repo-user=</option><option>[GIT|DEBIAN]</option></term>
+ <listitem>
+ <para>
+ When set to <option>DEBIAN</option>
+ use the <envar>DEBUSER</envar> environment variable to set the
+ user.name &git; configuration otherwise use &git;'s
+ defaults. Only affects newly created repos.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--repo-email=</option><option>[GIT|DEBIAN]</option></term>
+ <listitem>
+ <para>
+ When set to <option>DEBIAN</option>
+ use the <envar>DEBEMAIL</envar> environment variable to set the
+ user.email &git; configuration otherwise use &git;'s
+ defaults. Only affects newly created repos.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>
<refsect1>