Invvk / patch-id-fix

This simple python script that allows you to quickly rename patch files 0000-X.patch in case the numbers are missed up.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of Contents

patch-id-fix

This simple python script that allows you to quickly rename patch files 0000-X.patch in case the numbers are missed up.

How to use

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.

Licenses

This project uses BSD 3-Clause "New" or "Revised" License.

About

This simple python script that allows you to quickly rename patch files 0000-X.patch in case the numbers are missed up.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%