Set initial commit timestamp to be constant.
commit1cc045e09c8077de3f8c3ea725e34931996ef7be
authorJonny Lamb <jonny.lamb@collabora.co.uk>
Wed, 30 Jul 2008 17:35:00 +0000 (30 18:35 +0100)
committerJonny Lamb <jonny.lamb@collabora.co.uk>
Wed, 30 Jul 2008 17:35:00 +0000 (30 18:35 +0100)
tree1def8bb54ea86a9ebedc699c246a3e25c3132f80
parent2716ba2f0361893889a17ad9ec8d3532ef0d7cd3
Set initial commit timestamp to be constant.

The initial "New empty repository" commit has a different timestamp on
each import. This makes its SHA different on each import, and therefore
every subsequent SHA is different.

This commit sets the commit timestamp of this initial commit to be at
unix time "0". This is to be as neutral as possible, while staying
constant.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
src/Git/Fast.hs