https://github.com/git/git
Raw File
Tip revision: 851a911024481f6759bce337b8dc50241070db81 authored by Junio C Hamano on 20 December 2006, 19:23:22 UTC
GIT 1.4.4.3
Tip revision: 851a911
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