The ref_transaction_*() family of functions expect a flags parameter
which is of type unsigned int. Make the update_flags variable, which
is passed as that parameter, be of the same type.
Signed-off-by: Elijah Newren <redacted>
Signed-off-by: Junio C Hamano <redacted>
};
static char line_termination = '\n';
-static int update_flags;
+static unsigned int update_flags;
static unsigned create_reflog_flag;
static const char *msg;