summaryrefslogtreecommitdiffstats
path: root/fetch-negotiator.c
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2024-09-17 12:07:52 +0200
committerJunio C Hamano <gitster@pobox.com>2024-09-17 22:53:29 +0200
commit1f2df6f9a56118c282f09f263962acba55080c28 (patch)
tree656a66c3423f01f8359185fcb8d7a5a4ee06b6be /fetch-negotiator.c
parentSync with Git 2.46.1 (diff)
downloadgit-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 'fetch-negotiator.c')
0 files changed, 0 insertions, 0 deletions