From: Jun Wang Date: Tue, 26 Jan 2016 11:20:11 +0000 (+0800) Subject: Merge to 36c8e5cd00fd600be63160b0ef9427a70ab45870 X-Git-Tag: debian/0.6.26~162 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c20d0b6a60cd60992a065d9b355110fe7bbfe8c;p=tools%2Fgit-buildpackage.git Merge to 36c8e5cd00fd600be63160b0ef9427a70ab45870 --- 8c20d0b6a60cd60992a065d9b355110fe7bbfe8c diff --cc docs/manpages/gbp-buildpackage.sgml index 382b781,d0d68bc..150d5b6 --- a/docs/manpages/gbp-buildpackage.sgml +++ b/docs/manpages/gbp-buildpackage.sgml @@@ -277,21 -276,6 +277,21 @@@ =BRANCH_NAME + =COLOR_SCHEME + + + Colors to use in output (when color is enabled). The format for + COLOR_SCHEME is + '<debug>:<info>:<warning>:<error>'. + Numerical values and color names are accepted, empty fields imply + the default color. For example --git-color-scheme='cyan:34::' would + show debug messages in cyan, info messages in blue and other messages + in default (i.e. warning and error messages in red). + + + + - =branch_name ++ =BRANCH_NAME @@@ -353,15 -337,6 +353,27 @@@ + GPG-KEYID + + + + use this keyid for gpg signing tags ++ COMMAND ++ ++ ++ ++ excecute COMMAND after tagging a new ++ version. ++ ++ ++ Exported environment variables are: GBP_TAG (the name ++ of the generated tag), GBP_BRANCH (the branch the ++ package was build from) and GBP_SHA1 (the sha1 of the ++ commit the tag was created at). + + + + COMMAND @@@ -397,6 -372,6 +409,10 @@@ ++ COMMAND ++ ++ ++ execute COMMAND after exporting the source tree - valid only if --git-export-dir has been specified. diff --cc docs/manpages/gbp-pq.sgml index ba195e9,e094208..39bf0db --- a/docs/manpages/gbp-pq.sgml +++ b/docs/manpages/gbp-pq.sgml @@@ -128,20 -126,6 +126,7 @@@ &man.common.options.description; + =COLOR_SCHEME - - - Colors to use in output (when color is enabled). The format for - COLOR_SCHEME is - '<debug>:<info>:<warning>:<error>'. - Numerical values and color names are accepted, empty fields imply - the default color. For example --git-color-scheme='cyan:34::' would - show debug messages in cyan, info messages in blue and other messages - in default (i.e. warning and error messages in red). - - - -