Open
Bug 1971515
Opened 11 months ago
Updated 11 months ago
headless api: add an option to force a fast-forward merge
Categories
(Conduit :: Lando, enhancement)
Conduit
Lando
Tracking
(Not tracked)
NEW
People
(Reporter: jcristau, Unassigned)
Details
There are cases where we want to update a branch to an existing commit (typically to keep a new esr in sync with the corresponding beta, maybe others). It would be nice to be able to tell the API that we don't want a merge commit created, i.e. passing "--ff-only" to "git merge", to avoid surprises in case of mistakes or losing a race against another push.
You need to log in
before you can comment on or make changes to this bug.
Description
•