gitweb: Refactor printing shortened title in git_shortlog_body and git_tags_body
[gitweb.git] / http-push.c
index dc82657830d22d7e66575e9fcf47685e80b21fd4..0359ae5b6f421c9b1b0229a2aa7019510a656ef2 100644 (file)
@@ -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();