Just wondering whether it would be in the scope of this project to also create the diff (after all, the project is called com.zutubi.diff, not com.zutubi.patch ;-)
The motivation is that there does not seem to be a good / maintained Java library to create diffs out there. However, maybe some code out of JGit's diff package could be used to create one.
@jsankey What do you think?
Just wondering whether it would be in the scope of this project to also create the diff (after all, the project is called
com.zutubi.diff, notcom.zutubi.patch;-)The motivation is that there does not seem to be a good / maintained Java library to create diffs out there. However, maybe some code out of JGit's diff package could be used to create one.
@jsankey What do you think?