It would be great to have :{range}Gbrowse working for commit objects. Especially useful for doing code reviews.
Sample URL:
https://github.com/tpope/vim-rhubarb/commit/b6cbbb0ad3e22870a3cd8d79a22722c63d98d18b#diff-fa7310c9e56a98e1e812ae6c04353771R43
Anchor format is:
#diff-<md5 of path>[L|R]<line number>
with L line number is relative to the origin, with R to the result
Couldn't find a way to select a range in this view, for selected range can either route to the first line or to the cursor position.
As far as I understand for commit fugitive currently doesn't provide path and line numbers, changing that should be most of the work.
It would be great to have
:{range}Gbrowseworking for commit objects. Especially useful for doing code reviews.Sample URL:
Anchor format is:
with
Lline number is relative to the origin, withRto the resultCouldn't find a way to select a range in this view, for selected range can either route to the first line or to the cursor position.
As far as I understand for
commitfugitive currently doesn't provide path and line numbers, changing that should be most of the work.