vendor/libgit2/src/push.h in rugged-0.21.4 vs vendor/libgit2/src/push.h in rugged-0.22.0b1

- old
+ new

@@ -6,18 +6,16 @@ */ #ifndef INCLUDE_push_h__ #define INCLUDE_push_h__ #include "git2.h" +#include "refspec.h" typedef struct push_spec { - char *lref; - char *rref; + struct git_refspec refspec; git_oid loid; git_oid roid; - - bool force; } push_spec; typedef struct push_status { bool ok;