]> git.ipfire.org Git - thirdparty/git.git/commit - http-push.c
http-push: convert some static functions to struct object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sat, 6 May 2017 22:10:03 +0000 (22:10 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 May 2017 06:12:57 +0000 (15:12 +0900)
commit8eb9460045e44065a85c1dc735bbb8fcba776146
tree3161ab346cf16614712bb9e0b030ba3f0f6bb335
parent1e4085a05d7a486920afcd995bb0c1737d54c670
http-push: convert some static functions to struct object_id

Among the functions converted is a caller of lookup_commit_or_die, which
we will convert later on.

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