Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Better error message when we are unable to lock the index file
[gitweb.git]
/
http-push.c
diff --git
a/http-push.c
b/http-push.c
index 4021e7d9274b713a7b5c48d66f9ddf21ddc07094..d45733ef64ecb8c153a0f62cfb193eed332402e6 100644
(file)
--- a/
http-push.c
+++ b/
http-push.c
@@
-530,7
+530,7
@@
static void start_put(struct transfer_request *request)
request->dest = xmalloc(strlen(request->url) + 14);
sprintf(request->dest, "Destination: %s", request->url);
posn += 38;
- *(posn++) = '
.
';
+ *(posn++) = '
_
';
strcpy(posn, request->lock->token);
slot = get_active_slot();