On Mon, 5 Sep 2005, Fredrik Kuivinen wrote: > > After a quick look through the diff source I didn't find anything > else. It's quite possible that I haved missed something though. Most > of the translated messages are related to error reporting, which I > guess might be nice to have in the user specified language.
Is it possible that we could integrate the "diff" algorithm into git, and get rid of the dependency on an external GNU diff? It would also make the portability problems go away (ie old diff's being broken). It would also potentially speed up the normal built-in diff a lot, since we wouldn't have to execute a whole other program to generate a diff, just call a helper function the way we do for xdiff.. Unreasonable? Linus - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html