diff options
author | Taylor Blau <me@ttaylorr.com> | 2020-12-08 17:05:09 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-12-08 14:49:04 -0800 |
commit | 98c31f366a1770fb7ea04125ff2d8b1ea1f7d0d7 (patch) | |
tree | 8d941547fb3637598d64533aa97097fed4763a37 /t | |
parent | pack-bitmap-write: ignore BITMAP_FLAG_REUSE (diff) | |
download | tgif-98c31f366a1770fb7ea04125ff2d8b1ea1f7d0d7.tar.xz |
pack-bitmap: factor out 'bitmap_for_commit()'
A couple of callers within pack-bitmap.c duplicate logic to lookup a
given object id in the bitamps khash. Factor this out into a new
function, 'bitmap_for_commit()' to reduce some code duplication.
Make this new function non-static, since it will be used in later
commits from outside of pack-bitmap.c.
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
0 files changed, 0 insertions, 0 deletions