Package | Description |
---|---|
com.atlassian.bitbucket.scm.git.command.merge |
Modifier and Type | Method and Description |
---|---|
GitMergeBuilder |
GitMergeBuilder.log(boolean value)
Sets a flag which, when enabled, causes
git merge to include a brief synopsis of the commits included
by the merge. |
GitMergeBuilder |
GitMergeBuilder.log(int value)
Sets the number of summary messages to append for commits included in the merge.
|
GitMergeBuilder |
GitMergeBuilder.message(String value)
Sets the commit message to be used for the merge.
|
GitMergeBuilder |
GitMerge.normal()
Creates a builder which can be used to create a
command for running git merge . |
Copyright © 2019 Atlassian. All rights reserved.