Commit b5b474dd0de88c0decd1bf6f4a4b202c8081bf43

Carlos Martín Nieto 2011-07-28T11:45:46

Modify the given offset in git_packfile_unpack The callers immediately throw away the offset, so we don't need any logical changes in any of them. This will be useful for the indexer, as it does need to know where the compressed data ends. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>