-
-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggested Enhancement: Option: Generate Patch #188
Comments
Great idea, I'll consider implementing it sometime in the future but I can't promise anything as I'm not sure I'll have the time. |
The requested feature should not depend upon either Git or SVN data being present. |
I'll add my vote for this feature. |
Here's another vote :D |
And here's another vote 👍 I kind of assumed this functionality was already available, because of the |
@BdR76 , Git/SVN compares are used to compare a changed file that is part of a Git/SVN repository against its copy in the version control repo. The counter for patch generation functionality request is incremented :) |
Hi, |
@RafalKisiel , BR |
The base functionality of patch generation (as I understand it) is to export / create new file containig only resulting differences - in boolean operation on collections it is substraction one of this form: A (not) B, B (not)A or A xor B. Is it more clear now? |
@RafalKisiel , |
This enhancement request was originally for diff / patch compatible output. I would like to see @RafalKisiel's enhanced scope in its own issue because I'm afraid it would overly complicate the original request. On the other hand, this issue was opened 6 years ago so it's not like progress is being made. |
I agree with @b-morgan although I do think an export feature, like described in the original request, is still useful. It's not clear to me what @RafalKisiel 's actual use-case is for this, i.e. to have ability to export the text differences in every and/or combination. I suspect it might be an edge-case practical application, that would also be feasible by just manipulating the "normal" git diff file. |
I'll keep the optional request here as it complements the initial one (those will not necessarily be implemented together). |
WinMerge has a Tools option to Generate Patch.
The output file is in standard diff format that can be used as a [software] patch.
It would be a useful enhancement for the Compare plugin to be able to do likewise.
The text was updated successfully, but these errors were encountered: