]> git.ipfire.org Git - thirdparty/git.git/commit
add: use advise_if_enabled for ADVICE_ADD_EMBEDDED_REPO
authorRubén Justo <rjusto@gmail.com>
Sat, 30 Mar 2024 14:09:29 +0000 (15:09 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 31 Mar 2024 00:55:01 +0000 (17:55 -0700)
commit6412d0152774155393ed97003a5c6121cf0a4684
treefc289017cf487c8c337079700e89a68f6d349407
parent1028db00f7bc47e2cecda8a4a9967fcc05fffb48
add: use advise_if_enabled for ADVICE_ADD_EMBEDDED_REPO

By following a similar reasoning as in previous commits, there are no
reason why we should not use the advise_if_enabled() API to display the
ADVICE_ADD_EMBEDDED_REPO advice.

This advice was introduced in 532139940c (add: warn when adding an
embedded repository, 2017-06-14).  Some tests were included in the
commit, but none is testing this advice.  Which, note, we only want to
display once per run.

So, use the advise_if_enabled() machinery to show the
ADVICE_ADD_EMBEDDED_REPO advice and include a test to notice any
possible breakage.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Rubén Justo <rjusto@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/add.c
t/t3700-add.sh