Revision 55275b3812af3fe84516f176e589100232aef4f5 authored by Junio C Hamano on 11 April 2006, 18:52:01 UTC, committed by Junio C Hamano on 11 April 2006, 18:52:01 UTC
* jc/withraw:
  Separate the raw diff and patch with a newline
  Document --patch-with-raw
2 parent s 8fcd421 + 90c1b08
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