Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 005e2dfdf299a7d869fa9ec819171fba574f42eb authored by Junio C Hamano on 18 November 2007, 22:00:38 UTC
GIT 1.5.3.6
Tip revision: 005e2df
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