Closed akx closed 3 years ago
This should fix #31, so non-fast-forward merges work even when no-commit (added in #28) is not set.
no-commit
It also fixes a typo (detatched) from #28.
detatched
-m "merge-with-parent"
merge
Checklist
Motivation, issues
This should fix #31, so non-fast-forward merges work even when
no-commit
(added in #28) is not set.It also fixes a typo (
detatched
) from #28.Description
-m "merge-with-parent"
to merge-with-parent'smerge
command, so it does not die when there is no EDITOR available.detatched
typo.