MergeOpts
MergeOpts =
object
Defined in: src/core/repo.ts:812
Options for git merge
Properties
abort?
optionalabort:boolean
Defined in: src/core/repo.ts:827
Abort merge
allowUnrelatedHistories?
optionalallowUnrelatedHistories:boolean
Defined in: src/core/repo.ts:855
Allow merging histories that do not share a common ancestor
autostash?
optionalautostash:boolean
Defined in: src/core/repo.ts:859
Automatically stash before merge and unstash after
cleanup?
optionalcleanup:"strip"|"whitespace"|"verbatim"|"scissors"|"default"
Defined in: src/core/repo.ts:843
How to clean up the commit message
compactSummary?
optionalcompactSummary:boolean
Defined in: src/core/repo.ts:839
Show compact summary of changed files
continue?
optionalcontinue:boolean
Defined in: src/core/repo.ts:829
Continue merge
ff?
optionalff:"only"|"no"|boolean
Defined in: src/core/repo.ts:817
Fast-forward behavior
gpgSign?
optionalgpgSign:boolean|string
Defined in: src/core/repo.ts:857
GPG-sign the merge commit (optionally with key id)
intoName?
optionalintoName:string
Defined in: src/core/repo.ts:865
Use custom branch name in merge commit message
log?
optionallog:boolean|number
Defined in: src/core/repo.ts:841
Add log of commits being merged (optionally with count)
message?
optionalmessage:string
Defined in: src/core/repo.ts:815
Merge message
noCommit?
optionalnoCommit:boolean
Defined in: src/core/repo.ts:821
No commit after merge
noDiffstat?
optionalnoDiffstat:boolean
Defined in: src/core/repo.ts:835
Do not show diffstat at end of merge
noVerify?
optionalnoVerify:boolean
Defined in: src/core/repo.ts:831
Bypass pre-merge-commit hook
overwriteIgnore?
optionaloverwriteIgnore:boolean
Defined in: src/core/repo.ts:861
Silently overwrite ignored files
quiet?
optionalquiet:boolean
Defined in: src/core/repo.ts:851
Be quiet
quit?
optionalquit:boolean
Defined in: src/core/repo.ts:853
Quit the current in-progress merge without cleanup
rerereAutoupdate?
optionalrerereAutoupdate:boolean
Defined in: src/core/repo.ts:845
Automatically update rerere state
signoff?
optionalsignoff:boolean
Defined in: src/core/repo.ts:863
Add Signed-off-by trailer
squash?
optionalsquash:boolean
Defined in: src/core/repo.ts:819
Squash merge
stat?
optionalstat:boolean
Defined in: src/core/repo.ts:837
Show diffstat at end of merge
strategy?
optionalstrategy:string
Defined in: src/core/repo.ts:823
Strategy to use
strategyOption?
optionalstrategyOption:string|string[]
Defined in: src/core/repo.ts:825
Strategy options
verbose?
optionalverbose:boolean
Defined in: src/core/repo.ts:849
Be verbose
verifySignatures?
optionalverifySignatures:boolean
Defined in: src/core/repo.ts:847
Verify that commit is signed with a valid key