You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ciq-cherry-pick.py: Add upstream-diff in the commit message in case of conflict
If the conflict is solved manually, then developer use
```
git commit
```
which will use the MERGE_MSG file for the commit message by default.
Equivalent of
```
git commit -F MERGE_MSG
```
Therefore it makes sense to include "upstream-diff |" in the MERGE_MSG.
In case the conflict is solved by cherry picking other commits,
ciq-cherry-pick.py will be called again and MERGE_MSG will be rewritten,
including the "upstream-diff" part.
Signed-off-by: Roxana Nicolescu <[email protected]>
0 commit comments