Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 0a246571d47642dd7b6b796e601b820ca9f0c8c4 authored by Junio C Hamano on 15 October 2006, 01:25:28 UTC
Merge branch 'jc/http'
Tip revision: 0a24657
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