Commit 7a520f5d8af2aedd5693bf7314527d76d9af2ef4

Carlos Martín Nieto 2012-04-13T23:19:38

fetch: use the streaming indexer when downloading a pack This changes the git_remote_download() API, but the existing one is silly, so you don't get to complain. The new API allows to know how much data has been downloaded, how many objects we expect in total and how many we've processed.