Staging
v0.8.1
https://github.com/git/git
Revision 153e98d263a825c905f2ef4277b29d1fd5e09b42 authored by Santi Béjar on 30 January 2007, 09:36:24 UTC, committed by Junio C Hamano on 30 January 2007, 10:30:25 UTC
... with:

$ git fetch ${remote} HEAD

Also

$ git fetch ${remote} :${localref}

worked, but

$ git fetch ${remote} HEAD:{localref}

didn't. Now both are equivalent.

Signed-off-by: Santi Béjar <sbejar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 3740b04
Raw File
Tip revision: 153e98d263a825c905f2ef4277b29d1fd5e09b42 authored by Santi Béjar on 30 January 2007, 09:36:24 UTC
git-fetch: Allow fetching the remote HEAD
Tip revision: 153e98d
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