diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-06-05 17:25:25 +0300 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-06-05 17:27:35 +0300 |
commit | 0f1fc7f430e6f25ab5f8516ca5f8a79291f86c50 (patch) | |
tree | b2742c639fa9149f3469cbb89892c38951f8e249 /docs | |
parent | dca47ece0d2f0de035dc1d2199ac9716ab9b559f (diff) | |
download | git-buildpackage-0f1fc7f430e6f25ab5f8516ca5f8a79291f86c50.tar.gz git-buildpackage-0f1fc7f430e6f25ab5f8516ca5f8a79291f86c50.tar.bz2 git-buildpackage-0f1fc7f430e6f25ab5f8516ca5f8a79291f86c50.zip |
rpm-ch: implement --commit-msg option
Change-Id: I10e2d4ad30dfd02c73fd0f318375715202ec36c2
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages/gbp-rpm-ch.sgml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/manpages/gbp-rpm-ch.sgml b/docs/manpages/gbp-rpm-ch.sgml index 37a42726..59adaa5a 100644 --- a/docs/manpages/gbp-rpm-ch.sgml +++ b/docs/manpages/gbp-rpm-ch.sgml @@ -286,6 +286,16 @@ </listitem> </varlistentry> <varlistentry> + <term><option>--commit-msg=</option><replaceable>MSG-FORMAT</replaceable> + </term> + <listitem> + <para> + Format string for the commit message when committing changes + (when <option>--commit</option> is given). + </para> + </listitem> + </varlistentry> + <varlistentry> <term><option>--tag</option> </term> <listitem> |