Revision 962537a3eb03a118cf27d9d0da365a3216ed1caa authored by Junio C Hamano on 12 December 2005, 20:01:52 UTC, committed by Junio C Hamano on 12 December 2005, 20:57:25 UTC
Delta computation with an empty blob used to punt and returned NULL.
This commit allows creation with empty blob; all combination of
empty->empty, empty->something, and something->empty are allowed.

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