swh:1:snp:bb8853bfef8fcf2b1d37fd6404912c7606c98e48
Raw File
Tip revision: 0de62e598552765eb674b72bbaf55b2e2933f617 authored by Junio C Hamano on 11 January 2006, 00:20:22 UTC
GIT 1.0.9
Tip revision: 0de62e5
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