Say "New annotated tag name" not "New tag name" on T
This distinguishes t from T. Sometimes you press one and aren't sure if you got it right.
This commit is contained in:
parent
aa33f2f6a7
commit
d2d1bd87fd
1 changed files with 1 additions and 1 deletions
2
magit.el
2
magit.el
|
@ -3242,7 +3242,7 @@ Tag will point to the current 'HEAD'.
|
|||
(defun magit-annotated-tag (name)
|
||||
"Start composing an annotated tag with the given NAME.
|
||||
Tag will point to the current 'HEAD'."
|
||||
(interactive "sNew tag name: ")
|
||||
(interactive "sNew annotated tag name: ")
|
||||
(magit-log-edit-set-field 'tag name)
|
||||
(magit-pop-to-log-edit "tag"))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue