add ability to read source files from git
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 2 Apr 2013 19:08:35 +0000 (21:08 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Tue, 2 Apr 2013 19:09:33 +0000 (21:09 +0200)
commita9d49afaac48dc2e7f9b7c695cc3907826bf6c25
treed3d90062241a3e40bb143105d4fc6b38704047c9
parent615208f7215e478d5eaea0ee985ab886be980551
add ability to read source files from git

Instead of having to have a checked-out kernel tree the
script can now read the files from a git revision when
passed the --git-revision <rev> argument. In this case
the kerneldir is taken as the git tree to use.

This helps when generating for multiple different trees.

Note that due to the need to invoke git many times this
is considerably slower than copying from a checkout. If
taking into account the time to create the checkout it's
still faster though.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
gentree.py
lib/git.py