gitstats: Converted the setupRepo script to python to allow creating the same repo.
commit43b1617b4be9845a0ad82887688c6df68e66ae63
authorSverre Rabbelier <sverre@rabbelier.nl>
Tue, 27 May 2008 22:09:13 +0000 (28 00:09 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Tue, 27 May 2008 22:09:13 +0000 (28 00:09 +0200)
treee01709364aed7b837471cf136f22a6b6047b20ab
parentd64b8d3166440306193f1ed818a9e969f5de7387
gitstats: Converted the setupRepo script to python to allow creating the same repo.

The script is also adjusted to use a set timestamp so that later,
when the repo is generated again, the commits will have the same sha1's.
This is achieved by setting GIT_COMMITTER_DATE and GIT_AUTHOR_DATE
to a known value (taken from t/t1400-update-ref.sh from git.git).
src/scripts/setupRepo.py [new file with mode: 0755]