]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile: remove $(NO_CURL) from $(SCRIPT_DEFINES)
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 21 Oct 2021 19:57:57 +0000 (21:57 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Oct 2021 23:17:57 +0000 (16:17 -0700)
commitc7c969289792f9fbc4cfd9850bb228b4c9cd967e
tree60760d74ef6fcc449a8a92a2069621d92046e5c1
parentab77294a2ab044779730e03a9b649dc90ec4ac9e
Makefile: remove $(NO_CURL) from $(SCRIPT_DEFINES)

Stop including $(NO_CURL) in $(SCRIPT_DEFINES). The "@NO_CURL@"
replacement added in 6c5c62f3401 (Print an error if cloning a http
repo and NO_CURL is set, 2006-02-15) has not been referenced by
anything in-tree since 49eb8d39c78 (Remove contrib/examples/*,
2018-03-25).

That commit removed the reference from contrib/examples/*, but this
@@NO_CURL@@ hasn't been used since git-pull.sh was the primary entry
point for "git pull".

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile