You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you merge a branch and provide a commit message via -m, kart still does a fast-forward merge if it can.
To Reproduce
$ kart merge mybranch -m "merge changes in"Merging branch "mybranch" into mainFast-forwarded to 0c25c32d8f7712ec2266b598599aadb43cdb4061Updating myproject.gpkg ...
$ kart logcommit 0c25c32d8f7712ec2266b598599aadb43cdb4061 (HEAD -> main, mybranch)Author: me <me@example.com>Date: Wed Aug 24 10:17:38 2022 +0200 Add new features
Expected behaviour
I'd get a non-fast-forward merge commit with the message I provided.
Describe the bug
If you merge a branch and provide a commit message via
-m
, kart still does a fast-forward merge if it can.To Reproduce
Expected behaviour
I'd get a non-fast-forward merge commit with the message I provided.
**Version Info **
The text was updated successfully, but these errors were encountered: