From f551fab4b20e1d8cd9a069928f54756f2f963d83 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Fri, 6 Jun 2014 12:40:32 +0300 Subject: rpm-ch: implement --meta-bts option This gives the user the possibility to define what meta tags (in git commit message) git-rpm-ch recognizes as bug tracking system references. Or, makes it possible to disable bts meta tag tracking altogether. Signed-off-by: Markus Lehtonen --- docs/manpages/gbp-rpm-ch.sgml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/manpages/gbp-rpm-ch.sgml b/docs/manpages/gbp-rpm-ch.sgml index 59adaa5a..fbd28967 100644 --- a/docs/manpages/gbp-rpm-ch.sgml +++ b/docs/manpages/gbp-rpm-ch.sgml @@ -33,6 +33,7 @@ MESSAGE COMMITISH + META_TAGS @@ -170,6 +171,19 @@ + + META_TAGS + + + + Meta tags in the commit messages that are interpreted as bug tracking + system related references. The recognized bts references are added in + the generated changelog entries. See the META TAGS section below for + more information. The bts meta tag tracking feature can be disabled + by defining an empty string. + + + @@ -378,11 +392,14 @@ - : BUGNUMBER + : BUGNUMBER - Indicate in the changelog that the bug was addressed by this commit. + Indicate in the changelog entry that bug + BUGNUMBER was addressed in this commit. + The bts meta tags recognized by &gbp-rpm-ch; is actually defined by + the option. -- cgit v1.2.3