Implement weekly step hashing
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 11 Feb 2011 09:27:41 +0000 (10:27 +0100)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 11 Feb 2011 09:27:41 +0000 (10:27 +0100)
commit144e25b9fb0c7ce88c7e65d7a75846e5c336afc3
tree3271ab79de6125944e1cd38d1304586fc8545a66
parentd7fccce675aa427fa480125a0488af82911bd4bf
Implement weekly step hashing

It wouldn't fit in the simple 'trunc' scheme, and the next % scheme
would obviously fail too, so it was actually missing until now.
git-chart