aboutsummaryrefslogtreecommitdiff
path: root/remote.c
diff options
context:
space:
mode:
authorTor Arntsen <tor@spacetec.no>2010-06-04 11:32:11 +0200
committerJunio C Hamano <gitster@pobox.com>2010-06-07 15:50:21 -0700
commit2543d9b609d158f611e317738644e67cacac6b9a (patch)
treef2bce544a790c2e9efcb9bace65d8d1a6a92c7b0 /remote.c
parent3334729cf29605389b51effc1f311656f3fd8086 (diff)
downloadgit-2543d9b609d158f611e317738644e67cacac6b9a.tar.gz
git-2543d9b609d158f611e317738644e67cacac6b9a.tar.xz
Change C99 comments to old-style C comments
Signed-off-by: Tor Arntsen <tor@spacetec.no> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 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;