Add release plan into TODO list
[smart-patcher.git] / README
blob95c93d5f36d6b72387105fe7b8dcda9163716269
1 I started this project in order to be able to manage patch emails. I did not
2 want to have to manage them manually but rather wanted it to be as much
3 automated as it could be. Thus started this project.
5 What it is intended to do is - POP emails, check for PATCH mails, make a chain
6 out of the patches (currently depending on REFERENCES header added by git's
7 send-email), find the spring point of the series, make a new branch amend the
8 patches and send the maintainer a summary report notifying about the amends.
9 Maintainer then should be able to send emails to the patch manager notifying it
10 to rename, merge, delete, push them. Plus the manager will have feature of
11 deleting a branch that the maintainer never worked on after its inception for a
12 specified time period.
14 We are open to suggestions and feature requests. The project is licensed under
15 GPL v3.