David Turner <dturner@xxxxxxxxxxxxxxxx> writes: > diff --git a/builtin/update-ref.c b/builtin/update-ref.c > index 6763cf1..d9646ef 100644 > --- a/builtin/update-ref.c > +++ b/builtin/update-ref.c > @@ -14,6 +14,7 @@ static const char * const git_update_ref_usage[] = { > > static char line_termination = '\n'; > static int update_flags; > +int create_reflog_flag; No need to reroll only for this, but I'll s/^int/static &/; while queuing. I may have more comments later; this was found in the first pass. Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html