send-pack --thin: use "thin pack" delta transfer.
authorJunio C Hamano <junkio@cox.net>
Sun, 19 Feb 2006 23:03:49 +0000 (15:03 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 20 Feb 2006 06:28:04 +0000 (22:28 -0800)
The new flag loosens the usual "self containedness" requirment
of packfiles, and sends deltified representation of objects when
we know the other side has the base objects needed to unpack
them. This would help reducing the transfer size.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found