diff options
author | Vicent Marti <vicent@github.com> | 2014-04-25 02:10:19 -0700 |
---|---|---|
committer | Vicent Marti <vicent@github.com> | 2014-04-25 02:10:19 -0700 |
commit | 8443ed6c1d1237e203474a772fb4281c382df6ac (patch) | |
tree | 3e892ab6b4432bc091a91db3d6c0441a95373c54 /include/git2/odb.h | |
parent | 332e4f20273a424efcea06ca1550146c816f4404 (diff) | |
parent | f70cfd34f5c20c447feb19c2e616315764ea7260 (diff) | |
download | libgit2-8443ed6c1d1237e203474a772fb4281c382df6ac.tar.gz |
Merge pull request #2284 from jacquesg/push-progress-callback
Fire progress and update tips callbacks also for pushes.
Diffstat (limited to 'include/git2/odb.h')
-rw-r--r-- | include/git2/odb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/odb.h b/include/git2/odb.h index c71e30648..114f6b317 100644 --- a/include/git2/odb.h +++ b/include/git2/odb.h @@ -338,7 +338,7 @@ GIT_EXTERN(int) git_odb_open_rstream(git_odb_stream **out, git_odb *db, const gi GIT_EXTERN(int) git_odb_write_pack( git_odb_writepack **out, git_odb *db, - git_transfer_progress_callback progress_cb, + git_transfer_progress_cb progress_cb, void *progress_payload); /** |