Skip to content

Fix bug in git_smart__push: push_transfer_progress cb is only called at end#3377

Merged
ethomson merged 1 commit intolibgit2:masterfrom
dleehr:fix-push-cb
Aug 15, 2015
Merged

Fix bug in git_smart__push: push_transfer_progress cb is only called at end#3377
ethomson merged 1 commit intolibgit2:masterfrom
dleehr:fix-push-cb

Conversation

@dleehr
Copy link
Copy Markdown
Contributor

@dleehr dleehr commented Aug 14, 2015

The conditional checked cbs->transfer_progress then used the value in cbs->push_transfer_progress. In both cases it should be push_transfer_progress

The conditional checked cbs->transfer_progress then used the value in cbs->push_transfer_progress. In both cases it should be push_transfer_progress
@Therzok
Copy link
Copy Markdown
Member

Therzok commented Aug 14, 2015

👍

@dleehr dleehr changed the title Fix bug in git_smart__push: push_transfer_progress cb is never called Fix bug in git_smart__push: push_transfer_progress cb is only called at end Aug 14, 2015
@ethomson
Copy link
Copy Markdown
Member

Good catch! Thanks!

ethomson added a commit that referenced this pull request Aug 15, 2015
Fix bug in git_smart__push: push_transfer_progress cb is only called at end
@ethomson ethomson merged commit 252f86e into libgit2:master Aug 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants