Issue 2847: To add field with pure gerrit reference value (without command line)
Status:  Released
Owner: ----
Closed:  Feb 2015
Reported by rafff...@gmail.com, Aug 20, 2014
It would be pretty useful if field with pure gerrit reference (no command line format) would be added to change view. Either as new field in section "Download" or new field below section "Download" with possibility to copy it to clipboard.

Example of current Download -> Checkout:
git fetch ssh://user@gerrit.com:20000/repository refs/changes/29/45229/5 && git checkout FETCH_HEAD

Proposition of adequate Gerrit Ref field value:
refs/changes/29/45229/5

It would be useful for everybody working with Eclipse Git plugin because fetching from Gerrit needs only Gerrit Ref (refs/changes/29/45229/5) without command line.
Aug 25, 2014
Project Member #1 david.pu...@sonymobile.com
The download commands are plugin-able.  So you could write a plugin that adds the command that you need.
Status: AwaitingInformation
Feb 17, 2015
Project Member #2 edwin.ke...@gmail.com
This functionality is provided by the 'egit' plugin [1].

[1] https://gerrit-review.googlesource.com/#/admin/projects/plugins/egit
Status: Released