]> git.ipfire.org Git - thirdparty/git.git/commit
refs: mark `ref_transaction_update_reflog()` as static
authorKarthik Nayak <karthik.188@gmail.com>
Wed, 22 Jan 2025 05:35:47 +0000 (06:35 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Jan 2025 17:51:35 +0000 (09:51 -0800)
commitaf47976cc044ecfd52105bb45f6a9085b3c8a772
tree9f1bc0617bfa38701ca142e4ccc33b023f68791f
parent0f3d8e2e46baf16358cd2989580ef708820a35f6
refs: mark `ref_transaction_update_reflog()` as static

The `ref_transaction_update_reflog()` function is only used within
'refs.c', so mark it as static.

Reported-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Karthik Nayak <karthik.188@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c
refs.h