File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -809,8 +809,9 @@ static void filter_bitmap_exclude_type(struct bitmap_index *bitmap_git,
809
809
tips = find_tip_objects (bitmap_git , tip_objects , type );
810
810
811
811
/*
812
- * We can use the blob type-bitmap to work in whole words
813
- * for the objects that are actually in the bitmapped packfile.
812
+ * We can use the type-level bitmap for 'type' to work in whole
813
+ * words for the objects that are actually in the bitmapped
814
+ * packfile.
814
815
*/
815
816
for (i = 0 , init_type_iterator (& it , bitmap_git , type );
816
817
i < to_filter -> word_alloc && ewah_iterator_next (& mask , & it );
@@ -821,9 +822,9 @@ static void filter_bitmap_exclude_type(struct bitmap_index *bitmap_git,
821
822
}
822
823
823
824
/*
824
- * Clear any blobs that weren't in the packfile (and so would not have
825
- * been caught by the loop above. We'll have to check them
826
- * individually.
825
+ * Clear any objects that weren't in the packfile (and so would
826
+ * not have been caught by the loop above. We'll have to check
827
+ * them individually.
827
828
*/
828
829
for (i = 0 ; i < eindex -> count ; i ++ ) {
829
830
uint32_t pos = i + bitmap_git -> pack -> num_objects ;
You can’t perform that action at this time.
0 commit comments