Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rs/get-tagged-oid'
[gitweb.git]
/
pack-bitmap.c
diff --git
a/pack-bitmap.c
b/pack-bitmap.c
index ed2befaac6535f25602fca57374d27d058277426..30842e1e742e112ed920ebf8a51f54e9c139c13c 100644
(file)
--- a/
pack-bitmap.c
+++ b/
pack-bitmap.c
@@
-709,9
+709,7
@@
struct bitmap_index *prepare_bitmap_walk(struct rev_info *revs)
else
object_list_insert(object, &wants);
- if (!tag->tagged)
- die("bad tag");
- object = parse_object_or_die(&tag->tagged->oid, NULL);
+ object = parse_object_or_die(get_tagged_oid(tag), NULL);
}
if (object->flags & UNINTERESTING)