summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorHeba Waly <heba.waly@gmail.com>2020-03-02 20:02:00 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-03-05 14:15:04 (GMT)
commitf665d63a912748bc1397940a0dc1de80c6f693e3 (patch)
tree0c5c33a8281d32eb41e74585650a0da71e737b83 /t
parentb3b18d1621315fb187689ee6c759bdbbea214eb8 (diff)
downloadgit-f665d63a912748bc1397940a0dc1de80c6f693e3.zip
git-f665d63a912748bc1397940a0dc1de80c6f693e3.tar.gz
git-f665d63a912748bc1397940a0dc1de80c6f693e3.tar.bz2
tag: use new advice API to check visibility
change the advise call in tag library from advise() to advise_if_enabled() to construct an example of the usage of the new API. Signed-off-by: Heba Waly <heba.waly@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-xt/t7004-tag.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t7004-tag.sh b/t/t7004-tag.sh
index 6db92bd..74b637d 100755
--- a/t/t7004-tag.sh
+++ b/t/t7004-tag.sh
@@ -1726,6 +1726,7 @@ test_expect_success 'recursive tagging should give advice' '
hint: already a tag. If you meant to tag the object that it points to, use:
hint: |
hint: git tag -f nested annotated-v4.0^{}
+ hint: Disable this message with "git config advice.nestedTag false"
EOF
git tag -m nested nested annotated-v4.0 2>actual &&
test_i18ncmp expect actual