Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: Support Creation of Git Annotated Tags #5426

Open
dbaileychess opened this issue Jan 22, 2025 · 0 comments
Open

FR: Support Creation of Git Annotated Tags #5426

dbaileychess opened this issue Jan 22, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@dbaileychess
Copy link

I still have to use a separate git repo to create annotated git tags, and would like the ability to make them via jj git tag -a. The lack of creation support is highlighted in the docs.

I think it makes sense as a jj git tag subcommand as it is primarily geared to git compatibility, as opposed to the JJ model. I would expect the annotated tags to continue to show up under jj tag list, as they currently do. Since annotated git tags are basically full commits (with no changes)

Additionally, the tag creation should be able to work on any change Id (e.g. jj git tag -a -c @ -m "blah blah" tag_label) or revision (e.g. jj git tag -a -r REV). I guess it should also be able to work on Bookmarks as well.

@yuja yuja added the enhancement New feature or request label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants