On 11/15/06, Johannes Schindelin wrote: > > "git-index-pack --fix-thin" relies on mmap() not changing the current > file position (otherwise the pack will be corrupted when writing the > final SHA1). Meet that expectation. > Thanks! I was wondering for some considerable time why the hell t5500-fetch-pack fails. BTW, I extended error handling in that mmap. Dunno why. Signed-off-by: Alex Riesen