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 -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 <rnicolescu@ciq.com>
0 commit comments