Rogan Dawes <lists@xxxxxxxxxxxx> wrote: > Francis Galiegue wrote: >> >> For this to be doable from within the Eclipse Git plugin, a diff/patch >> implementation needs to be found, in a license compatible with the >> current JGit license (3-clause BSD, as far as I can tell). Or a new >> implementation can be rewritten from scratch, of course. > > Shouldn't Eclipse already *have* a diff/patch implementation, for its > other "team work" plugins? Err, uhm, sort of. Eclipse has patch available as an internal API, but it is exposed in the UI for any team provider (or no team provider at all) to use to apply patches to a project in the workspace. The team provider API assumes the VCS implementation has its own diff, and therefore the diff implementation inside Eclipse is only used for the native Compare view I've dug around that part of the text compare plugin and its mostly internal APIs, and mostly still low-level LCS generation from arbitrary object input. It doesn't seem well suited to producing fast diffs of text. Its under the EPL. We could take the code and simplify it down, but I think by that point we'd mostly just want to rewrite it, or use a different library anyway. At which point we wouldn't want to bring in the EPL baggage if we can have a BSD implementation. So yea, there's some implementation in there, but its not easy to use or get to... -- Shawn. -- 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