Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2015-05-01 18:28:54 +0300
committerEdward Thomson <ethomson@edwardthomson.com>2015-05-01 18:28:54 +0300
commitcbe8a61dfacf107f49dbfc65f8385576c72fe41e (patch)
treeb0281c3c6b633dcc84ff528e2c060a4c54f91f7a /tests/online
parent9f73e1f3353ea08ba91e4eceaec7346bc0a7d49c (diff)
parentefc2fec50e3bb725b2b244fdeacfb2dfad6ee78e (diff)
Merge pull request #3059 from libgit2/cmn/negotiation-notify
[WIP/RFC] push: report the update plan to the caller
Diffstat (limited to 'tests/online')
-rw-r--r--tests/online/push_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/online/push_util.h b/tests/online/push_util.h
index 2e05c4ed7..83d46b506 100644
--- a/tests/online/push_util.h
+++ b/tests/online/push_util.h
@@ -12,7 +12,7 @@ extern const git_oid OID_ZERO;
* @param data pointer to a record_callbacks_data instance
*/
#define RECORD_CALLBACKS_INIT(data) \
- { GIT_REMOTE_CALLBACKS_VERSION, NULL, NULL, cred_acquire_cb, NULL, NULL, record_update_tips_cb, NULL, NULL, NULL, data }
+ { GIT_REMOTE_CALLBACKS_VERSION, NULL, NULL, cred_acquire_cb, NULL, NULL, record_update_tips_cb, NULL, NULL, NULL, NULL, data }
typedef struct {
char *name;