diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-10-24 22:23:49 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-10-24 22:25:26 +0200 |
commit | 4da84c0e458eaf9a1297adbeeddb85af7c9aed27 (patch) | |
tree | c86c2a8ba19f914e1d8aee5eb8b2af6c585d952b /docs | |
parent | e58395ab449219202d9b5aeb530dec39e9dfa0af (diff) | |
download | git-buildpackage-4da84c0e458eaf9a1297adbeeddb85af7c9aed27.tar.gz git-buildpackage-4da84c0e458eaf9a1297adbeeddb85af7c9aed27.tar.bz2 git-buildpackage-4da84c0e458eaf9a1297adbeeddb85af7c9aed27.zip |
document --git-retag
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages/git-buildpackage.sgml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/manpages/git-buildpackage.sgml b/docs/manpages/git-buildpackage.sgml index 7a01238c..c0ea1e1c 100644 --- a/docs/manpages/git-buildpackage.sgml +++ b/docs/manpages/git-buildpackage.sgml @@ -38,6 +38,7 @@ <arg><option>--git-[no-]pristine-tar</option></arg> <arg><option>--git-dont-purge</option></arg> <arg><option>--git-tag-only</option></arg> + <arg><option>--git-retag</option></arg> </cmdsynopsis> </refsynopsisdiv> <refsect1> @@ -241,6 +242,14 @@ <para>don't build, only tag and run post-tag hooks</para> </listitem> </varlistentry> + <varlistentry> + <term><option>--git-retag</option> + </term> + <listitem> + <para>don't fail tag operations if a tag with the same version + already exists</para> + </listitem> + </varlistentry> </variablelist> </refsect1> <refsect1> |