summaryrefslogtreecommitdiff
path: root/t/t4200-rerere.sh
diff options
context:
space:
mode:
authorLibravatar Shawn O. Pearce <spearce@spearce.org>2007-05-30 02:13:14 -0400
committerLibravatar Junio C Hamano <junkio@cox.net>2007-05-29 23:31:06 -0700
commitb77ffe8a57a0921f58cff22dcf1ed6ae64d89d6a (patch)
tree67d687cc3fdf5321caf2089eef702fb8e89e56aa /t/t4200-rerere.sh
parentSimplify index access condition in count-objects, pack-redundant (diff)
downloadtgif-b77ffe8a57a0921f58cff22dcf1ed6ae64d89d6a.tar.xz
Ensure the pack index is opened before access
In this particular location of fsck the index should have already been opened by verify_pack, which is called just before we get here and loop through the object names. However, just in case a future version of that function does not use the index file we'll double-check its open before we access the num_objects field. Better safe now than sorry later. Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/t4200-rerere.sh')
0 files changed, 0 insertions, 0 deletions