summaryrefslogtreecommitdiff
path: root/pack-bitmap.h
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-03-03 15:15:05 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-03-03 15:15:05 +0900
commit919cec9979a865f8169eaa30e5ff6de8e4fe5565 (patch)
tree0d8aca1d417e0462dae1a587077a93d6f44386a0 /pack-bitmap.h
parent614a0a207999f413206bf547e3c603ac015554b0 (diff)
downloadgit-919cec9979a865f8169eaa30e5ff6de8e4fe5565.tar.gz
git-919cec9979a865f8169eaa30e5ff6de8e4fe5565.tar.bz2
git-919cec9979a865f8169eaa30e5ff6de8e4fe5565.zip
Imported Upstream version 2.4.0upstream/2.4.0
Diffstat (limited to 'pack-bitmap.h')
-rw-r--r--pack-bitmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pack-bitmap.h b/pack-bitmap.h
index 487600b1..0adcef77 100644
--- a/pack-bitmap.h
+++ b/pack-bitmap.h
@@ -38,7 +38,6 @@ int prepare_bitmap_git(void);
void count_bitmap_commit_list(uint32_t *commits, uint32_t *trees, uint32_t *blobs, uint32_t *tags);
void traverse_bitmap_commit_list(show_reachable_fn show_reachable);
void test_bitmap_walk(struct rev_info *revs);
-char *pack_bitmap_filename(struct packed_git *p);
int prepare_bitmap_walk(struct rev_info *revs);
int reuse_partial_packfile_from_bitmap(struct packed_git **packfile, uint32_t *entries, off_t *up_to);
int rebuild_existing_bitmaps(struct packing_data *mapping, khash_sha1 *reused_bitmaps, int show_progress);