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)
commit2245be3e7a5a2999ebf7d38e569c98994b0cda31
tree0bbb9eb371ba7d265b3c8a2bc246495a1391b0e4
parent7a979d99bafae3576d9480007f958eed0c9e0278
send-pack --thin: use "thin pack" delta transfer.

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>
send-pack.c