summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2015-05-01 11:28:54 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2015-05-01 11:28:54 -0400
commitcbe8a61dfacf107f49dbfc65f8385576c72fe41e (patch)
treeb0281c3c6b633dcc84ff528e2c060a4c54f91f7a /tests
parent9f73e1f3353ea08ba91e4eceaec7346bc0a7d49c (diff)
parentefc2fec50e3bb725b2b244fdeacfb2dfad6ee78e (diff)
downloadlibgit2-cbe8a61dfacf107f49dbfc65f8385576c72fe41e.tar.gz
Merge pull request #3059 from libgit2/cmn/negotiation-notify
[WIP/RFC] push: report the update plan to the caller
Diffstat (limited to 'tests')
-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;