MCPcopy Index your code

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

Functions659 in github.com/steveukx/git-js

↓ 1 callersFunctionassertArePromises
(...promises: Array<Promise<unknown> | unknown>)
simple-git/test/integration/promise.spec.ts:88
↓ 1 callersFunctionassertExecutedCommandsContainsOnce
(command: string)
simple-git/test/unit/__fixtures__/expectations.ts:30
↓ 1 callersFunctionassertFailure
(err: Error | unknown, message: string, commands: string[])
simple-git/test/unit/status.spec.ts:466
↓ 1 callersFunctionassertGitResponseError
(errorInstance: Error | unknown, git: any, equality?: any)
packages/test-utils/src/expectations.ts:28
↓ 1 callersFunctionassertResolved
(expected: T, task: Promise<T>, cb?: jest.Mock)
simple-git/test/unit/remote.spec.ts:14
↓ 1 callersFunctionassertTheBuffer
(actual: Buffer | unknown, content?: string)
simple-git/test/unit/__fixtures__/expectations.ts:3
↓ 1 callersFunctionasyncWrapper
(fn: string, git: any)
simple-git/src/lib/runners/promise-wrapped.ts:111
↓ 1 callersMethodattempt
(task: AnySimpleGitTask)
simple-git/src/lib/runners/tasks-pending-queue.ts:71
↓ 1 callersMethodattemptEmptyTask
(task: EmptyTask, logger: OutputLogger)
simple-git/src/lib/runners/git-executor-chain.ts:107
↓ 1 callersMethodattemptRemoteTask
(task: RunnableTask<R>, logger: OutputLogger)
simple-git/src/lib/runners/git-executor-chain.ts:82
↓ 1 callersMethodattemptTask
(task: SimpleGitTask<R>)
simple-git/src/lib/runners/git-executor-chain.ts:55
↓ 1 callersFunctionautoMergeFile
(fileName = 'pass.txt')
simple-git/test/unit/__fixtures__/responses/merge.ts:17
↓ 1 callersFunctionautoMergeResponse
(...responses: StringLike[])
simple-git/test/unit/__fixtures__/responses/merge.ts:3
↓ 1 callersMethodbinaryCatFile
* Equivalent to `catFile` but will return the native `Buffer` of content from the git command's stdout.
simple-git/typings/simple-git.d.ts:247
↓ 1 callersFunctionblockUnsafeOperationsPlugin
( options: SimpleGitPluginConfig['unsafe'] = {} )
simple-git/src/lib/plugins/block-unsafe-operations-plugin.ts:7
↓ 1 callersFunctionbranchDeleteNotFound
(branchName: string)
simple-git/test/unit/branch.spec.ts:23
↓ 1 callersFunctionbranchDeletionFailure
(branch: string)
simple-git/src/lib/responses/BranchDeleteSummary.ts:26
↓ 1 callersFunctionbranchDeletionSuccess
(branch: string, hash: string)
simple-git/src/lib/responses/BranchDeleteSummary.ts:18
↓ 1 callersFunctionbranchLocalTask
()
simple-git/src/lib/tasks/branch.ts:42
↓ 1 callersFunctionbranchSummary
(...lines: string[])
simple-git/test/unit/__fixtures__/responses/branch.ts:1
↓ 1 callersFunctionbranchTask
( customArgs: string[] )
simple-git/src/lib/tasks/branch.ts:13
↓ 1 callersMethodchain
()
simple-git/src/lib/types/index.ts:51
↓ 1 callersFunctioncheckIgnoreTask
(paths: string[])
simple-git/src/lib/tasks/check-ignore.ts:4
↓ 1 callersFunctioncheckIsBareRepoTask
()
simple-git/src/lib/tasks/check-is-repo.ts:53
↓ 1 callersFunctioncheckIsRepoRootTask
()
simple-git/src/lib/tasks/check-is-repo.ts:40
↓ 1 callersFunctioncheckIsRepoTask
(action: Maybe<CheckRepoActions>)
simple-git/src/lib/tasks/check-is-repo.ts:22
↓ 1 callersFunctioncheckout
(this: SimpleGitApi)
simple-git/src/lib/tasks/checkout.ts:17
↓ 1 callersFunctionchildLoggerName
( name: Maybe<string>, childDebugger: Maybe<Debugger>, { namespace: parentNamespace }: Debugger )
simple-git/src/lib/git-logger.ts:57
↓ 1 callersFunctioncjs
()
simple-git/scripts/build.js:40
↓ 1 callersFunctioncleanTask
(mode: CleanMode, customArgs: string[])
simple-git/src/lib/tasks/clean.ts:55
↓ 1 callersFunctioncleanWithOptionsTask
(mode: CleanMode | string, customArgs: string[])
simple-git/src/lib/tasks/clean.ts:35
↓ 1 callersFunctionclone
(this: SimpleGitApi, repo: string | unknown, ...rest: unknown[])
simple-git/src/lib/tasks/clone.ts:77
↓ 1 callersFunctioncloneTask
(repo, directory, customArgs)
simple-git/src/lib/tasks/clone.ts:47
↓ 1 callersMethodclose
(exitCode: number, reason?: Error)
simple-git/src/lib/runners/git-executor-chain.ts:231
↓ 1 callersFunctioncollectConfigAccess
( task: string | null, flags: Flag[], positionals: string[] )
packages/argv-parser/src/config/analyse-config.ts:66
↓ 1 callersFunctioncollectConfigByCount
(env: GitEnv)
packages/argv-parser/src/env/parse-env.ts:30
↓ 1 callersFunctioncollectConfigVulnerabilities
(env: GitEnv)
packages/argv-parser/src/env/parse-env.ts:42
↓ 1 callersFunctioncollectWriteFlags
* Generates the stream of ConfigWrite settings found in the supplied flags, * triggered by `-c` and `--config` for inline configuration and `--config
packages/argv-parser/src/config/analyse-config.ts:52
↓ 1 callersFunctioncommandConfigPrefixingPlugin
( configuration: string[] )
simple-git/src/lib/plugins/command-config-prefixing-plugin.ts:4
↓ 1 callersFunctioncommit
(this: SimpleGitApi, message: string | string[], ...rest: unknown[])
simple-git/src/lib/tasks/commit.ts:40
↓ 1 callersFunctioncommitTask
( message: string[], files: string[], customArgs: string[] )
simple-git/src/lib/tasks/commit.ts:17
↓ 1 callersFunctioncommitToBranch
({ message = 'Commit Message', hash = 'b13bdd8', fileName = 'file-name', branch = 'branch', } = {}
simple-git/test/unit/__fixtures__/responses/commit.ts:32
↓ 1 callersFunctioncommitToRepoRoot
({ message = 'Commit Message', hash = 'b13bdd8', fileName = 'file-name', } = {})
simple-git/test/unit/__fixtures__/responses/commit.ts:20
↓ 1 callersFunctioncompletionDetectionPlugin
({ onClose = true, onExit = 50, }: SimpleGitPluginConfig['completion'] = {})
simple-git/src/lib/plugins/completion-detection.plugin.ts:8
↓ 1 callersFunctionconfigFilePath
(filePath: string)
simple-git/src/lib/responses/ConfigList.ts:84
↓ 1 callersFunctionconfigGetParser
(text: string, key: string)
simple-git/src/lib/responses/ConfigList.ts:56
↓ 1 callersFunctionconfigureGitCommitter
(git: SimpleGit, name = GIT_USER_NAME, email = GIT_USER_EMAIL)
packages/test-utils/src/setup/setup-init.ts:12
↓ 1 callersFunctioncontainsDeleteBranchCommand
(commands: string[])
simple-git/src/lib/tasks/branch.ts:8
↓ 1 callersFunctioncountObjects
(this: SimpleGitApi)
simple-git/src/lib/tasks/count-objects.ts:41
↓ 1 callersFunctioncountObjectsResponse
()
simple-git/src/lib/tasks/count-objects.ts:16
↓ 1 callersFunctioncreateEvents
()
simple-git/src/lib/plugins/completion-detection.plugin.ts:12
↓ 1 callersFunctioncreateLogTask
(options: ParsedLogOptions)
simple-git/src/lib/tasks/log.ts:173
↓ 1 callersFunctioncreateMockAbortController
()
packages/test-utils/src/create-abort-controller.ts:17
↓ 1 callersFunctioncreatePackageJson
()
devtools/package-json.ts:40
↓ 1 callersMethodcreateProgress
(task: AnySimpleGitTask)
simple-git/src/lib/runners/tasks-pending-queue.ts:22
↓ 1 callersFunctioncreateSingleConflict
({ git, file }: SimpleGitTestContext)
packages/test-utils/src/setup/setup-conflicted.ts:23
↓ 1 callersFunctioncustomBinaryPlugin
( plugins: PluginStore, input: SimpleGitOptions['binary'] = ['git'], allowUnsafe = false )
simple-git/src/lib/plugins/custom-binary.plugin.ts:38
↓ 1 callersMethoddelHandler
(event: string, handler: Function)
simple-git/test/unit/__mocks__/mock-child-process.ts:56
↓ 1 callersFunctiondeleteBranchTask
( branch: string, forceDelete = false )
simple-git/src/lib/tasks/branch.ts:72
↓ 1 callersFunctiondeleteBranchesTask
( branches: string[], forceDelete = false )
simple-git/src/lib/tasks/branch.ts:52
↓ 1 callersFunctiondetectConfigAction
(flags: Flag[], positionals: string[])
packages/argv-parser/src/config/detect-config-action.ts:11
↓ 1 callersFunctiondetectConfigOverrideScope
({ name }: Flag)
packages/argv-parser/src/config/analyse-config.ts:38
↓ 1 callersFunctiondetectConfigScope
(flags: Flag[])
packages/argv-parser/src/config/analyse-config.ts:19
↓ 1 callersFunctiondetectVulnerableConfigWrites
({ write, }: ParsedConfigActivity)
packages/argv-parser/src/vulnerabilities/detect-vulnerable-config-writes.ts:4
↓ 1 callersFunctiondetectVulnerableFlags
( task: null | string, flags: Flag[] )
packages/argv-parser/src/vulnerabilities/detect-vulnerable-flags.ts:4
↓ 1 callersFunctiondiffSummaryMultiFile
( ...files: Array<{ fileName: string; insertions?: SmallNumber; deletions?: SmallNumber }> )
simple-git/test/unit/__fixtures__/responses/diff.ts:37
↓ 1 callersFunctiondiffSummaryTask
(customArgs: string[])
simple-git/src/lib/tasks/diff.ts:7
↓ 1 callersFunctionerrorDetectionHandler
( overwrite = false, isError = isTaskError, errorMessage: (result: TaskResult) => Buffer | Error = ge
simple-git/src/lib/plugins/error-detection.plugin.ts:15
↓ 1 callersFunctionesModuleFactory
(defaultExport: T)
simple-git/src/lib/git-factory.ts:29
↓ 1 callersFunctionesm
()
simple-git/scripts/build.js:17
↓ 1 callersFunctionexpandCluster
( raw: string, shortSpec: ReadonlyMap<string, boolean> )
packages/argv-parser/src/tokens/token-expander.ts:33
↓ 1 callersMethodfatal
(err: GitError)
simple-git/src/lib/runners/tasks-pending-queue.ts:42
↓ 1 callersFunctionfetchTask
( remote: string, branch: string, customArgs: string[] )
simple-git/src/lib/tasks/fetch.ts:11
↓ 1 callersFunctionfiles
(...paths)
packages/test-utils/src/create-test-context.ts:77
↓ 1 callersFunctionfirstCommit
(this: SimpleGitApi)
simple-git/src/lib/tasks/first-commit.ts:8
↓ 1 callersFunctiongetCleanOptions
(input: string)
simple-git/src/lib/tasks/clean.ts:71
↓ 1 callersFunctiongetConfigTask
(key: string, scope?: GitConfigScope)
simple-git/src/lib/tasks/config.ts:47
↓ 1 callersFunctiongetFlagSpecForTask
(task?: string | null)
packages/argv-parser/src/tokens/flag-specs.ts:95
↓ 1 callersMethodgetHandlers
(event: string)
simple-git/test/unit/__mocks__/mock-child-process.ts:70
↓ 1 callersMethodgetName
(name = 'empty')
simple-git/src/lib/runners/tasks-pending-queue.ts:81
↓ 1 callersFunctiongetResetMode
(mode: ResetMode | unknown)
simple-git/src/lib/tasks/reset.ts:29
↓ 1 callersFunctiongetVersion
(path: string)
devtools/package-versions.ts:38
↓ 1 callersFunctiongetVersions
()
devtools/package-versions.ts:16
↓ 1 callersFunctiongetWorkspaceDependencies
* Get array of `[name, workspaceVersion]` for dependencies that are internal to the workspace
devtools/package-json.ts:91
↓ 1 callersFunctiongetWorkspacePublishVersion
* Checks whether to use a yarn workspace range modifier (^ or ~) prefix to the `publishVersion`.
devtools/package-json.ts:79
↓ 1 callersFunctiongetWorkspaceVersion
(packageName: string)
devtools/package-versions.ts:8
↓ 1 callersFunctiongitExportFactory
(factory: SimpleGitFactory)
simple-git/src/lib/git-factory.ts:36
↓ 1 callersFunctiongitInstanceFactory
( baseDir?: string | Partial<SimpleGitOptions>, options?: Partial<SimpleGitOptions> )
simple-git/src/lib/git-factory.ts:40
↓ 1 callersMethodgitResponse
( task: SimpleGitTask<R>, command: string, args: string[], outputHandler: Maybe<output
simple-git/src/lib/runners/git-executor-chain.ts:168
↓ 1 callersFunctiongivenLocal
* Sets up the repo to be used as a local - by cloning the remote
simple-git/test/integration/fetch.spec.ts:62
↓ 1 callersFunctiongivenLocal
(upstream: string, local: string)
simple-git/test/integration/pull-fails-ff.spec.ts:24
↓ 1 callersFunctiongivenRemote
* Sets up the repo to be used as a remote
simple-git/test/integration/fetch.spec.ts:70
↓ 1 callersFunctiongivenRemote
(upstream: string)
simple-git/test/integration/pull-fails-ff.spec.ts:29
↓ 1 callersFunctiongivenRemoteChanges
* Configure the remote with changes to be retrieved when using fetch on the local
simple-git/test/integration/fetch.spec.ts:82
↓ 1 callersFunctiongrep
(this: SimpleGitApi, searchTerm: string | GitGrepQuery)
simple-git/src/lib/tasks/grep.ts:75
↓ 1 callersMethodhandleTaskData
( task: SimpleGitTask<R>, args: string[], result: GitExecutorResult, logger: OutputLog
simple-git/src/lib/runners/git-executor-chain.ts:112
↓ 1 callersFunctionhasBareCommand
(command: string[])
simple-git/src/lib/tasks/init.ts:7
↓ 1 callersFunctionhashObjectTask
(filePath: string, write: boolean)
simple-git/src/lib/tasks/hash-object.ts:7
↓ 1 callersFunctioninitSubModuleTask
(customArgs: string[])
simple-git/src/lib/tasks/sub-module.ts:8
↓ 1 callersFunctioninitTask
(bare = false, path: string, customArgs: string[])
simple-git/src/lib/tasks/init.ts:11
← previousnext →301–400 of 659, ranked by callers