When running git commit --verbose git opens vim with
the diff so you can see whats being commited.
But this diff is not filtered using diffr.
I searched on the git documentation and could not find anything.
you need to convince vim to interpret ansi color codes.
Otherwise you could write another formatter for colors (an existing alternative one exists that emits html)
When running
git commit --verbose
git opens vim with the diff so you can see whats being commited. But this diff is not filtered using diffr. I searched on the git documentation and could not find anything.