X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=remote.c;h=26ce56046dd14fec4ae59c7e7df3c2072178c51d;hb=419ff2c575b96555dedac8c736025acfca9f982f;hp=c70181cdc621b27ed02aba17b3e4f7ab64518e9f;hpb=4e7d08a229a531f8d7841a8a1a892d5989130d67;p=git.git diff --git a/remote.c b/remote.c index c70181cdc..26ce56046 100644 --- a/remote.c +++ b/remote.c @@ -476,7 +476,7 @@ static void read_config(void) unsigned char sha1[20]; const char *head_ref; int flag; - if (default_remote_name) // did this already + if (default_remote_name) /* did this already */ return; default_remote_name = xstrdup("origin"); current_branch = NULL;