Fix buggy ref recording
[gitweb.git] / builtin-push.c
index 88fc8e2a3b66bb7b251a1055c040c6c7ca8d2be2..581c44ba8e404b80e6a1c2010b501d9bb0642f0b 100644 (file)
@@ -27,7 +27,7 @@ static void add_refspec(const char *ref)
        refspec_nr = nr;
 }
 
-static int expand_one_ref(const char *ref, const unsigned char *sha1, void *cb_data)
+static int expand_one_ref(const char *ref, const unsigned char *sha1, int flag, void *cb_data)
 {
        /* Ignore the "refs/" at the beginning of the refname */
        ref += 5;