Skip to content

Commit

Permalink
disable merge commits by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Kotal authored and ahornace committed Apr 13, 2021
1 parent 5dd4c2f commit 610d908
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ public Configuration() {
//mandoc is default(String)
setMaxSearchThreadCount(2 * Runtime.getRuntime().availableProcessors());
setMaxRevisionThreadCount(Runtime.getRuntime().availableProcessors());
setMergeCommitsEnabled(true);
setMergeCommitsEnabled(false);
setMessageLimit(500);
setNavigateWindowEnabled(false);
setNestingMaximum(1);
Expand Down

0 comments on commit 610d908

Please sign in to comment.