]> git.ipfire.org Git - thirdparty/git.git/commit
advice: remove use of global advice_add_embedded_repo
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Mon, 23 Aug 2021 10:44:01 +0000 (12:44 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Aug 2021 19:07:52 +0000 (12:07 -0700)
commitc2a4b6d4ee4f7f52521c1c36d63744f1a3c08d50
tree2bb6a306b5340c88fc0909a2fba31f8c044a425e
parented9bff0817d5a7500b50a39c1c35b44aa3e72578
advice: remove use of global advice_add_embedded_repo

The external use of this variable was added in 532139940c9 (add: warn
when adding an embedded repository, 2017-06-14). For the use-case it's
more straightforward to track whether we've shown advice in
check_embedded_repo() than setting the global variable.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
advice.c
advice.h
builtin/add.c