]> git.ipfire.org Git - thirdparty/git.git/commit - apply.c
apply: replace hard-coded constants
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 15 Oct 2018 00:01:59 +0000 (00:01 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Oct 2018 03:53:16 +0000 (12:53 +0900)
commit93eb00f719a2d36d31a4ba7b6eeae9f6302314e9
tree48c09673faea790d1c387c2b2c0751a680794c74
parentd8a3a690204ec8583b536e562d46632cae5cfe03
apply: replace hard-coded constants

Replace several 40-based constants with references to GIT_MAX_HEXSZ or
the_hash_algo, as appropriate.

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