diff options
author | Guido Guenther <agx@sigxcpu.org> | 2008-06-12 14:47:08 +0200 |
---|---|---|
committer | Guido Guenther <agx@sigxcpu.org> | 2008-06-12 14:47:08 +0200 |
commit | bf8738fbf88f652d1b76239c51bc1adeaf4a6b01 (patch) | |
tree | 7df3536bcad977bf111dac4540af733dcac5a605 /docs/manpages/git-buildpackage.sgml | |
parent | 7d63e015bcf4f73e8cbefe87e14d14a5b20d6189 (diff) | |
download | git-buildpackage-bf8738fbf88f652d1b76239c51bc1adeaf4a6b01.tar.gz git-buildpackage-bf8738fbf88f652d1b76239c51bc1adeaf4a6b01.tar.bz2 git-buildpackage-bf8738fbf88f652d1b76239c51bc1adeaf4a6b01.zip |
add --git-tag-only
skips the build, only tags and runs post-tag hooks
Closes: #485114
Diffstat (limited to 'docs/manpages/git-buildpackage.sgml')
-rw-r--r-- | docs/manpages/git-buildpackage.sgml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/manpages/git-buildpackage.sgml b/docs/manpages/git-buildpackage.sgml index 0b1c8ed6..c1e75467 100644 --- a/docs/manpages/git-buildpackage.sgml +++ b/docs/manpages/git-buildpackage.sgml @@ -36,6 +36,7 @@ <arg><option>--git-export=</option><replaceable>treeish</replaceable></arg> <arg><option>--git-pristine-tar</option></arg> <arg><option>--git-dont-purge</option></arg> + <arg><option>--git-tag-only</option></arg> </cmdsynopsis> </refsynopsisdiv> <refsect1> @@ -212,6 +213,13 @@ <para>retain exported build directory after build</para> </listitem> </varlistentry> + <varlistentry> + <term><option>--git-tag-only</option> + </term> + <listitem> + <para>don't build, only tag and run post-tag hooks</para> + </listitem> + </varlistentry> </variablelist> </refsect1> <refsect1> |