On Tue, Oct 09, 2007 at 02:06:31PM +0100, Jonathan del Strother wrote: > For me at least, adding color would make the interactive mode far more > readable. I hacked in basic color support (just coloring PROMPT & > HEADER in list_and_choose, and the "Stage this hunk?" prompt) - which > helped a lot - but then reached the limits of my perl knowledge. For > instance, I can't see a sensible way of reusing git-svn's > log_use_color function without importing the entire file, and I can't > figure out how you'd go about diff-coloring the hunks. Is anyone with > more perl knowledge than me interested in taking this on? Why don't you post what you have, and we can make comments on it? As far as reusing code from git-svn, there is a 'Git.pm' module in the perl/ subdirectory. You can move the code there and 'use Git' in git-add--interactive.perl (git-svn already uses it). -Peff - 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