v2019 ← v2020: Backport sdk-vb-fullscreen fixes
All threads resolved!
All threads resolved!
Edited by Emanuele Aina
Merge request reports
Activity
Filter activity
- Resolved by Emanuele Aina
Thank you @sagar!
Can you please tweak the commit message to be more descriptive?
In general, assume that people are offline when reading your commit message and you can't rely on them reading some links to figure out what this commit is about. The links are useful to give people extra context, but all the important information should be in the commit message itself.
In this case, this is a backport of 69a8640f and partially of 40cda23e so you should also mention that.
Edited by Emanuele Aina
The commits became a bit messy so I started clean.
Since this was ultimately about backporting two existing commits to an older branch, I did that in the most straightforward way possible. Here's what I did:
git checkout -b test-cases/sdk-vb-fullscreen.yaml origin/apertis/v2019 git cherry-pick 69a8640ff72b vim test-cases/sdk-vb-fullscreen.yaml # fix the branch name in test-cases/sdk-vb-fullscreen.yaml git add test-cases/sdk-vb-fullscreen.yaml git amend git cherry-pick 40cda23e4a0c
Please register or sign in to reply