Revision 7cb038a692ec0bdc0f442380678e8e87e26d4e68 authored by Junio C Hamano on 16 January 2006, 05:12:12 UTC, committed by Junio C Hamano on 16 January 2006, 05:12:12 UTC
2 parent s 8c23b6f + ee3d299
Raw File
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