summaryrefslogtreecommitdiff
path: root/hash-object.c
diff options
context:
space:
mode:
authorLibravatar Shawn O. Pearce <spearce@spearce.org>2007-05-30 02:12:28 -0400
committerLibravatar Junio C Hamano <junkio@cox.net>2007-05-29 23:30:11 -0700
commiteaa867703927c1f383637979d16c40d996cea240 (patch)
tree482ee4084d7a9b3792129bdbc26227eebf0536b7 /hash-object.c
parentTest for recent rev-parse $abbrev_sha1 regression (diff)
downloadtgif-eaa867703927c1f383637979d16c40d996cea240.tar.xz
Simplify index access condition in count-objects, pack-redundant
My earlier lazy index opening patch changed this condition to check index_data and call open_pack_index if it was NULL. In truth we only care about num_objects. Since open_pack_index does no harm if the index is already open, and all indexes are likely to be closed in this application, the "performance optimization" of inlining the index_data check here was wrong. Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'hash-object.c')
0 files changed, 0 insertions, 0 deletions