Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 4280cde95fa4e3fb012eb6d0c239a7777baaf60c authored by Martin Koegler on 23 April 2007, 05:49:25 UTC
gitweb: Show "no difference" message for empty diff
Tip revision: 4280cde
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