]> Kevux Git Server - rit/commit
revision: include object-name.h
authorDerrick Stolee <stolee@gmail.com>
Thu, 26 Mar 2026 15:14:49 +0000 (15:14 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Mar 2026 16:38:06 +0000 (09:38 -0700)
commit50da232312dc753ba6352995399bed5e9e28d926
treeba0933176ca38aef18d104c368adf8432d57c8eb
parentca1db8a0f7dc0dbea892e99f5b37c5fe5861be71
revision: include object-name.h

The REV_INFO_INIT macro includes a use of the DEFAULT_ABBREV macro, which is
defined in object-name.h. Include it in revision.h so consumers of
REV_INFO_INIT do not need to include this hidden dependency.

Signed-off-by: Derrick Stolee <stolee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
revision.h