|
When I list pull requests in the magit status buffer, I see the PR number, title, and labels (if any). Is there a way to include the PR author (I saw some mention in issues about it being supported but I can't find out how to enable that), and ideally I'd also like to indicate if my review has been requested. (I see it's possible to add whole extra status sections for authored pull requests and review requested, but really just want to augment the default list). |
Replies: 2 comments 3 replies
|
In the status buffer type When you visit a pull-request, there is "Assignees" header in that buffer, but it isn't currently possible to show that in the default listing. |
|
Wow, I just learned a new feature - I had no idea you could customize the status buffer like that! (I had thought the |
In the status buffer type
L Lto show additional information in the margin. That should show the author and creation date. If not, then use the other margin commands, listed below the mentioned command, to change what is being displayed and how.When you visit a pull-request, there is "Assignees" header in that buffer, but it isn't currently possible to show that in the default listing.