X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=remote.c;h=26ce56046dd14fec4ae59c7e7df3c2072178c51d;hb=db1cf2eb987d428d75724be883aaea7e34b616e3;hp=c70181cdc621b27ed02aba17b3e4f7ab64518e9f;hpb=e8a12280530f16bf2089999ceefe35794d115d07;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;