Staging
v0.5.1
https://github.com/git/git
Revision c4e804bbf0c16aa0c2234ea733fba73de28bddaa authored by Junio C Hamano on 20 January 2006, 03:56:27 UTC, committed by Junio C Hamano on 20 January 2006, 03:56:27 UTC
2 parent s 8a263ae + 3a75f67
Raw File
Tip revision: c4e804bbf0c16aa0c2234ea733fba73de28bddaa authored by Junio C Hamano on 20 January 2006, 03:56:27 UTC
GIT 1.1.4
Tip revision: c4e804b
ssh-pull.c
#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"
back to top