aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-05-22 07:35:31 +0200
committerGuido Günther <agx@sigxcpu.org>2018-05-22 07:38:11 +0200
commit62e01023c927e7268ab7af37313196c3e2211dd1 (patch)
treeffe7c57f5ad850d84e7beb934d70788d2ba69511 /docs
parent29b9f2ce26eeda9970bfa230520bf0f8cb412c35 (diff)
push: Allow to skip upstream and debian branch and tag push
Push of tag and or branch can be skipped by setting --{upstream,debian}-{branch,tag}='' . Closes: #899234
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/gbp-push.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/manpages/gbp-push.xml b/docs/manpages/gbp-push.xml
index 7123c6b2..5c8abc18 100644
--- a/docs/manpages/gbp-push.xml
+++ b/docs/manpages/gbp-push.xml
@@ -104,7 +104,7 @@
<listitem>
<para>
The branch in the Git repository the Debian package is being
- developed on.
+ developed on. If set to the empty value the branch will not be pushed.
</para>
</listitem>
</varlistentry>
@@ -114,6 +114,7 @@
<para>
Use this tag format when looking for tags corresponding to a &debian;
version. Default is <replaceable>debian/%(version)s</replaceable>.
+ If set to the empty value the tag will not be pushed.
</para>
</listitem>
</varlistentry>
@@ -122,7 +123,7 @@
<listitem>
<para>
The branch in the &git; repository the upstream sources are put
- onto.
+ onto. If set to the empty value the branch will not be pushed.
</para>
</listitem>
</varlistentry>
@@ -133,6 +134,7 @@
Use this tag format when looking for tags of upstream
versions. Default
is <replaceable>upstream/%(version)s</replaceable>.
+ If set to the empty value the tag will not be pushed.
</para>
</listitem>
</varlistentry>