Reputation: 6861
TL;DR
I want to git review -R
even though I changed nothing since I did it the last time. I get an error No changes between prior commit 5aa6a81 and new commit 2f0fa24
. How to force it?
Whole story
What I want may seem weird, but I have a reason for it: each new patch set triggers integration tests on Jenkins, which may fail because some service is unavailable and mark my change with Verified -1
. After such failure, I want to retrigger the tests.
I used to look for a file without newline at the end and add it, but I hope there is a better way.
Upvotes: 3
Views: 2288
Reputation: 3497
yes - there are some other options:
Upvotes: 3