Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
for-each-ref: refactor refname handling
[gitweb.git]
/
http-push.c
diff --git
a/http-push.c
b/http-push.c
index 6ce5a1d550d4cf781673c62599bd681fc5e318b5..e465b20c1acd3f94adb059f39709f05a1daddf9e 100644
(file)
--- a/
http-push.c
+++ b/
http-push.c
@@
-748,7
+748,6
@@
static void finish_request(struct transfer_request *request)
aborted = 1;
}
} else if (request->state == RUN_FETCH_LOOSE) {
- fchmod(request->local_fileno, 0444);
close(request->local_fileno); request->local_fileno = -1;
if (request->curl_result != CURLE_OK &&