docs: import-dsc: Document --upstream-vcs-tag
authorGuido Günther <agx@sigxcpu.org>
Fri, 26 Apr 2019 11:58:39 +0000 (13:58 +0200)
committerGuido Günther <agx@sigxcpu.org>
Fri, 26 Apr 2019 12:00:21 +0000 (14:00 +0200)
docs/manpages/gbp-import-dsc.xml

index 39a37ec2daafb2f6d912d96ed29b8c55cdb0ab6d..ff0ebbdff1e4c33835b8f596743156d5bee6827a 100644 (file)
@@ -33,6 +33,7 @@
       <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>--upstream-vcs-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>
           </para>
         </listitem>
       </varlistentry>
+      <varlistentry>
+        <term><option>--upstream-vcs-tag</option>=<replaceable>tag-format</replaceable>
+        </term>
+        <listitem>
+          <para>
+          Add <replaceable>tag-format</replaceable> as additional parent to the
+          commit of the upstream tarball. Useful when upstream uses git and you
+          want to link to its revision history. The
+          <replaceable>tag-format</replaceable> can be a pattern similar to
+          what <option>--upstream-tag</option> supports.
+          </para>
+         <para>
+           The default is to not add upsteam tags as additional
+           parents since this requires additional setup to have the upstream
+           sources in the same repository.
+         </para>
+        </listitem>
+      </varlistentry>
       <varlistentry>
         <term><option>--skip-debian-tag</option>
         </term>