]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/reflog: make functions regarding `reflog_expire_options` public
authorPatrick Steinhardt <ps@pks.im>
Tue, 8 Apr 2025 06:22:15 +0000 (08:22 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Apr 2025 14:53:27 +0000 (07:53 -0700)
commitd20fc193b663cd98364c07195e6cb38618a30c10
treec7cdcf46eb45a6c5c33e40e240090a3da9694950
parent964f364de9935592ff187cdf26b87a75e762c26c
builtin/reflog: make functions regarding `reflog_expire_options` public

Make functions that are required to manage `reflog_expire_options`
available elsewhere by moving them into "reflog.c" and exposing them in
the corresponding header. The functions will be used in a subsequent
commit.

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