devel: add git tracker helper script
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 4 Apr 2013 14:50:00 +0000 (16:50 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Thu, 4 Apr 2013 16:21:15 +0000 (18:21 +0200)
commit01717eda0d7756d8bc03d5c3ab2de7a17c202a87
tree2e6df843f4816252d1340c6adb4d0dfab67c26a2
parentf0f61f73f8eb1343295aca85063e4296a0df8d57
devel: add git tracker helper script

This allows creating a git tree based on the backport
output automatically, to track an upstream kernel tree.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
devel/.gitignore [new file with mode: 0644]
devel/git-tracker.ini.example [new file with mode: 0644]
devel/git-tracker.py [new file with mode: 0755]
lib/git.py
lib/tempdir.py [new file with mode: 0644]