diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2006-12-23 02:33:25 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-12-29 11:36:44 -0800 |
commit | 4d703a1a9016cd0a08994ddf7fc2f4739f223112 (patch) | |
tree | 647905f5d3da11e06c7129b919e4e3cda6bde8a0 /config.c | |
parent | Merge branch 'jc/curl' (diff) | |
download | tgif-4d703a1a9016cd0a08994ddf7fc2f4739f223112.tar.xz |
Replace unpack_entry_gently with unpack_entry.
The unpack_entry_gently function currently has only two callers:
the delta base resolution in sha1_file.c and the main loop of
pack-check.c. Both of these must change to using unpack_entry
directly when we implement sliding window mmap logic, so I'm doing
it earlier to help break down the change set.
This may cause a slight performance decrease for delta base
resolution as well as for pack-check.c's verify_packfile(), as
the pack use counter will be incremented and decremented for every
object that is unpacked.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'config.c')
0 files changed, 0 insertions, 0 deletions