Staging
v0.5.1
https://github.com/git/git
Revision a9572072f0ab0ac97e64b0dc01254a3ad95befe1 authored by Junio C Hamano on 12 December 2005, 00:49:45 UTC, committed by Junio C Hamano on 12 December 2005, 00:49:45 UTC
Signed-off-by: Junio C Hamano <junkio@cox.net>
2 parent s 423325a + b825e6f
Raw File
Tip revision: a9572072f0ab0ac97e64b0dc01254a3ad95befe1 authored by Junio C Hamano on 12 December 2005, 00:49:45 UTC
GIT 0.99.9m aka 1.0rc5
Tip revision: a957207
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