pack-objects: pass fullname down to add_object_entry()
commitbc32fed5516375ef78bc0f6270eb57bf1bb12d47
authorJunio C Hamano <junkio@cox.net>
Sat, 19 May 2007 07:19:23 +0000 (19 00:19 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 22 May 2007 06:58:20 +0000 (21 23:58 -0700)
treebfb4db985641ac724f557066f0d5795394b3f0b1
parenta3342a2f52a5351739577f8773eab2a1db20b651
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>
builtin-pack-objects.c