summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2018-01-22 14:28:08 +0200
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>2018-01-22 14:56:17 +0200
commit8515181255c532fe25cd1b8b0c59814ea0eb2003 (patch)
treef9ab9c4c8375ace172e21231d0aa6e84b3e5c1db /docs
parent972db70347d5fa37f9af74babf8021a41cb7d219 (diff)
import-srpm: support --upstream-vcs-tag cmdline option
Similar to what the option does in git-import-orig. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/gbp-import-srpm.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/manpages/gbp-import-srpm.xml b/docs/manpages/gbp-import-srpm.xml
index 4520e039..675ad89f 100644
--- a/docs/manpages/gbp-import-srpm.xml
+++ b/docs/manpages/gbp-import-srpm.xml
@@ -34,6 +34,7 @@
<arg><option>--[no-]sign-tags</option></arg>
<arg><option>--upstream-branch=</option><replaceable>BRANCH-NAME</replaceable></arg>
<arg><option>--upstream-tag=</option><replaceable>TAG-FORMAT</replaceable></arg>
+ <arg><option>--upstream-vcs-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>
@@ -147,6 +148,19 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>--upstream-vcs-tag</option>=<replaceable>TAG-NAME</replaceable>
+ </term>
+ <listitem>
+ <para>
+ Add <replaceable>TAG-FORMAT</replaceable> as an additional parent of the
+ commit of the upstream tarball. Useful when upstream uses git and you
+ want to link to its revision history.
+ <replaceable>TAG-FORMAT</replaceable> can be a pattern similar to
+ what <option>--upstream-tag</option> supports.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--git-packaging-dir=</option><replaceable>DIRECTORY</replaceable>
</term>
<listitem>