]> git.ipfire.org Git - thirdparty/git.git/commit
refs: move `struct pack_refs_opts` to where it's used
authorPatrick Steinhardt <ps@pks.im>
Mon, 25 Mar 2024 10:03:03 +0000 (11:03 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Mar 2024 16:54:07 +0000 (09:54 -0700)
commit0f65c7a6761142c7abc6a2415325eda6f44edf49
tree292a9330d848a74201f4928c53c54713b075c769
parented12124d4a809c832ae7f963ecc71104ba5cd55b
refs: move `struct pack_refs_opts` to where it's used

The declaration of `struct pack_refs_opts` is in a seemingly random
place. Move it so that it's located right next to its flags and
functions that use it.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.h