aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/manpages
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manpages')
-rw-r--r--docs/manpages/git-buildpackage.sgml14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/manpages/git-buildpackage.sgml b/docs/manpages/git-buildpackage.sgml
index 78c7aca7..f79ad6a2 100644
--- a/docs/manpages/git-buildpackage.sgml
+++ b/docs/manpages/git-buildpackage.sgml
@@ -41,6 +41,7 @@
<arg><option>--git-debian-tag=</option><replaceable>tag-format</replaceable></arg>
<arg><option>--git-force-create</option></arg>
<arg><option>--git-no-create-orig</option></arg>
+ <arg><option>--git-upstream-tree=</option><replaceable>[tag|branch]</replaceable></arg>
<arg><option>--git-tarball-dir=</option><replaceable>directory</replaceable></arg>
<arg><option>--git-compression=</option><replaceable>type</replaceable></arg>
<arg><option>--git-compression-level=</option><replaceable>level</replaceable></arg>
@@ -307,6 +308,19 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>--git-upstream-tree=</option><replaceable>[tag|branch]</replaceable>
+ </term>
+ <listitem>
+ <para>How to find the upstream sources used to generate the tarball.
+ <replaceable>tag</replaceable> looks at a tag corresponding to the
+ version in the changelog. <replaceable>branch</replaceable> looks at
+ the upstream branch given via the <option>--git-upstream-branch</option>
+ option. This doesn't have any effect if <option>--git-pristine-tar</option>
+ is being used.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--git-tarball-dir=</option><replaceable>directory</replaceable>
</term>
<listitem>