Open tshirtman opened 11 years ago
Woow, that sounds really ambitious :)
I have no idea whether it's feasible or not, but it sure sounds interesting. Are you familiar with fugitive's internal ? I know I used a very small part of its API to get back the repository URL.
That being said, it sounds tricky. I guess fugitive is able to generate diff because the local git repo has everything it needs, here we'd need to fetch author's repo, create a local branch etc.
I found an alternate solution since, configured git so pulling bring me local references to pullrequests, so it makes easier to review them locally, through vim or just command line git.
No idea if it's easy or not, didn't look code of either plugins yet, but that would be handy to add the repos of a PR author to remotes, and show the diff of the branch using fugitive facilities.
Thanks for the work already :)