Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 6b68342edc392bb640b30c2115eb6585a3303e25 authored by Junio C Hamano on 19 May 2007, 00:21:31 UTC
GIT v1.5.1.5
Tip revision: 6b68342
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