summaryrefslogtreecommitdiff
path: root/pack-bitmap.h
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-03-03 15:16:52 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-03-03 15:16:52 +0900
commitf80fcd36751c85b11722f8c7cfd537c28956400e (patch)
treee37c20841191c07d5c6c62edb9d174c38dd6bb82 /pack-bitmap.h
parenta9f2d3f200d9d8b6e803c0818b1163226bbc3994 (diff)
downloadgit-f80fcd36751c85b11722f8c7cfd537c28956400e.tar.gz
git-f80fcd36751c85b11722f8c7cfd537c28956400e.tar.bz2
git-f80fcd36751c85b11722f8c7cfd537c28956400e.zip
Imported Upstream version 2.21.0upstream/2.21.0
Diffstat (limited to 'pack-bitmap.h')
-rw-r--r--pack-bitmap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pack-bitmap.h b/pack-bitmap.h
index 189dd68a..8418ba8c 100644
--- a/pack-bitmap.h
+++ b/pack-bitmap.h
@@ -6,6 +6,7 @@
#include "pack-objects.h"
struct commit;
+struct repository;
struct rev_info;
struct bitmap_disk_header {
@@ -39,7 +40,7 @@ typedef int (*show_reachable_fn)(
struct bitmap_index;
-struct bitmap_index *prepare_bitmap_git(void);
+struct bitmap_index *prepare_bitmap_git(struct repository *r);
void count_bitmap_commit_list(struct bitmap_index *, uint32_t *commits,
uint32_t *trees, uint32_t *blobs, uint32_t *tags);
void traverse_bitmap_commit_list(struct bitmap_index *,