git-fetch-pack: Implement client part of the multi_ack extension
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sun, 23 Oct 2005 01:40:13 +0000 (03:40 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 24 Oct 2005 22:13:37 +0000 (15:13 -0700)
commit40a10462498bdd23d4e49f02867b8be50eb78704
tree5883a9965c79f5c5ac660d320d9155785ec7a805
parent69779a562a171d9b70bbb17b89e076bd6b16ae6c
git-fetch-pack: Implement client part of the multi_ack extension

This patch concludes the series, which makes
git-fetch-pack/git-upload-pack negotiate a potentially better set of
common revs. It should make a difference when fetching from a repository
with a few branches.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
connect.c
fetch-pack.c