This simple python script that allows you to quickly rename patch files 0000-X.patch in case the numbers are missed up.
run the file and it will ask you to provide the directory that contains the missed up patches, then a starting id.
Starting id is going to be used as the first id and then it will keep increasing each time it renames a file.
numbers such as 1.1
or -1
is not allowed as a starting id. only Integers that is greater than 1.
This project uses BSD 3-Clause "New" or "Revised" License.