Merged PRs
dolt
- 4794: /go/{cmd,libraries}: print failed to read cause
- 4786: Renamed --ignore-skipped-rows to --quiet
- 4781: fix merge --no-ff --no-commit
If the editor process is killed or the editor was saved with empty message, it gives error.
Fixesdolt merge --no-ff --no-commit
, now it does not fast-forward and commit. It leaves the working set with changes.
Closed Issues
- 4762:
dolt merge
behavior should more closely matchgit merge