Merge branch 'ps/pack-bitmap-optim'
Optimize "rev-list --use-bitmap-index --objects" corner case that uses negative tags as the stopping points. * ps/pack-bitmap-optim: pack-bitmap: avoid traversal of objects referenced by uninteresting tag
This commit is contained in:
		@ -997,6 +997,7 @@ struct bitmap_index *prepare_bitmap_walk(struct rev_info *revs,
 | 
			
		||||
				object_list_insert(object, &wants);
 | 
			
		||||
 | 
			
		||||
			object = parse_object_or_die(get_tagged_oid(tag), NULL);
 | 
			
		||||
			object->flags |= (tag->object.flags & UNINTERESTING);
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		if (object->flags & UNINTERESTING)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user