On Sun, Oct 14, 2007 at 03:44:54AM -0500, Tom Tobin wrote: > (This is repost; my damned mail client wrapped a line in the patch last > time, and now I've got that under control. My apologies!) :( > > Seeing the recent discussion and code regarding adding color to > git-add--interactive, I thought I'd throw in my recent attempt at > colorizing the diffs. (This doesn't handle anything else, such as the > prompts.) > > After banging my head against parsing colorized output of git-add-files, > I gave up and implemented internal colorization keying off of the > color.diff configuration. > > Hopefully this can be of some use towards fully colorizing > git-add--interactive; I'll admit up front that Perl isn't my primary > language, so I apologize in advance for whatever stupidities I've > introduced. ;) > > Signed-off-by: Tom Tobin <korpios@xxxxxxxxxxx> [...skiping patch ...] Tossing around ideas, so feel free to ignore me. Wouldn't it make more sense to implement the diff coloring inside git apply so that you could use something like diff file1 file2|git apply --color to make the generated diff with colors [1]? It already implements the same semantic for generating a diffstat, using diff file1 file2|git apply --stat so we would get a generic diff colorizing tool and you could use inside git add -i the diff without color and just print it out with the git apply --color filter. So if someone implements another tool which needs color handling he could use this output filter. -Peter [1]: there is a programm colordiff which does exactly this, but AFAIK git colorization has more features. - 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