vendor/libgit2/src/push.h in rugged-0.19.0 vs vendor/libgit2/src/push.h in rugged-0.21.0
- old
+ new
@@ -37,9 +37,14 @@
bool unpack_ok;
git_vector status;
/* options */
unsigned pb_parallelism;
+
+ git_packbuilder_progress pack_progress_cb;
+ void *pack_progress_cb_payload;
+ git_push_transfer_progress transfer_progress_cb;
+ void *transfer_progress_cb_payload;
};
/**
* Free the given push status object
*