We have to keep 2 product versions. Now, some changes in each version have to be backported to another version.
In SVN, if I made "change" to version 1, I merge this revision to version 2 and give comment like: "Merged 'change' from v1".
This is awkward in many ways. Even worse if I merge several changes.
Can git help me to have single change being promoted to both branches, so that revision comment, date, everything belong to one commit for both versions, after I "merge" 1v1 to be part of second branch?