ldelossa / gh.nvim

A fully featured GitHub integration for performing code reviews in Neovim.
MIT License
520 stars 24 forks source link

Fetch the "sha" of the base for PR #109

Closed m42e closed 4 months ago

m42e commented 4 months ago

sometimes the base is not part of the branch anymore. In this case the reference is still provided in the information received by github.

This change fetches also this reference/sha to provide a diff view.

Fixes #108