Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rn/push-dav'
author
Junio C Hamano
<junkio@cox.net>
Fri, 11 Aug 2006 06:13:50 +0000
(23:13 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 11 Aug 2006 06:13:50 +0000
(23:13 -0700)
* rn/push-dav:
http-push: Make WebDAV work with (broken?) default apache2 WebDAV module
http-push.c
patch
|
blob
|
history
raw
(from parent 1:
65cdb5f
)
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();