Junio C Hamano wrote: > Perhaps like this (obviously not tested as these three patches did > not add any tests ;-) Sorry about that. I didn't notice t6300-for-each-ref.sh. Will fix in the next round. > I also think that there should be a mechanism to do "color:reset" > after each record is issued automatically, and also have the color > output honor --color=auto from the command line, i.e. > > git for-each-ref --color=auto --format='%(color:blue)%(subject)' | cat > > should turn the coloring off. We can add --color=auto later, but I'm wondering about auto-reset color after each token. What happens if I do: $ git for-each-ref --format='%(subject)%(color:blue)' No color, right? So, it should be auto-reset color after each token _and_ at end of format-string. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html