On 2023-11-27 10:24 a.m., Caolán McNamara wrote:
I generally go with option 2. Typically cherry-pick them locally to the
branch I want them in, git rebase -i, s to squash the dependants into
the parent, add a bit of text about the overall issue, leave the two
commit messages and review links so e
On Mon, 2023-11-27 at 09:31 -0500, Patrick Luby wrote:
> So I have committed two patches in master that, together, fix one bug
> and I would like to backport these two commits to libreoffice-7-6.
>
> My question is which of the following is the preferred approach:
>
> 1. Cherry-pick both patches