commit | 1d6b38cc76c348e2477506ca9759fc241e3d0d46 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Wed Feb 22 22:10:24 2006 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Wed Feb 22 23:07:20 2006 -0800 |
tree | 7c52dc2fd5dc0179184bff01ff90fbcae58e3b32 | |
parent | b925410d10fce5e0d4182847f99e8c2df048bde1 [diff] |
pack-objects: use full pathname to help hashing with "thin" pack. 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>