Commit 073fa812411507d7a96cbabda3f4aef012d92811

Vicent Marti 2011-01-10T05:01:38

Use generic types in git_index_entry Off_t is not cool. It can be 32 or 64 bits depending on the platform, but on the Index format, it's always 32 bits. Signed-off-by: Vicent Marti <tanoku@gmail.com>