diff options
| author | Taylor Blau <me@ttaylorr.com> | 2022-08-22 15:50:41 -0400 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-08-22 13:04:22 -0700 |
| commit | 852c530102c5ca5b69ae863acaa1acb50cbba861 (patch) | |
| tree | edb6cec740c79aa80eea2a4e08b89d0ef0573b79 /commit-graph.c | |
| parent | midx.c: extract `struct midx_fanout` (diff) | |
| download | git-852c530102c5ca5b69ae863acaa1acb50cbba861.tar.gz git-852c530102c5ca5b69ae863acaa1acb50cbba861.zip | |
midx.c: extract `midx_fanout_add_midx_fanout()`
Extract a routine to add all objects whose object ID's first byte is
`cur_fanout` from an existing MIDX.
This function will only be called once, so extracting it is purely
cosmetic to improve the readability of `get_sorted_entries()` (its sole
caller) below.
The functionality is unchanged in this commit.
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-graph.c')
0 files changed, 0 insertions, 0 deletions
