PullOpts
このコンテンツはまだ日本語訳がありません。
PullOpts =
object
Defined in: src/core/repo.ts:881
Options for git pull
Properties
all?
optionalall:boolean
Defined in: src/core/repo.ts:936
Fetch from all remotes
allowUnrelatedHistories?
optionalallowUnrelatedHistories:boolean
Defined in: src/core/repo.ts:934
Allow merging histories that do not share a common ancestor
append?
optionalappend:boolean
Defined in: src/core/repo.ts:938
Append ref names and object names to FETCH_HEAD
autostash?
optionalautostash:boolean
Defined in: src/core/repo.ts:926
Automatically stash before pull and unstash after
branch?
optionalbranch:string
Defined in: src/core/repo.ts:886
Branch to pull
cleanup?
optionalcleanup:string
Defined in: src/core/repo.ts:920
How to clean up the commit message
commit?
optionalcommit:boolean
Defined in: src/core/repo.ts:918
Perform merge and commit (or not)
compactSummary?
optionalcompactSummary:boolean
Defined in: src/core/repo.ts:910
Show compact summary of changed files
deepen?
optionaldeepen:number
Defined in: src/core/repo.ts:954
Deepen shallow clone by specified commits
depth?
optionaldepth:number
Defined in: src/core/repo.ts:948
Limit fetching depth
dryRun?
optionaldryRun:boolean
Defined in: src/core/repo.ts:944
Dry run
ff?
optionalff:"only"|"no"|boolean
Defined in: src/core/repo.ts:890
Fast-forward behavior
force?
optionalforce:boolean
Defined in: src/core/repo.ts:940
Force update of local branches
gpgSign?
optionalgpgSign:boolean|string
Defined in: src/core/repo.ts:932
GPG-sign the merge commit (optionally with key id)
ipv4?
optionalipv4:boolean
Defined in: src/core/repo.ts:960
Use IPv4 addresses only
ipv6?
optionalipv6:boolean
Defined in: src/core/repo.ts:962
Use IPv6 addresses only
jobs?
optionaljobs:number
Defined in: src/core/repo.ts:942
Number of parallel children for fetching submodules
keep?
optionalkeep:boolean
Defined in: src/core/repo.ts:946
Keep downloaded pack
log?
optionallog:boolean|number
Defined in: src/core/repo.ts:912
Add log of commits being merged (optionally with count)
noStat?
optionalnoStat:boolean
Defined in: src/core/repo.ts:906
Do not show diffstat at end of merge
onProgress()?
optionalonProgress: (progress) =>void
Defined in: src/core/repo.ts:896
Progress callback
Parameters
progress
Returns
void
prune?
optionalprune:boolean
Defined in: src/core/repo.ts:894
Prune remote-tracking refs
quiet?
optionalquiet:boolean
Defined in: src/core/repo.ts:902
Be quiet
rebase?
optionalrebase:boolean|"merges"|"interactive"
Defined in: src/core/repo.ts:888
Rebase instead of merge
recurseSubmodules?
optionalrecurseSubmodules:boolean|"yes"|"on-demand"|"no"
Defined in: src/core/repo.ts:904
Fetch submodules recursively
remote?
optionalremote:string
Defined in: src/core/repo.ts:884
Remote name
setUpstream?
optionalsetUpstream:boolean
Defined in: src/core/repo.ts:964
Set upstream tracking for the current branch
shallowExclude?
optionalshallowExclude:string|string[]
Defined in: src/core/repo.ts:952
Deepen shallow clone excluding revision
shallowSince?
optionalshallowSince:string|Date
Defined in: src/core/repo.ts:950
Deepen shallow clone since date
signoff?
optionalsignoff:boolean
Defined in: src/core/repo.ts:914
Add Signed-off-by trailer
squash?
optionalsquash:boolean
Defined in: src/core/repo.ts:916
Squash merge
stat?
optionalstat:boolean
Defined in: src/core/repo.ts:908
Show diffstat at end of merge
strategy?
optionalstrategy:string
Defined in: src/core/repo.ts:928
Merge strategy to use
strategyOption?
optionalstrategyOption:string|string[]
Defined in: src/core/repo.ts:930
Strategy options
tags?
optionaltags:boolean
Defined in: src/core/repo.ts:892
Fetch tags
unshallow?
optionalunshallow:boolean
Defined in: src/core/repo.ts:956
Convert shallow repository to complete one
updateShallow?
optionalupdateShallow:boolean
Defined in: src/core/repo.ts:958
Update shallow boundary if new refs need it
verbose?
optionalverbose:boolean
Defined in: src/core/repo.ts:900
Be verbose
verify?
optionalverify:boolean
Defined in: src/core/repo.ts:922
Run hooks or not
verifySignatures?
optionalverifySignatures:boolean
Defined in: src/core/repo.ts:924
Verify that commit is signed with a valid key