Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: ffb293b63d13b3b06b454a5f9f0ff6802ef15f0d authored by Junio C Hamano on 12 July 2007, 19:01:47 UTC
GIT 1.5.2.4
Tip revision: ffb293b
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