author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Sun, 23 Oct 2005 01:40:13 +0000 (03:40 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 24 Oct 2005 22:13:37 +0000 (15:13 -0700) | ||
commit | 40a10462498bdd23d4e49f02867b8be50eb78704 | |
tree | 5883a9965c79f5c5ac660d320d9155785ec7a805 | tree | snapshot |
parent | 69779a562a171d9b70bbb17b89e076bd6b16ae6c | commit | diff |
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>
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 | diff | blob | history | |
fetch-pack.c | diff | blob | history |