pack-objects: use full pathname to help hashing with "thin" pack.
authorJunio C Hamano <junkio@cox.net>
Thu, 23 Feb 2006 06:10:24 +0000 (22:10 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 23 Feb 2006 07:07:20 +0000 (23:07 -0800)
This uses the same hashing algorithm to the "preferred base
tree" objects and the incoming pathnames, to group the same
files from different revs together, while spreading files with
the same basename in different directories.

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