Commit Briefs







Stefan Sperling

bump version number


Stefan Sperling

changes for 0.31


Stefan Sperling

sync dist file list


Stefan Sperling

set the executable bit on tree.sh






Stefan Sperling

stop verifying pack file checksum in the main process during clone/fetch

Both got-fetch-pack and got-index-pack now verify the pack file checksum. This means we can avoid reading the entire pack file in the main process just to verify its checksum and avoid a noticable stall between fetching and indexing on slow machines.







Stefan Sperling

compute pack file's checksum during download and check it in got-fetch-pack

Compared to the previous version committed in 520a0c97 this code should compute the checksum correctly for any amount of pack file data bytes read from the socket at a time.




Tracey Emery

spacing