From: Markus Lehtonen Date: Thu, 8 May 2014 13:19:19 +0000 (+0300) Subject: docs: document the --color-scheme option X-Git-Tag: debian/0.6.16~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=67666b7dedeb02044664bac4d8a9422a3fb7d417;p=tools%2Fgit-buildpackage.git docs: document the --color-scheme option Signed-off-by: Markus Lehtonen --- diff --git a/docs/manpages/gbp-buildpackage.sgml b/docs/manpages/gbp-buildpackage.sgml index ea578e2..79fb81d 100644 --- a/docs/manpages/gbp-buildpackage.sgml +++ b/docs/manpages/gbp-buildpackage.sgml @@ -24,6 +24,7 @@ [auto|on|off] + =COLOR_SCHEME [auto|on|off] treeish branch_name @@ -204,6 +205,20 @@ + =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 diff --git a/docs/manpages/gbp-config.sgml b/docs/manpages/gbp-config.sgml index b281597..599d116 100644 --- a/docs/manpages/gbp-config.sgml +++ b/docs/manpages/gbp-config.sgml @@ -23,6 +23,7 @@ [auto|on|off] + =COLOR_SCHEME command.option command @@ -54,6 +55,20 @@ Whether to use colored output. + + =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). + + + diff --git a/docs/manpages/gbp-pq.sgml b/docs/manpages/gbp-pq.sgml index 6251ab3..697916c 100644 --- a/docs/manpages/gbp-pq.sgml +++ b/docs/manpages/gbp-pq.sgml @@ -22,6 +22,7 @@ &gbp-pq; [auto|on|off] + =COLOR_SCHEME topic num @@ -138,6 +139,20 @@ + =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). + + + +