aboutsummaryrefslogtreecommitdiff
path: root/remote.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-06-07 22:15:31 -0700
committerJunio C Hamano <gitster@pobox.com>2010-06-07 22:15:31 -0700
commit92a75a391e66cfc278cf59741e484efd80c02176 (patch)
tree13c842918d9368b93ef197f2bd0b64bac9b87368 /remote.c
parent4a2b34eb0ca6ce740478bc4f57226c30cc0d25a7 (diff)
parent2543d9b609d158f611e317738644e67cacac6b9a (diff)
downloadgit-92a75a391e66cfc278cf59741e484efd80c02176.tar.gz
git-92a75a391e66cfc278cf59741e484efd80c02176.tar.xz
Merge branch 'maint'
* maint: Change C99 comments to old-style C comments
Diffstat (limited to 'remote.c')
-rw-r--r--remote.c2
1 files changed, 1 insertions, 1 deletions
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;