commit | bc32fed5516375ef78bc0f6270eb57bf1bb12d47 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Sat May 19 00:19:23 2007 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Mon May 21 23:58:20 2007 -0700 |
tree | bfb4db985641ac724f557066f0d5795394b3f0b1 | |
parent | a3342a2f52a5351739577f8773eab2a1db20b651 [diff] |
pack-objects: pass fullname down to add_object_entry() Instead of giving a hash for grouping, pass fullname to add_object_entry(). I want to add "do not try deltifying this object" bit to object_entry based on the settings in .gitattributes, and hashing the name down too early would interfere with that plan. Signed-off-by: Junio C Hamano <junkio@cox.net>