author | Junio C Hamano <junkio@cox.net> | |
Mon, 12 Dec 2005 20:01:52 +0000 (12:01 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 12 Dec 2005 20:57:25 +0000 (12:57 -0800) | ||
commit | 962537a3eb03a118cf27d9d0da365a3216ed1caa | |
tree | abc9d37b3200dde75043e757387f665ebce5a023 | tree | snapshot |
parent | e726715a52e25d8035c89d4ea09398599610737e | commit | diff |
diff-delta.c: allow delta with empty blob.
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>
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>
delta.h | diff | blob | history | |
diff-delta.c | diff | blob | history |