X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=remote.c;h=ea2323bac36d6fd0dbf86870a13774cddd320448;hb=004ae6cbd01fce6968baa99ecac775e9f4153bca;hp=0f073e0b5f9f08510af3a9e0ab5aed106475b30f;hpb=dfe0171c4e78f8c392514a825c363251794fba5d;p=git.git diff --git a/remote.c b/remote.c index 0f073e0b5..ea2323bac 100644 --- a/remote.c +++ b/remote.c @@ -478,7 +478,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;