mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 05:55:44 +01:00
Hide details
This commit is contained in:
@@ -23,7 +23,8 @@ import java.io.IOException;
|
||||
public class GitMergeCommand extends AbstractGitCommand implements MergeCommand {
|
||||
|
||||
private static final Logger logger = LoggerFactory.getLogger(GitMergeCommand.class);
|
||||
public static final String MERGE_COMMIT_MESSAGE_TEMPLATE =
|
||||
|
||||
private static final String MERGE_COMMIT_MESSAGE_TEMPLATE =
|
||||
"Merge of branch %s into %s\n" +
|
||||
"\n" +
|
||||
"Automatic merge by SCM-Manager.";
|
||||
|
||||
Reference in New Issue
Block a user