]> git.ipfire.org Git - thirdparty/git.git/commit
http-push: convert to use the_hash_algo
authorbrian m. carlson <sandals@crustytoothpaste.net>
Tue, 19 Feb 2019 00:05:09 +0000 (00:05 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2019 02:57:38 +0000 (11:57 +0900)
commitf024b87a086643bbe6c869af11eee27aaaebb074
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