Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ssh-push.c - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a562df1b31d4d884877963f5a1b3ac849f73f30c (plain)
1
2
3
4
#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"