Staging
v0.5.1
Revision e0b0830726286287744cc9e1a629a534bbe75452 authored by Markus Amsler on 12 October 2006, 22:19:35 UTC, committed by Junio C Hamano on 18 October 2006, 10:34:46 UTC
Cyrus imap refuses messages with a 'From ' Header.

[jc: Mike McCormack says this is fine with Courier as well.]

Signed-off-by: Markus Amsler <markus.amsler@oribi.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 17b96be
Raw File
ssh-push.c
#define COUNTERPART_ENV_NAME "GIT_SSH_PULL"
#define COUNTERPART_PROGRAM_NAME "git-ssh-pull"
#define MY_PROGRAM_NAME "git-ssh-push"
#include "ssh-upload.c"
back to top