Skip to content

Commit

Permalink
Merge pull request #706 from shijinglu/turnOffDefaultMergeInBare
Browse files Browse the repository at this point in the history
Turn off merge with bare in normal merge mode
  • Loading branch information
shijinglu committed May 22, 2019
2 parents 0479e22 + cb2a576 commit 2a1377b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/lib/cmd/merge.js
Expand Up @@ -173,7 +173,7 @@ Merge of '${commitName}'
null,
commit,
mode,
Open.SUB_OPEN_OPTION.ALLOW_BARE,
Open.SUB_OPEN_OPTION.FORCE_OPEN,
args.message,
editMessage);
if (null !== result.errorMessage) {
Expand Down

0 comments on commit 2a1377b

Please sign in to comment.