gitscraper: Provide way to get timestamps for files.
commit91cf4a77687e650ff92e8129424955cea692d875
authorDominik Riebeling <Dominik.Riebeling@gmail.com>
Sun, 29 Apr 2012 09:38:23 +0000 (29 11:38 +0200)
committerDominik Riebeling <Dominik.Riebeling@gmail.com>
Sun, 29 Apr 2012 09:48:07 +0000 (29 11:48 +0200)
tree8508e26117afa9c968b1ed0c60606c3cf4a81932
parenta8b597e620e4936d9039f10050326b6feded7905
gitscraper: Provide way to get timestamps for files.

When scraping files from the repository allow passing an additional list of
files for which the timestamp of the last change is retrieved. Since this is
slow (the log needs to be traversed, since a blob doesn't know about commits
its referenced by) only specified files get this retrieved.

Change-Id: I61a2ef812ac18ffb5898c01ce070046d4ca00a15
utils/common/gitscraper.py