]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit6d2a88c7289b56999426354f44b536255b57c5c8
tree0dadd5518aea1ce4df5dbc9bcb3827e38645bfb8
parentfe86abd7511a9a6862d5706c6fa1d9b57a63ba09
parent08c12ec1d0444c9ea7cf24b7157aa158f3f641f4
Merge branch 'kh/keep-tag-editmsg-upon-failure'

"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`