summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-05-08 15:37:22 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-05-08 15:37:22 (GMT)
commita1985623415223662a51b240e814d5f22b231830 (patch)
tree5ab74e635e7094889373b984dd2a8ce3f5c7f023 /Documentation
parent96379f043f4d49de265c73430e74b8b6c7686e1c (diff)
parenteea9c1e78ffd878cbaaf2c1e346e186a1e58a460 (diff)
downloadgit-a1985623415223662a51b240e814d5f22b231830.zip
git-a1985623415223662a51b240e814d5f22b231830.tar.gz
git-a1985623415223662a51b240e814d5f22b231830.tar.bz2
Merge branch 'dl/warn-tagging-a-tag'
"git tag" learned to give an advice suggesting it might be a mistake when creating an annotated or signed tag that points at another tag. * dl/warn-tagging-a-tag: tag: advise on nested tags tag: fix formatting
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config/advice.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/config/advice.txt b/Documentation/config/advice.txt
index 8862042..ec4f6ae 100644
--- a/Documentation/config/advice.txt
+++ b/Documentation/config/advice.txt
@@ -90,4 +90,6 @@ advice.*::
waitingForEditor::
Print a message to the terminal whenever Git is waiting for
editor input from the user.
+ nestedTag::
+ Advice shown if a user attempts to recursively tag a tag object.
--