Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix push with refspecs containing wildcards
[gitweb.git]
/
connect.c
diff --git
a/connect.c
b/connect.c
index 8cbda88dda02e7de74149af1b387e537f77bc497..7fab9c0fd961af54a5758e8452391ff7a5e2e9bd 100644
(file)
--- a/
connect.c
+++ b/
connect.c
@@
-390,7
+390,7
@@
static int git_proxy_command_options(const char *var, const char *value)
}
if (0 <= matchlen) {
/* core.gitproxy = none for kernel.org */
- if (matchlen == 4 &&
+ if (matchlen == 4 &&
!memcmp(value, "none", 4))
matchlen = 0;
git_proxy_command = xmalloc(matchlen + 1);