summaryrefslogtreecommitdiff
path: root/ssh-pull.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-pull.c')
-rw-r--r--ssh-pull.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ssh-pull.c b/ssh-pull.c
new file mode 100644
index 0000000..868ce4d
--- /dev/null
+++ b/ssh-pull.c
@@ -0,0 +1,4 @@
+#define COUNTERPART_ENV_NAME "GIT_SSH_PUSH"
+#define COUNTERPART_PROGRAM_NAME "git-ssh-push"
+#define MY_PROGRAM_NAME "git-ssh-pull"
+#include "ssh-fetch.c"