diff options
author | Rubén Justo <rjusto@gmail.com> | 2024-03-30 15:09:29 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-03-30 17:55:01 -0700 |
commit | 6412d0152774155393ed97003a5c6121cf0a4684 (patch) | |
tree | fc289017cf487c8c337079700e89a68f6d349407 /commit.c | |
parent | 1028db00f7bc47e2cecda8a4a9967fcc05fffb48 (diff) |
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>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions