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 ea578e25..79fb81db 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 @@ -203,6 +204,20 @@ Whether to send a desktop notification after the build. + + =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 b281597a..599d1168 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 6251ab39..697916ca 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 @@ -137,6 +138,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). + + +