X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=builtin%2Fupdate-ref.c;h=835c62ab15c742af2f75e7bf66e35501701ed15a;hb=5caf19733713b3f04105d1949467014345e6a240;hp=76ba1d5881b3cddc527bd363dec340c83dde605f;hpb=cd145e72f3c1539e5817cfcf03a5f9fed3685f48;p=git.git diff --git a/builtin/update-ref.c b/builtin/update-ref.c index 76ba1d588..835c62ab1 100644 --- a/builtin/update-ref.c +++ b/builtin/update-ref.c @@ -11,7 +11,7 @@ static const char * const git_update_ref_usage[] = { int cmd_update_ref(int argc, const char **argv, const char *prefix) { - const char *refname, *oldval, *msg=NULL; + const char *refname, *oldval, *msg = NULL; unsigned char sha1[20], oldsha1[20]; int delete = 0, no_deref = 0, flags = 0; struct option options[] = {