diff options
author | Patrick Steinhardt <ps@pks.im> | 2024-09-17 12:07:52 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-09-17 22:53:29 +0200 |
commit | 1f2df6f9a56118c282f09f263962acba55080c28 (patch) | |
tree | 656a66c3423f01f8359185fcb8d7a5a4ee06b6be /bloom.h | |
parent | Sync with Git 2.46.1 (diff) | |
download | git-1f2df6f9a56118c282f09f263962acba55080c28.tar.xz git-1f2df6f9a56118c282f09f263962acba55080c28.zip |
apply: reorder functions to move image-related things together
While most of the functions relating to `struct image` are relatively
close to one another, `fuzzy_matchlines()` sits in between those even
though it is rather unrelated.
Reorder functions such that `struct image`-related functions are next to
each other. While at it, move `clear_image()` to the top such that it is
close to the struct definition itself. This makes this lifecycle-related
thing easy to discover.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'bloom.h')
0 files changed, 0 insertions, 0 deletions