]> git.ipfire.org Git - thirdparty/git.git/commit
fetch-pack: rename helper to create_promisor_file()
authorChristian Couder <christian.couder@gmail.com>
Tue, 12 Jan 2021 08:21:58 +0000 (09:21 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Jan 2021 00:01:07 +0000 (16:01 -0800)
commit9d7fa3be3145f1ad87bf5d4ddbf6ce8cb0e6a894
tree6d6f995244895a237b63e102b150a34d3c88e4fb
parent72c4083ddf91b489b7b7b812df67ee8842177d98
fetch-pack: rename helper to create_promisor_file()

As we are going to refactor the code that actually writes
the promisor file into a separate function in a following
commit, let's rename the current write_promisor_file()
function to create_promisor_file().

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fetch-pack.c