Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t6042: add tests for consistency in file collision conflict handling
[gitweb.git]
/
pack-bitmap.c
diff --git
a/pack-bitmap.c
b/pack-bitmap.c
index 40debd5e202e7fc0cc3aaa5eb01ecde62010c748..5848cc93aa254b8549f4c569882b5d781984ca47 100644
(file)
--- a/
pack-bitmap.c
+++ b/
pack-bitmap.c
@@
-335,7
+335,7
@@
static int open_pack_bitmap(struct bitmap_index *bitmap_git)
assert(!bitmap_git->map);
- for (p = get_
packed_git
(the_repository); p; p = p->next) {
+ for (p = get_
all_packs
(the_repository); p; p = p->next) {
if (open_pack_bitmap_1(bitmap_git, p) == 0)
ret = 0;
}