We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccef604 commit f877fd8Copy full SHA for f877fd8
builtin/update-ref.c
@@ -11,7 +11,7 @@ static const char * const git_update_ref_usage[] = {
11
12
int cmd_update_ref(int argc, const char **argv, const char *prefix)
13
{
14
- const char *refname, *oldval, *msg=NULL;
+ const char *refname, *oldval, *msg = NULL;
15
unsigned char sha1[20], oldsha1[20];
16
int delete = 0, no_deref = 0, flags = 0;
17
struct option options[] = {
0 commit comments