On Thu, Nov 07, 2013 at 07:10:11PM +0100, Nicolas wrote:
> I’m developping a git command in shell and I would like colorize the output.
> 
> I don’t find anything in git-sh-setup.
> 
> What is the best way for don’t reinvent the wheel?

I normally use "git config --get-color ..." either with standard colors
if my command is close to a standard command or with my own config keys
and sensible defaults.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to