]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-tag.txt
refs: add option core.logAllRefUpdates = always
[thirdparty/git.git] / Documentation / git-tag.txt
index 5055a9682393409c1ed07e1e417015f46e46a5bc..2ac25a9bb3c1a62903c4c3a11a673db2b984fa1e 100644 (file)
@@ -150,7 +150,8 @@ This option is only applicable when listing tags without annotation lines.
        'strip' removes both whitespace and commentary.
 
 --create-reflog::
-       Create a reflog for the tag.
+       Create a reflog for the tag. To globally enable reflogs for tags, see
+       `core.logAllRefUpdates` in linkgit:git-config[1].
 
 <tagname>::
        The name of the tag to create, delete, or describe.