Staging
v0.8.1
Revision 44a167b007a20189200f4baf9ff4f24aa0f7571e authored by Eric Wong on 02 January 2007, 08:57:11 UTC, committed by Junio C Hamano on 03 January 2007, 07:25:42 UTC
I've noticed that Apache 2.2 on a Debian etch machine has
these compiled as modules.

Also set ServerName to avoid a warning at startup.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 54b9e02
Raw File
ssh-pull.c
#define COUNTERPART_ENV_NAME "GIT_SSH_PUSH"
#define COUNTERPART_PROGRAM_NAME "git-ssh-push"
#define MY_PROGRAM_NAME "git-ssh-pull"
#include "ssh-fetch.c"
back to top