]> git.ipfire.org Git - thirdparty/git.git/commit - local-fetch.c
[PATCH] Fix local pull that uses packs.
authorJunio C Hamano <junkio@cox.net>
Tue, 16 Aug 2005 05:48:09 +0000 (22:48 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 16 Aug 2005 19:09:33 +0000 (12:09 -0700)
commitd920032042c9fb3de04db640afe8611dfd4b6c21
treefdebde5dbd61c5b6586a30cb8ff7d522270d773f
parent08b1161697996b5478f726541c0d8a457abcc439
[PATCH] Fix local pull that uses packs.

The patch mixed up the sha1 for the object being pulled, and the
sha1 the pull engine internally use to represent the name of the
pack that contains the object being pulled.

Signed-off-by: Junio C Hamano <junkio@cox.net>
local-pull.c