https://github.com/git/git
Raw File
Tip revision: c2f3bf071ee90b01f2d629921bb04c4f798f02fa authored by Junio C Hamano on 21 December 2005, 08:01:00 UTC
GIT 1.0.0
Tip revision: c2f3bf0
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