Staging
v0.5.1
https://github.com/git/git
Revision 8a263aeb4f913e04e18248eb4d370157f1d253e6 authored by Junio C Hamano on 16 January 2006, 06:22:23 UTC, committed by Junio C Hamano on 16 January 2006, 06:22:23 UTC
3 parent s 59617eb + 181dc77 + ae4a352
Raw File
Tip revision: 8a263aeb4f913e04e18248eb4d370157f1d253e6 authored by Junio C Hamano on 16 January 2006, 06:22:23 UTC
GIT 1.1.3
Tip revision: 8a263ae
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