git-multi-pr icon indicating copy to clipboard operation
git-multi-pr copied to clipboard

`export` sometimes causes PR to include changes "from the future"

Open justhecuke-zz opened this issue 5 years ago • 1 comments

Sometimes when I do git-multi-pr export the PR that gets exported includes, in the diff UI on github, changes that have nothing to do with my local commit(s) and seem to be changes from master beyond where my feature branch diverged.

This can be worked around by using sync & export but makes it difficult to build/test since it invalidates cache.

justhecuke-zz avatar Oct 30 '19 01:10 justhecuke-zz

Yea I've seen this happen when the the tool is unable to do a clean merge from master.

pingpongboss avatar Oct 30 '19 16:10 pingpongboss