Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
merge-recursive: use find_commit_subject() instead of custom code
[gitweb.git]
/
remote.c
diff --git
a/remote.c
b/remote.c
index c70181cdc621b27ed02aba17b3e4f7ab64518e9f..26ce56046dd14fec4ae59c7e7df3c2072178c51d 100644
(file)
--- 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;