-
Notifications
You must be signed in to change notification settings - Fork 133
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
REQ: gitk: tag right-click should provide commands "Rename ..", "Remove ..", "Copy tag name" #855
Comments
Hey, maybe I don't know much about gitk, what technology stack does it need? I see the 10,000 lines of shell script code under gitk-git, and I don't know where to start. |
Hello, this gitk GUI obviously is one big Tcl/Tk language script. The shell feeds it to the As this REQ is about sth similar to what already exists for branches, you may start from here and see how it works: https://github.com/gitgitgadget/git/blob/master/gitk-git/gitk#L2679
|
Thanks for your pointing,I have notice them,I will go to learn tcl first :) |
@kxrob,I may have solved part of this problem,May need a little help at the end. |
Feature Request for gitk: right-click on a tag should provide menu with commands:
"Copy tag name"
"Rename this tag"
"Remove this tag"
(Similar to what exists for branches)
The text was updated successfully, but these errors were encountered: