On Thu, Apr 09, 2009 at 02:19:44PM +0300, Riku Voipio <riku.voipio@xxxxxx> wrote: > from http-push.c, we see that the lock request is: > > #define LOCK_REQUEST "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n<D:lockinfo xmlns:D=\"DAV:\">\n<D:lockscope><D:exclusive/></D:lockscope>\n<D:locktype><D:write/></D:locktype>\n<D:owner>\n<D:href>mailto:%s</D:href>\n</D:owner>\n</D:lockinfo>" > > So there is exactly one variable being set. Turns out the email > address in .gitconfig was set to '<riku.voipio@xxxxxx>'. Yes, > a user error. This was copied from $EMAIL env variable, where > using strings such as 'foo bar <foo.bar@xxxxxxxx>' have been > a norm forever. That's the problem with generating XML by concatenating strings without checks :( Mike -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html