Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 00d8bbd3c4bba72a6dfd48c2c0c9cbaa000f13c2 authored by Junio C Hamano on 24 September 2005, 18:38:43 UTC
GIT 0.99.7c
Tip revision: 00d8bbd
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