2009/1/17 Thomas Rast <trast@xxxxxxxxxxxxxxx>: > Johannes Schindelin wrote: >> Thomas, could you pick up the patches from my 'my-next' branch and >> maintain an "official" topic branch? > > I cherry-picked the three commits you had there, and rebuilt on top. > I pushed them to > > git://repo.or.cz/git/trast.git tr/word-diff-p2 > > again (js/word-diff-p1 again points directly at your half). I've tested tr/word-diff-p2 and I have not found any issues. I've even tested that nothing changed from the tradicional word diff to: git log -p --color-words="[^[:space:]]+" for the whole git history. At the end I've found that a general regex that works best for me is: "[[:alpha:]]+|[[:digit:]]+|[^[:alnum:][:space:]]" and that is what I tested. Santi -- 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