Enable transfer progress#325
Conversation
c565991 to
bd58c6e
Compare
|
This might need #395 before it works correctly. |
|
During my testing it seemed to work
|
bd58c6e to
fc0b850
Compare
18d90b8 to
c581d25
Compare
|
Rebased in latest. |
|
Interesting, any idea why the HTTP clone test skipped? |
|
@maxkorp there is a bug/issue in libgit2 about cert checks and http->https redirection. our http test is not really http so we need to rename/fix. |
|
Gotcha! Yeah, described here: 25d7d88 |
|
How long is the fetch taking? That callback is going to get called after a minimum of half a second. If the fetch is taking less time than that, it won't get called. |
|
Additionally, if you add a new remote that's pointed to the same url then libgit2 will know it downloaded the packs already and won't go out to download them again. I'm going to get nodegit/test2 up and have it much further ahead (commit wise) than nodegit/test so that we can really get some download data going for the test to work. |
|
Regarding statelessness, would it make sense to then delete that remote and do a git GC afterwards, to make sure the packfiles get nuked? Edit: Or you know, that could be in an existing commit that github just wasn't showing me >.< |
c85e112 to
3a81d9d
Compare
No description provided.