Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
cache.h: document `write_locked_index()`
[gitweb.git]
/
http-push.c
diff --git
a/http-push.c
b/http-push.c
index e4c9b065ce13ca2c4e522e20f603f192ddcb9306..d860c477c60e7baec79220d9f06330a139d0e035 100644
(file)
--- a/
http-push.c
+++ b/
http-push.c
@@
-1523,6
+1523,7
@@
static int remote_exists(const char *path)
break;
case HTTP_ERROR:
error("unable to access '%s': %s", url, curl_errorstr);
+ /* fallthrough */
default:
ret = -1;
}