summaryrefslogtreecommitdiffstats
path: root/tools/branch-diff.py
Commit message (Collapse)AuthorAgeFilesLines
* scripts: Updated FB branch diff script to note SKIPsrelease-3.8-fbShyamsundarR2018-01-111-0/+38
| | | | | | | | Skip table updated, to reflect commits that need not be forward ported to master. Change-Id: Id85fa2a27237a0ef15a7c97591fa3a696d7f836c Signed-off-by: ShyamsundarR <srangana@redhat.com>
* Added a patch tracker script to the branchShyamsundarR2017-10-031-0/+246
The patch tracker script can be run fro within a cloned git workspace as, ./tools/branch-diff.py > output.md The output is in markdown format, and also serves as an easy import to (almost any) spreadsheet application for further processing. Intention is to generate the output from the tracker on a periodic basis and also update a web sheet for the community to pick up patches for porting/review. Change-Id: I10bdab3fd2120170272b0a57f11089eb1e4c30e3 Signed-off-by: ShyamsundarR <srangana@redhat.com>