]> git.ipfire.org Git - thirdparty/git.git/commit - revision.c
revision: replace use of hard-coded constants
authorbrian m. carlson <sandals@crustytoothpaste.net>
Wed, 2 May 2018 00:25:50 +0000 (00:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 May 2018 04:59:51 +0000 (13:59 +0900)
commitfd521245e6a2dc3c84500980951d07947f862183
treebdd2e2bb49dbc1e68d99c361459f13082c7ff75a
parentdd724bcb2f23618b53593230e13c9f352be7a873
revision: replace use of hard-coded constants

Replace two uses of the hard-coded constant 40 with references to
the_hash_algo.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
revision.c