Revision 4dab94d52e25b6a53a715613ec5b06b42b240106 authored by Junio C Hamano on 20 October 2005, 01:28:17 UTC, committed by Junio C Hamano on 20 October 2005, 04:04:53 UTC
The previous round to optimize fetch-pack has a small bug that
feeds SHA1^ ("parent commit") before making sure SHA1 is
actually a commit (or a tag that eventually dereferences to a
commit).  Also it did not help culling the known-to-be-common
parents if the common one was a merge.

Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 0a8944d
Raw File
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