]> git.ipfire.org Git - thirdparty/git.git/commit
Remove fetch-object.{c,h} in favor of promisor-remote.{c,h}
authorChristian Couder <christian.couder@gmail.com>
Tue, 25 Jun 2019 13:40:37 +0000 (15:40 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Jun 2019 21:05:38 +0000 (14:05 -0700)
commitdb27dca5cfe41ffa62f3a34cff2f7fafb2547307
treecc03a62addf619d1619c3f2068c3ea1702dd16af
parent75de0852119bc73c60ace232ba799c3cada2608a
Remove fetch-object.{c,h} in favor of promisor-remote.{c,h}

As fetch_objects() is now used only in promisor-remote.c
and should't be used outside it, let's move it into
promisor-remote.c, make it static there, and remove
fetch-object.{c,h}.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
fetch-object.c [deleted file]
fetch-object.h [deleted file]
promisor-remote.c