Revision 3d80017d0c948cca251a7aaa9fdc84a0664e95fe authored by Junio C Hamano on 12 September 2007, 20:07:06 UTC, committed by Junio C Hamano on 12 September 2007, 20:07:06 UTC
* sp/maint-no-thin:
  Make --no-thin the default in git-push to save server resources
2 parent s 6143fa2 + a4503a1
Raw File
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