git-machete icon indicating copy to clipboard operation
git-machete copied to clipboard

Display downstream PRs in PR chains description

Open aouaki opened this issue 1 year ago • 1 comments

When a PR description is updated (at creation or retarget/restack), only the upstream PRs are listed in the description's PR chain. It would be very useful to be able to also link the downstream PRs so that reviewers can easily jump to what's coming next (FYI graphite does this).

Thanks!

aouaki avatar Apr 24 '24 13:04 aouaki

Makes sense! I've got a pretty long queue of issues to sort out before that... but we'll get to that, eventually. Tentatively marking as milestone v3.26.0 (next minor release; there's surely gonna be a number of patch releases in the meantime).

I suppose a indented list (instead of the current flat, non-indented list) might be a good representation.

PawelLipski avatar Apr 24 '24 20:04 PawelLipski

Here's a teaser (https://github.com/PawelLipski/mergify-sandbox-1/pull/23) in a somewhat extreme example:

image

WIP at PR https://github.com/VirtusLab/git-machete/pull/1306

PawelLipski avatar Aug 20 '24 11:08 PawelLipski

@tir38 v3.29.0 is about to be released, use git config machete.github.prDescriptionIntroStyle full

PawelLipski avatar Aug 24 '24 12:08 PawelLipski