Copy revision number in short format
Answered
Right now it's possible to copy full-length revision number. But I'd like to have `git rev-parse --short HEAD` as an action. Is there any way I can achieve that?
Please sign in to leave a comment.
Could you please specify why you'd like to have it? What is the use-case that short one allows and that isn't covered by the full or doesn't work well with it?
To referrer to particular gem version, one can specify `ref` param in the Gemfile.
Putting full revision number in there will make Gemfile less readable. So now there are 2 options:
There was a request for copying only full revision number (https://youtrack.jetbrains.com/issue/IDEA-131714) so now it's now possible to copy the short one from the Log details. Still you can submit a corresponding feature request on our platform tracker:
https://youtrack.jetbrains.com/issues/IDEA
Hm. I missed that ticket :/ Will review.
Thanks!