[Kde-scm-interest] Git and the needs of KDE PIM
Riccardo Iaconelli
riccardo at kde.org
Sun Jan 17 01:43:16 CET 2010
On Saturday 16 January 2010 20:36:12 Thomas McGuire wrote:
> So I basically apply a patch and then revert it again directly afterwards,
> and that will fool Git into thinking the commit is merged? Fair enough,
> if that works it would be a solution.
You can simply merge, and just after the merge you can git-revert <commit id>.
This creates a new commit with exactly the reversed patch of <commit id>, and
a relevant log message (which you can modify). See the --help for more
information.
Bye,
-Riccardo
More information about the Kde-scm-interest
mailing list