aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2008-05-08 17:58:49 +0200
committerGuido Guenther <agx@sigxcpu.org>2008-05-08 17:58:49 +0200
commit673911779507dffcab2fda52a0a7b8c5456eafd4 (patch)
treebedfed939ae721d5b9dab2f39a67d7583a60c060 /docs
parentdc1333a7ab68689378b40e8484e7ee3de9eb6926 (diff)
add --git-dont-purge to leave the exported build dir intact
Closes: #479848 Thanks: Kurt B. Kaiser for the patch
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/git-buildpackage.sgml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/manpages/git-buildpackage.sgml b/docs/manpages/git-buildpackage.sgml
index 75edcd62..0b1c8ed6 100644
--- a/docs/manpages/git-buildpackage.sgml
+++ b/docs/manpages/git-buildpackage.sgml
@@ -35,6 +35,7 @@
<arg><option>--git-export-dir=</option><replaceable>directory</replaceable></arg>
<arg><option>--git-export=</option><replaceable>treeish</replaceable></arg>
<arg><option>--git-pristine-tar</option></arg>
+ <arg><option>--git-dont-purge</option></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
@@ -204,6 +205,13 @@
<para>use pristine-tar to create the orig.tar.gz</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--git-dont-purge</option>
+ </term>
+ <listitem>
+ <para>retain exported build directory after build</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>
<refsect1>