author | Junio C Hamano <junkio@cox.net> | |
Sat, 19 May 2007 07:19:23 +0000 (00:19 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 22 May 2007 06:58:20 +0000 (23:58 -0700) | ||
commit | bc32fed5516375ef78bc0f6270eb57bf1bb12d47 | |
tree | bfb4db985641ac724f557066f0d5795394b3f0b1 | tree | snapshot |
parent | a3342a2f52a5351739577f8773eab2a1db20b651 | commit | 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>
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 | diff | blob | history |