It looks like creating tags is broken since build 2005:
Before the tag would just be the proper 1.1.3
.
It looks like creating tags is broken since build 2005:
Before the tag would just be the proper 1.1.3
.
Sorry, stupid to not put in details.
Git git version 2.26.0.windows.1
Windows 10 1909 x64
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