Skip to content

Create tag with message fails #1423

@nplatis

Description

@nplatis
  • GitLens Version: v11.3.0
  • Git Version: 2.30.2
  • VSCode Version: 1.54.2
  • OS Version: Arch Linux x64

Steps to Reproduce:

  1. Try to create a new tag
  2. Follow all the steps and add a message
  3. The command fails, with error message (at the command line): "fatal: too many params".

This seems like a small oversight: the output shown at the command line is something like git tag "message" tag_name main, whereas the correct command should be git tag -m "message" tag_name main.

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions