Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 8fedb83c05d4b3d877a220d614e8b9d40f02709d authored by Junio C Hamano on 30 January 2006, 01:55:20 UTC
GIT 1.1.6
Tip revision: 8fedb83
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