There can be multiple patch-set in a given gerrit commit. Is it possible to create diff.patch from the difference of two specific patch-set of this same commit?
I need this because I made changes on top of patch-set 3 and by the time I pushed my changes patch-set 4 was already in. Now my changes are part of patch-set 5 and patch-set 4 changes are lost. Currently I am manually identifying changes and fixing :(