Closed
Description
By default, Git does not open an editor to edit a commit-message when merging. Instead a default message is used. When set to true, this variable tells Git to open an editor before a commit is completed (equivalent to giving the --edit option from the command line). When set to false a commit is completed without interference (equivalent to giving the --no-edit option from the command line).