Commit Briefs


Stefan Sperling

bump version number


Stefan Sperling

changes for 0.31 (tags/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.