MCPcopy Create free account

hub / github.com/steveukx/git-js / functions

Functions659 in github.com/steveukx/git-js

↓ 1 callersFunctionisBufferTask
(task: SimpleGitTask<R>)
simple-git/src/lib/tasks/task.ts:51
↓ 1 callersFunctionisCleanMode
(cleanMode?: string)
simple-git/src/lib/tasks/clean.ts:95
↓ 1 callersFunctionisCleanOptionsArray
(input: string[])
simple-git/src/lib/tasks/clean.ts:67
↓ 1 callersFunctionisDiffNameStatus
(input: string)
simple-git/src/lib/tasks/diff-name-status.ts:15
↓ 1 callersFunctionisEmptyTask
(task: SimpleGitTask<R>)
simple-git/src/lib/tasks/task.ts:55
↓ 1 callersFunctionisKnownOption
(option: string)
simple-git/src/lib/tasks/clean.ts:99
↓ 1 callersFunctionisNotRepoMessage
(error: Error)
simple-git/src/lib/tasks/check-is-repo.ts:64
↓ 1 callersFunctionisUserFunction
(source: T | unknown)
simple-git/src/lib/utils/util.ts:26
↓ 1 callersFunctionline
(offset = 0)
simple-git/src/lib/utils/task-parser.ts:21
↓ 1 callersFunctionlineBuilder
(tokens: string[], fields: string[])
simple-git/src/lib/parsers/parse-list-log-summary.ts:14
↓ 1 callersFunctionlistConfigTask
(scope?: GitConfigScope)
simple-git/src/lib/tasks/config.ts:63
↓ 1 callersMethodlistRemote
* List remotes by running the `ls-remote` command with any number of arbitrary options * in either array of object form.
simple-git/typings/simple-git.d.ts:626
↓ 1 callersFunctionlistRemotesTask
(customArgs: string[])
simple-git/src/lib/tasks/remote.ts:35
↓ 1 callersFunctionlog
(name: string)
simple-git/src/lib/task-callback.ts:28
↓ 1 callersFunctionlogTask
( splitter: string, fields: string[], customArgs: string[] )
simple-git/src/lib/tasks/log.ts:142
↓ 1 callersFunctionlogger
(name: string)
devtools/log.ts:1
↓ 1 callersFunctionmain
()
devtools/package-json.ts:24
↓ 1 callersFunctionmergeMadeByStrategy
(strategy: 'recursive')
simple-git/test/unit/__fixtures__/responses/merge.ts:22
↓ 1 callersFunctionmockChangeLine
(index: number)
simple-git/test/unit/pull.spec.ts:217
↓ 1 callersFunctionmoveTask
(from: string | string[], to: string)
simple-git/src/lib/tasks/move.ts:6
↓ 1 callersFunctionnotInstalledResponse
()
simple-git/src/lib/tasks/version.ts:41
↓ 1 callersFunctiononError
(result, _error, _done, fail)
simple-git/src/lib/tasks/pull.ts:23
↓ 1 callersFunctiononErrorReceived
(target: Buffer[], logger: OutputLogger)
simple-git/src/lib/runners/git-executor-chain.ts:271
↓ 1 callersMethodonFatalException
(task: SimpleGitTask<R>, e: Error)
simple-git/src/lib/runners/git-executor-chain.ts:72
↓ 1 callersFunctionparseAssignment
(raw: string | undefined)
packages/argv-parser/src/config/analyse-config.ts:6
↓ 1 callersFunctionparseGlobalFlags
(tokens: readonly unknown[], flags: Flag[] = [])
packages/argv-parser/src/flags/parse-global-flags.ts:9
↓ 1 callersFunctionparseGrep
(grep: string)
simple-git/src/lib/tasks/grep.ts:53
↓ 1 callersFunctionparseInit
(bare: boolean, path: string, text: string)
simple-git/src/lib/responses/InitSummary.ts:15
↓ 1 callersFunctionparseMergeDetail
(stdOut)
simple-git/src/lib/parsers/parse-merge.ts:39
↓ 1 callersFunctionparsePullDetail
(stdOut, stdErr)
simple-git/src/lib/parsers/parse-pull.ts:52
↓ 1 callersFunctionparsePullErrorResult
(stdOut: string, stdErr: string)
simple-git/src/lib/parsers/parse-pull.ts:64
↓ 1 callersFunctionparsePushDetail
(stdOut, stdErr)
simple-git/src/lib/parsers/parse-push.ts:78
↓ 1 callersFunctionparsePushResult
(stdOut, stdErr)
simple-git/src/lib/parsers/parse-push.ts:68
↓ 1 callersFunctionparseTaskFlags
( tokens: readonly unknown[], task: string | null, flags: Flag[] = [] )
packages/argv-parser/src/flags/parse-task-flags.ts:13
↓ 1 callersFunctionparser
(text: string)
simple-git/src/lib/tasks/tag.ts:14
↓ 1 callersFunctionpick
(source: T, properties: readonly K[])
simple-git/src/lib/utils/util.ts:164
↓ 1 callersFunctionprepareEnv
(env: Record<string, unknown>)
packages/argv-parser/src/env/parse-env.ts:58
↓ 1 callersMethodprepareMatches
()
simple-git/src/lib/utils/line-parser.ts:35
↓ 1 callersFunctionprettyFormat
( format: Record<string, string | unknown>, splitter: string )
simple-git/src/lib/tasks/log.ts:70
↓ 1 callersFunctionprogressEventStage
(input: string)
simple-git/src/lib/plugins/progress-monitor-plugin.ts:48
↓ 1 callersFunctionprogressEventsAtStage
(mock: jest.Mock, stage: string)
simple-git/test/integration/plugin.progress.spec.ts:39
↓ 1 callersFunctionprogressMonitorPlugin
(progress: Exclude<SimpleGitOptions['progress'], void>)
simple-git/src/lib/plugins/progress-monitor-plugin.ts:6
↓ 1 callersFunctionpullTask
( remote: Maybe<string>, branch: Maybe<string>, customArgs: string[] )
simple-git/src/lib/tasks/pull.ts:7
↓ 1 callersFunctionpushResultPushedItem
(local: string, remote: string, status: string)
simple-git/src/lib/parsers/parse-push.ts:11
↓ 1 callersFunctionpushTagsTask
(ref: PushRef = {}, customArgs: string[])
simple-git/src/lib/tasks/push.ts:8
↓ 1 callersFunctionread
()
devtools/package-json.ts:36
↓ 1 callersMethodreconfigure
(type: K, data: SimpleGitPluginConfig[K])
simple-git/src/lib/plugins/plugin-store.ts:22
↓ 1 callersFunctionrejectDeprecatedSignatures
(message?: unknown)
simple-git/src/lib/tasks/commit.ts:57
↓ 1 callersFunctionrejectDeprecatedSignatures
(from?: unknown, to?: unknown)
simple-git/src/lib/tasks/log.ts:177
↓ 1 callersMethodremote
* Call any `git remote` function with arguments passed as an array of strings.
simple-git/typings/simple-git.d.ts:817
↓ 1 callersFunctionremoteTask
(customArgs: string[])
simple-git/src/lib/tasks/remote.ts:44
↓ 1 callersMethodremoveRemote
* Removes an entry from the list of remotes. * * - remoteName Name of the repository - eg "upstream"
simple-git/typings/simple-git.d.ts:827
↓ 1 callersFunctionremoveRemoteTask
(remoteName: string)
simple-git/src/lib/tasks/remote.ts:53
↓ 1 callersMethodresetMatches
()
simple-git/src/lib/utils/line-parser.ts:31
↓ 1 callersFunctionresetTask
(mode: Maybe<ResetMode>, customArgs: string[])
simple-git/src/lib/tasks/reset.ts:19
↓ 1 callersFunctionresolveWorkspaceDependencies
(deps?: Record<string, string>)
devtools/package-json.ts:56
↓ 1 callersMethodschedule
()
simple-git/src/lib/runners/scheduler.ts:33
↓ 1 callersFunctionsetUpConflicted
({ git, file }: SimpleGitTestContext)
packages/test-utils/src/setup/setup-conflicted.ts:6
↓ 1 callersFunctionsetUpFiles
(context: SimpleGitTestContext)
simple-git/test/integration/grep.spec.ts:112
↓ 1 callersFunctionsetUpIgnored
({ git, file }: SimpleGitTestContext, paths: string[] = [], filename = '.gitignore')
packages/test-utils/src/setup/setup-ignored.ts:3
↓ 1 callersFunctionshow
(this: SimpleGitApi)
simple-git/src/lib/tasks/show.ts:20
↓ 1 callersFunctionshowAbbrevCommitSingleFile
()
simple-git/test/unit/__fixtures__/responses/show.ts:3
↓ 1 callersMethodshowBuffer
(option: string | types.TaskOptions)
simple-git/typings/simple-git.d.ts:915
↓ 1 callersMethodsibling
(name: string)
simple-git/src/lib/git-logger.ts:32
↓ 1 callersFunctionsingleFileConflict
(simpleGit: SimpleGit)
simple-git/test/integration/merge-integration.spec.ts:26
↓ 1 callersFunctionsingleSorted
(a: number, b: number)
simple-git/src/lib/responses/TagList.ts:39
↓ 1 callersFunctionspawnOptionsPlugin
( spawnOptions: Partial<SpawnOptions> )
simple-git/src/lib/plugins/spawn-options-plugin.ts:5
↓ 1 callersFunctionsplitLine
(result: StatusResult, lineStr: string)
simple-git/src/lib/responses/StatusSummary.ts:177
↓ 1 callersFunctionsplitOn
(input: string, char: string)
simple-git/src/lib/utils/util.ts:30
↓ 1 callersFunctionstashListTask
( opt: LogOptions = {}, customArgs: string[] )
simple-git/src/lib/tasks/stash-list.ts:9
↓ 1 callersFunctionstatusTask
(customArgs: string[])
simple-git/src/lib/tasks/status.ts:7
↓ 1 callersFunctionstep
(phase?: string)
simple-git/src/lib/git-logger.ts:96
↓ 1 callersFunctionstop
()
simple-git/src/lib/plugins/timout-plugin.ts:22
↓ 1 callersMethodsubmoduleAdd
* Add a submodule
simple-git/typings/simple-git.d.ts:953
↓ 1 callersFunctionsuffixPathsPlugin
()
simple-git/src/lib/plugins/suffix-paths.plugin.ts:4
↓ 1 callersFunctionsyncWrapper
(fn: string, git: any, api: SimpleGit)
simple-git/src/lib/runners/promise-wrapped.ts:138
↓ 1 callersMethodtag
* List all tags. When using git 2.7.0 or above, include an options object with `"--sort": "property-name"` to * sort the tags by that property ins
simple-git/typings/simple-git.d.ts:1007
↓ 1 callersFunctiontagListTask
(customArgs: string[] = [])
simple-git/src/lib/tasks/tag.ts:8
↓ 1 callersFunctiontaskCallback
( task: SimpleGitTask<R>, response: Promise<R>, callback: SimpleGitTaskCallback<R> = NOOP )
simple-git/src/lib/task-callback.ts:6
↓ 1 callersFunctiontestPromiseChains
(git: SimpleGit)
simple-git/test/integration/broken-chains.spec.ts:89
↓ 1 callersFunctiontheConflicts
(mergeError?: GitResponseError<MergeResult>)
simple-git/test/integration/merge-integration.spec.ts:80
↓ 1 callersFunctiontimeoutPlugin
({ block, stdErr = true, stdOut = true, }: Exclude<SimpleGitOptions['timeout'], undefined>)
simple-git/src/lib/plugins/timout-plugin.ts:6
↓ 1 callersFunctiontoError
(error: Error | string | any)
simple-git/src/lib/runners/promise-wrapped.ts:147
↓ 1 callersFunctiontoOperation
(scope: ConfigScope, operation: ConfigOperation)
packages/argv-parser/src/config/detect-config-action.ts:57
↓ 1 callersFunctiontrailingArrayArgument
(args: IArguments)
simple-git/src/lib/utils/task-options.ts:62
↓ 1 callersMethodupdateServerInfo
* Updates repository server info
simple-git/typings/simple-git.d.ts:1025
↓ 1 callersFunctionupdateSubModuleTask
(customArgs: string[])
simple-git/src/lib/tasks/sub-module.ts:21
↓ 1 callersFunctionuserOptions
(input: T)
simple-git/src/lib/tasks/log.ts:85
↓ 1 callersFunctionversion
(this: SimpleGitApi)
simple-git/src/lib/tasks/version.ts:47
↓ 1 callersFunctionvulnerabilityList
(vulnerabilities: Vulnerability[])
packages/argv-parser/src/args/parse-argv.ts:31
↓ 1 callersFunctionwrite
(content: unknown)
devtools/package-json.ts:32
Function$allCommands
()
simple-git/test/unit/__mocks__/mock-child-process.ts:113
Method$args
()
simple-git/test/unit/__mocks__/mock-child-process.ts:81
Method$command
()
simple-git/test/unit/__mocks__/mock-child-process.ts:85
Function$count
()
simple-git/test/unit/__mocks__/mock-child-process.ts:117
Method$env
()
simple-git/test/unit/__mocks__/mock-child-process.ts:93
Function$matchingChildProcess
( what: string[] | ((mock: MockChildProcess) => boolean) )
simple-git/test/unit/__mocks__/mock-child-process.ts:125
Function$mostRecent
()
simple-git/test/unit/__mocks__/mock-child-process.ts:121
Method$options
()
simple-git/test/unit/__mocks__/mock-child-process.ts:89
Function$reset
()
simple-git/test/unit/__mocks__/mock-child-process.ts:141
← previousnext →401–500 of 659, ranked by callers