]> git.ipfire.org Git - thirdparty/git.git/commit - config.c
config: use the_hash_algo in abbrev comparison
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sun, 18 Aug 2019 20:04:13 +0000 (20:04 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Aug 2019 22:04:58 +0000 (15:04 -0700)
commitfe9fec45f68e0d9850bf13da57b3e7a99fc33444
treeb4258b5b9d4cf77e19388d04741f6e2b0f92aa03
parent976ff7e49d722d1b72effb6d547ec2b00cd69fc0
config: use the_hash_algo in abbrev comparison

Switch one use of a hard-coded 40 constant to use the_hash_algo.

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