RebaseOpts
このコンテンツはまだ日本語訳がありません。
RebaseOpts =
object
Defined in: src/core/repo.ts:1262
Options for git rebase
Properties
abort?
optionalabort:boolean
Defined in: src/core/repo.ts:1273
Abort rebase
apply?
optionalapply:boolean
Defined in: src/core/repo.ts:1303
Use apply strategy
autosquash?
optionalautosquash:boolean
Defined in: src/core/repo.ts:1309
Automatically squash fixup commits
autostash?
optionalautostash:boolean
Defined in: src/core/repo.ts:1315
Automatically stash/unstash
committerDateIsAuthorDate?
optionalcommitterDateIsAuthorDate:boolean
Defined in: src/core/repo.ts:1291
Set committer date to author date
continue?
optionalcontinue:boolean
Defined in: src/core/repo.ts:1275
Continue rebase
empty?
optionalempty:"drop"|"keep"|"ask"
Defined in: src/core/repo.ts:1307
How to handle empty commits
exec?
optionalexec:string
Defined in: src/core/repo.ts:1317
Execute command after each commit
forceRebase?
optionalforceRebase:boolean
Defined in: src/core/repo.ts:1299
Force rebase even if already up-to-date
forkPoint?
optionalforkPoint:boolean
Defined in: src/core/repo.ts:1319
Use fork point for base
gpgSign?
optionalgpgSign:boolean|string
Defined in: src/core/repo.ts:1313
GPG-sign commits
ignoreWhitespace?
optionalignoreWhitespace:boolean
Defined in: src/core/repo.ts:1295
Ignore whitespace differences
interactive?
optionalinteractive:never
Defined in: src/core/repo.ts:1269
Interactive rebase (not supported - use raw)
keepBase?
optionalkeepBase:boolean
Defined in: src/core/repo.ts:1283
Keep the commits at the base unchanged
noFf?
optionalnoFf:boolean
Defined in: src/core/repo.ts:1301
Create merge commit instead of rebasing
noVerify?
optionalnoVerify:boolean
Defined in: src/core/repo.ts:1279
Bypass pre-rebase hook
onto?
optionalonto:string
Defined in: src/core/repo.ts:1267
Onto target
quiet?
optionalquiet:boolean
Defined in: src/core/repo.ts:1285
Be quiet
reapplyCherryPicks?
optionalreapplyCherryPicks:boolean
Defined in: src/core/repo.ts:1329
Reapply cherry-picks
rebaseMerges?
optionalrebaseMerges:boolean
Defined in: src/core/repo.ts:1271
Preserve merges
rerereAutoupdate?
optionalrerereAutoupdate:boolean
Defined in: src/core/repo.ts:1305
Automatically update rerere state
rescheduleFailedExec?
optionalrescheduleFailedExec:boolean
Defined in: src/core/repo.ts:1327
Reschedule failed exec commands
resetAuthorDate?
optionalresetAuthorDate:boolean
Defined in: src/core/repo.ts:1293
Set author date to committer date
root?
optionalroot:boolean
Defined in: src/core/repo.ts:1325
Rebase from root commit
signoff?
optionalsignoff:boolean
Defined in: src/core/repo.ts:1289
Add signoff
skip?
optionalskip:boolean
Defined in: src/core/repo.ts:1277
Skip current commit
strategy?
optionalstrategy:string
Defined in: src/core/repo.ts:1321
Merge strategy
strategyOption?
optionalstrategyOption:string|string[]
Defined in: src/core/repo.ts:1323
Strategy options
updateRefs?
optionalupdateRefs:boolean
Defined in: src/core/repo.ts:1311
Update refs that point to rebased commits
upstream?
optionalupstream:string
Defined in: src/core/repo.ts:1265
Upstream branch
verbose?
optionalverbose:boolean
Defined in: src/core/repo.ts:1287
Be verbose
whitespace?
optionalwhitespace:string
Defined in: src/core/repo.ts:1297
Whitespace handling mode