-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open PR associated with blame #81
Comments
I also have a simiar workflow where I want to open the PR that merged a particular commit. GitHub API docs for listing PRs associated with a commit (note that there can be more than 1) I structured it in a similar way to how rhubarb interfaces with GitHub, with the idea that I could maybe move parts of the logic to rhubarb/fugitive-gitlab and other parts to fugitive. Anyway, my plugin demonstrates how this could work for both GitHub/rhubarb and GitLab/fugitive-gitlab |
This is just
So this feature request boils down to saving you a click. That's not nothing; I do this operation a lot myself so I see the appeal. But I'm inclined to think it doesn't justify adding a whole top level command to Fugitive. |
There is the potential for saving a few more clicks/commands if there's a command to bypass blame and go straight from current line to PR that introduced that line. |
If I blame a line I get the associated commit. Then I have to yank it and copy it into https://github.com/foo/bar/commit/abcd123 and click on the PR.
It would be nice if I could do this directly from the editor.
The text was updated successfully, but these errors were encountered: