Summary: | Editing a patch file does not work properly | ||
---|---|---|---|
Product: | [Applications] kompare | Reporter: | Barade <barade.barade> |
Component: | general | Assignee: | Kompare developers <kompare-devel> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.1.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Barade
2016-07-17 13:56:18 UTC
For the parsing error. I guess that the only lines which could cause problems are the diff annotations? They have the following form in my patch file: diff -Nur -x '*.o' -x '*.so' -x '*.la' -x '*.oo' -x '*.a' -x doc -x scripts -x build -x '*.dd' -x '*.d' -x define_annotation.h ../../projektarbeit2oldversion/viewerandstudio/lib/opengl/framework/data/ambassador.cpp ../lib/opengl/framework/data/ambassador.cpp --- ../../projektarbeit2oldversion/viewerandstudio/lib/opengl/framework/data/ambassador.cpp 2016-05-30 16:45:08.912805998 +0200 +++ ../lib/opengl/framework/data/ambassador.cpp 2016-06-27 00:13:25.101018880 +0200 @@ -14,6 +14,7 @@ Then the changes follow with + or - Kompare does not edit patch files. The save buttons are indeed for saving the target file(s) (you can actually modify both the "source" and the "target" file, thus the "(s)"). Can I change this to a feature request then? It would be useful to have a tool for modifying patch files. |