http-push: convert to use the_hash_algo
commitf024b87a086643bbe6c869af11eee27aaaebb074
authorbrian m. carlson <sandals@crustytoothpaste.net>
Tue, 19 Feb 2019 00:05:09 +0000 (19 00:05 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2019 02:57:38 +0000 (1 11:57 +0900)
treef8dabe8770330e43f7ca286463ed98e8a2ae0cde
parentfbfc089d913772f96f9562a3dbddaed28809fe72
http-push: convert to use the_hash_algo

Switch the lock token code to use the_hash_algo and increase its buffers
to be allocated using GIT_MAX_* constants.  Update the parsing of object
paths to use the_hash_algo as well.

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