Add git-config-set, a simple helper for scripts to set config variables
[git.git] / ssh-pull.c
1 #define COUNTERPART_ENV_NAME "GIT_SSH_PUSH"
2 #define COUNTERPART_PROGRAM_NAME "git-ssh-push"
3 #define MY_PROGRAM_NAME "git-ssh-pull"
4 #include "ssh-fetch.c"