Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 41292ddd37202ff6dce34986c87a6000c5d3fbfa authored by Junio C Hamano on 10 June 2006, 19:41:54 UTC
GIT 1.4.0
Tip revision: 41292dd
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