aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2008-04-24 17:12:05 +0200
committerGuido Guenther <agx@sigxcpu.org>2008-04-24 17:12:05 +0200
commitf155366c5664034e260d090e5b729263e2a10101 (patch)
tree9b73ce10ae44dacfc5ad7623b7a57e97c98e8e10 /docs
parent5d6f4d897b5e851f49e466d29f8ccddd50c03651 (diff)
document --git-export=INDEX
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/git-buildpackage.sgml18
1 files changed, 11 insertions, 7 deletions
diff --git a/docs/manpages/git-buildpackage.sgml b/docs/manpages/git-buildpackage.sgml
index 758bf2c9..75edcd62 100644
--- a/docs/manpages/git-buildpackage.sgml
+++ b/docs/manpages/git-buildpackage.sgml
@@ -176,21 +176,25 @@
<term><option>--git-export-dir=</option><replaceable>directory</replaceable>
</term>
<listitem>
- <para>Export the current branch head to <replaceable>directory</replaceable> before building.</para>
+ <para>Export the current branch head (or the treeish object given via
+ <option>--git-export</option> to <replaceable>directory</replaceable>
+ before building.</para>
</listitem>
</varlistentry>
<varlistentry>
- <term><option>--git-tarball-dir=</option><replaceable>directory</replaceable>
+ <term><option>--git-export=</option><replaceable>treeish</replaceable>
</term>
- <listitem>
- <para>Search for original tarballs in <replaceable>directory</replaceable> instead of generating them</para>
+ <listitem>
+ <para>Instead of exporting the current branch head, export the
+ treeish object <replaceable>treeish</replaceable>. The special name
+ <replaceable>INDEX</replaceable> exports the current index.</para>
</listitem>
</varlistentry>
<varlistentry>
- <term><option>--git-export=</option><replaceable>treeish</replaceable>
+ <term><option>--git-tarball-dir=</option><replaceable>directory</replaceable>
</term>
- <listitem> <para>Instead of exporting the current branch head export at
- the treeish object <replaceable>treeish</replaceable>.</para>
+ <listitem>
+ <para>Search for original tarballs in <replaceable>directory</replaceable> instead of generating them</para>
</listitem>
</varlistentry>
<varlistentry>