Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 6bf035f2780bde45682e0edf40e35a150bd83706 authored by Junio C Hamano on 18 March 2007, 21:40:35 UTC
GIT 1.5.0.5
Tip revision: 6bf035f
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