On Fri, May 24, 2013 at 10:19 AM, Ramkumar Ramachandra
[off-list ref] wrote:
Since 'git branch' misses important options like --sort, --count, and
--format that are present in 'git for-each-ref'. Until we are in a
position to fix 'git branch', let us enhance the 'git for-each-ref'
format so it can atleast colorize output.
s/atleast/at least/
You can use the following format in for-each-ref:
%C(green)%(refname:short)%C(reset)
To display refs in green. Future patches will attempt to extend the
format even more to get useful output.
Signed-off-by: Ramkumar Ramachandra <redacted>