]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'kh/keep-tag-editmsg-upon-failure'
authorJunio C Hamano <gitster@pobox.com>
Tue, 13 Jun 2023 19:29:44 +0000 (12:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Jun 2023 19:29:44 +0000 (12:29 -0700)
"git tag" learned to leave the "$GIT_DIR/TAG_EDITMSG" file when the
command failed, so that the user can salvage what they typed.

* kh/keep-tag-editmsg-upon-failure:
  tag: keep the message file in case ref transaction fails
  t/t7004-tag: add regression test for successful tag creation
  doc: tag: document `TAG_EDITMSG`


Trivial merge