Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: babfaf8dee0baa09c56d1a2ec5623b60d900518b authored by Josef Weidendorfer on 15 February 2006, 19:22:11 UTC
More useful/hinting error messages in git-checkout
Tip revision: babfaf8
ssh-push.c
#define COUNTERPART_ENV_NAME "GIT_SSH_PULL"
#define COUNTERPART_PROGRAM_NAME "git-ssh-pull"
#define MY_PROGRAM_NAME "git-ssh-push"
#include "ssh-upload.c"
back to top