Sublime Forum

Creating tags broken in 2005

#1

It looks like creating tags is broken since build 2005:

image

image

image

Before the tag would just be the proper 1.1.3.

0 Likes

#2

Which version of git are you using and which platform are you on?

0 Likes

#3

Sorry, stupid to not put in details.

Git git version 2.26.0.windows.1
Windows 10 1909 x64

0 Likes

#4

Can confirm the bug in 2006.

Happens if no tag message is entered.

Console output

Tag with message -> ok

Executing: "C:\Program Files\Git\cmd\git.exe" tag -a -m hallo 3.1.4 c203b2980e6c01427a086513927ccbdcb55d9af6
Working dir: C:\Data\demo

Tag without message -> commit hash becomes tag name

Executing: "C:\Program Files\Git\cmd\git.exe" tag -a -m  1.1 c203b2980e6c01427a086513927ccbdcb55d9af6
Working dir: C:\Data\demo

Edit: Empty messages work properly when quoted: git -a -m "" 1.1 c203b2980e6c01427a086513927ccbdcb55d9af6

0 Likes

#5

FYI: already created bug reports:

0 Likes