You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 underjj 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.The text was updated successfully, but these errors were encountered: