]> git.ipfire.org Git - thirdparty/git.git/commit
reftable/stack: add accessor for the hash ID
authorPatrick Steinhardt <ps@pks.im>
Tue, 26 Nov 2024 06:42:54 +0000 (07:42 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 Nov 2024 08:18:36 +0000 (17:18 +0900)
commitc9f76fc7d197d9ed2624400d5fc34d6ab53b7a22
treeb3b1767b86c6126f0c7cfc8438ff4ce8334cf4b1
parent46b5f67019bbf9864416d13693f6292bca62d7af
reftable/stack: add accessor for the hash ID

Add an accessor function that allows callers to access the hash ID of a
reftable stack. This function will be used in a subsequent commit.

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