Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 32e49d5d1ccbc4833b0c6f30d6dfc0f0936cc3f3 authored by Junio C Hamano on 10 October 2005, 02:19:36 UTC
GIT 0.99.8c
Tip revision: 32e49d5
ssh-push.c
#define COUNTERPART_ENV_NAME "GIT_SSH_PULL"
#define COUNTERPART_PROGRAM_NAME "git-ssh-pull"
#define MY_PROGRAM_NAME "git-ssh-push"
#include "ssh-upload.c"
back to top