diff options
author | Teng Long <dyroneteng@gmail.com> | 2022-07-19 00:46:02 +0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-07-18 11:20:52 -0700 |
commit | 349c26ff295f43d7c9ae6d21a285fa417c9d3039 (patch) | |
tree | 8bd1d5fd105a318db836b39840ca55e53ca4b185 /builtin/commit-graph.c | |
parent | 9975975d7f1930883b8596248afa30b5143e8035 (diff) |
pack-bitmap.c: rename "idx_name" to "bitmap_name"
In "open_pack_bitmap_1()" and "open_midx_bitmap_1()" we use
a var named "idx_name" to represent the bitmap filename which
is computed by "midx_bitmap_filename()" or "pack_bitmap_filename()"
before we open it.
There may bring some confusion in this "idx_name" naming, which
might lead us to think of ".idx "or" multi-pack-index" files,
although bitmap is essentially can be understood as a kind of index,
let's define this name a little more accurate here.
Signed-off-by: Teng Long <dyroneteng@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-graph.c')
0 files changed, 0 insertions, 0 deletions