diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-02-24 18:57:18 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-02-26 13:48:29 +0100 |
commit | 2fa0cc88fca5facc632cf347bf17a6914367e225 (patch) | |
tree | 419616f2c8b4fdab09a73b8322e34ec07f5096f0 /docs | |
parent | 1e1a1ca349ef806314c2e91056f8cd074e9116ee (diff) | |
download | git-buildpackage-2fa0cc88fca5facc632cf347bf17a6914367e225.tar.gz git-buildpackage-2fa0cc88fca5facc632cf347bf17a6914367e225.tar.bz2 git-buildpackage-2fa0cc88fca5facc632cf347bf17a6914367e225.zip |
make --[no-]full a config file option
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages/git-dch.sgml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manpages/git-dch.sgml b/docs/manpages/git-dch.sgml index eb639b87..890df671 100644 --- a/docs/manpages/git-dch.sgml +++ b/docs/manpages/git-dch.sgml @@ -28,12 +28,12 @@ <arg><option>--snapshot</option></arg> <arg><option>--release</option></arg> <arg><option>--auto</option></arg> - <arg><option>--full</option></arg> - <arg><option>--meta</option></arg> + <arg><option>--[no-]full</option></arg> + <arg><option>--[no-]meta</option></arg> <arg><option>--meta-closes=bug-close-tags</option></arg> <arg><option>--snapshot-number=</option><replaceable>expression</replaceable></arg> <arg><option>--git-log=</option><replaceable>git-log-options</replaceable></arg> - <arg><option>--git-author</option></arg> + <arg><option>--[no-]git-author</option></arg> <arg choice="plain"><replaceable>[path1 path2]</replaceable></arg> </cmdsynopsis> </refsynopsisdiv> @@ -105,7 +105,7 @@ </listitem> </varlistentry> <varlistentry> - <term><option>--meta</option></term> + <term><option>--[no-]meta</option></term> <listitem> <para>Parse meta tags like <option>Closes:</option> and <option>Thanks:</option>. </para> @@ -121,7 +121,7 @@ </listitem> </varlistentry> <varlistentry> - <term><option>--full</option></term> + <term><option>--[no-]full</option></term> <listitem> <para>Include the full commit message in the changelog output</para> </listitem> |