Merge branch 'maint'

* maint:
  Change C99 comments to old-style C comments
This commit is contained in:
Junio C Hamano
2010-06-07 22:15:31 -07:00
3 changed files with 4 additions and 4 deletions

View File

@ -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;