]> git.ipfire.org Git - thirdparty/git.git/commit
hash.h: provide constants for the hash IDs
authorHan-Wen Nienhuys <hanwen@google.com>
Mon, 30 Aug 2021 14:57:37 +0000 (14:57 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Sep 2021 17:47:43 +0000 (10:47 -0700)
commit27f3796ac1f9b711fae506f63186034ed178690c
treed82c23124c2df0f3fa49b3c781f33a065a9d7dc7
parentc4203212e360b25a1c69467b5a8437d45a373cac
hash.h: provide constants for the hash IDs

This will simplify referencing them from code that is not deeply integrated with
Git, in particular, the reftable library.

Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
hash.h
object-file.c