MCPcopy Index your code

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

Functions659 in github.com/steveukx/git-js

↓ 3 callersFunctionsuite
(name, simpleGit, ResetMode)
packages/test-javascript-consumer/suite.js:4
↓ 3 callersFunctionsuite
(name, simpleGit, ResetMode)
packages/test-es-module-consumer/suite.mjs:3
↓ 3 callersFunctiontheStringObject
(string: string)
packages/args-pathspec/test/pathspec.spec.ts:31
↓ 3 callersFunctiontrailingOptionsArgument
(args: IArguments)
simple-git/src/lib/utils/task-options.ts:71
↓ 3 callersFunctionvalidateLogFormatConfig
(customArgs: unknown[])
simple-git/src/lib/tasks/diff.ts:28
↓ 2 callersFunctionaParsedFlag
(name: string, value?: string)
packages/argv-parser/test/parse-argv.spec.ts:5
↓ 2 callersFunctionaPushedTag
(local: string, remote: string, state = states.newTag)
simple-git/test/unit/push.spec.ts:115
↓ 2 callersFunctionaWhile
()
simple-git/test/unit/git-executor.spec.ts:25
↓ 2 callersFunctionaWriteConfig
(key: string, scope: ConfigWrite['scope'], value?: string)
packages/argv-parser/test/parse-argv.spec.ts:9
↓ 2 callersMethodaddMatch
(reg: RegExp, index: number, line?: string)
simple-git/src/lib/utils/line-parser.ts:39
↓ 2 callersMethodand
Adds one or more terms to be grouped as an "and" to any other terms
simple-git/src/lib/tasks/grep.ts:20
↓ 2 callersFunctionappend
(args: string[])
simple-git/src/lib/plugins/suffix-paths.plugin.ts:10
↓ 2 callersMethodappend
(type: T, action: SimpleGitPlugin<T>['action'])
simple-git/src/lib/plugins/plugin-store.ts:26
↓ 2 callersFunctionappendTaskOptions
( options: Maybe<T>, commands: string[] = [] )
simple-git/src/lib/utils/task-options.ts:12
↓ 2 callersFunctionasCamelCase
(str: string)
simple-git/src/lib/utils/util.ts:128
↓ 2 callersFunctionasObjectCount
(source: string)
simple-git/src/lib/parsers/parse-remote-objects.ts:21
↓ 2 callersFunctionassertChildProcessSpawnOptions
(options: any)
simple-git/test/unit/__fixtures__/expectations.ts:38
↓ 2 callersFunctionassertExecutedCommandsContains
(command: string)
simple-git/test/unit/__fixtures__/expectations.ts:26
↓ 2 callersFunctionbaseConfig
(name: string)
devtools/vite-config.ts:27
↓ 2 callersFunctionbranchDetailLine
( name = 'master', hash = 'abcdef', label = 'Branch Label', current = false )
simple-git/test/unit/branch.spec.ts:27
↓ 2 callersFunctionbranchStatus
(input?: string)
simple-git/src/lib/parsers/parse-branch.ts:24
↓ 2 callersFunctionbyName
(resolver: (c: jest.Mock) => T)
simple-git/test/unit/promises.spec.ts:86
↓ 2 callersFunctioncallTaskParser
( parser: TaskParser<INPUT, RESPONSE>, streams: GitOutputStreams<INPUT> )
simple-git/src/lib/utils/task-parser.ts:6
↓ 2 callersFunctionchangeWorkingDirectoryTask
(directory: string, root?: SimpleGitExecutor)
simple-git/src/lib/tasks/change-working-directory.ts:5
↓ 2 callersFunctioncleanSummaryParser
(dryRun: boolean, text: string)
simple-git/src/lib/responses/CleanSummary.ts:16
↓ 2 callersFunctionclose
(code: number)
simple-git/src/lib/plugins/completion-detection.plugin.ts:30
↓ 2 callersMethodcomplete
(task: AnySimpleGitTask)
simple-git/src/lib/runners/tasks-pending-queue.ts:64
↓ 2 callersFunctionconfigParser
(text: string, requestedKey: string | null = null)
simple-git/src/lib/responses/ConfigList.ts:88
↓ 2 callersFunctionconfigure
(context: SimpleGitTestContext, name: string)
simple-git/test/integration/concurrent-commands.spec.ts:12
↓ 2 callersFunctionconfigureTimeout
( flag: boolean | number, event: DeferredPromise<void>, timeout: DeferredPromise<void> )
simple-git/src/lib/plugins/completion-detection.plugin.ts:45
↓ 2 callersFunctioncreateCloneTask
( api: 'clone' | 'mirror', task: CloneTaskBuilder, repoPath: string | undefined, ...args: unknown[
simple-git/src/lib/tasks/clone.ts:62
↓ 2 callersFunctioncreateLog
()
simple-git/src/lib/git-logger.ts:23
↓ 2 callersFunctiondata
(index: string, workingDir: string, path: string)
simple-git/src/lib/responses/StatusSummary.ts:188
↓ 2 callersFunctiondelay
(duration = 0)
simple-git/src/lib/utils/util.ts:176
↓ 2 callersFunctioneach
(...things: string[])
simple-git/test/unit/plugins/plugin.binary.spec.ts:78
↓ 2 callersFunctionemptyRepoStatus
(branch = 'main', tracking = '', gone = '')
simple-git/test/unit/__fixtures__/responses/status.ts:38
↓ 2 callersFunctionerrorDetectionPlugin
( config: SimpleGitPluginConfig['errors'] )
simple-git/src/lib/plugins/error-detection.plugin.ts:29
↓ 2 callersFunctionexec
(name, runner)
packages/test-javascript-consumer/suite.js:19
↓ 2 callersFunctionexec
(name, runner)
packages/test-es-module-consumer/suite.mjs:17
↓ 2 callersFunctionexpandToken
( raw: string, spec = GLOBAL )
packages/argv-parser/src/tokens/token-expander.ts:5
↓ 2 callersFunctionfilterStringOrStringArray
( input )
simple-git/src/lib/utils/argument-filters.ts:45
↓ 2 callersMethodfirstCommit
* Gets the commit hash of the first commit in the repo
simple-git/typings/simple-git.d.ts:577
↓ 2 callersFunctionfolderExists
(path: string)
simple-git/src/lib/utils/util.ts:79
↓ 2 callersFunctionforEach
(text: string, handler: (line: string[]) => void)
simple-git/src/lib/responses/GetRemoteSummary.ts:41
↓ 2 callersFunctiongitP
( ...args: [] | [string] | [Partial<SimpleGitOptions>] | [string, Partial<SimpleGitOptions>] )
simple-git/src/lib/runners/promise-wrapped.ts:70
↓ 2 callersFunctiongivenLocalFileChanged
()
simple-git/test/integration/pull-fails-ff.spec.ts:41
↓ 2 callersFunctiongivenRemoteFileChanged
()
simple-git/test/integration/pull-fails-ff.spec.ts:36
↓ 2 callersFunctionhasBranchDeletionError
(data: string, processExitCode: ExitCodes)
simple-git/src/lib/parsers/parse-branch-delete.ts:36
↓ 2 callersMethodhashObject
* Compute object ID from a file
simple-git/typings/simple-git.d.ts:37
↓ 2 callersFunctionisArrayLike
(input: unknown)
simple-git/src/lib/utils/util.ts:56
↓ 2 callersFunctionisGitEnvKey
(key: string)
packages/argv-parser/src/env/parse-env.ts:54
↓ 2 callersFunctionisInvalidDirectory
()
simple-git/test/unit/__fixtures__/file-exists.ts:7
↓ 2 callersFunctionisValidDirectory
()
simple-git/test/unit/__fixtures__/file-exists.ts:11
↓ 2 callersFunctionisValidResetMode
(mode: ResetMode | unknown)
simple-git/src/lib/tasks/reset.ts:43
↓ 2 callersFunctionline
(insertions: SmallNumber, deletions: SmallNumber, fileName: string)
simple-git/test/unit/__fixtures__/responses/diff.ts:18
↓ 2 callersFunctionlogs
()
simple-git/test/unit/__fixtures__/debug.ts:15
↓ 2 callersFunctionmergeTask
(customArgs: string[])
simple-git/src/lib/tasks/merge.ts:7
↓ 2 callersFunctionmockListLogLine
( message: string, changes: Record<string, [DiffNameStatus, number?, string?]> )
simple-git/test/integration/log-name-status.spec.ts:35
↓ 2 callersFunctiononDataReceived
( target: Buffer[], name: string, logger: OutputLogger, output: OutputLogger )
simple-git/src/lib/runners/git-executor-chain.ts:278
↓ 2 callersMethodparam
Adds one or more search terms - git.grep will "or" this to other terms
simple-git/src/lib/tasks/grep.ts:23
↓ 2 callersFunctionparseFetchResult
(stdOut: string, stdErr: string)
simple-git/src/lib/parsers/parse-fetch.ts:38
↓ 2 callersFunctionparseLogOptions
( opt: Options | LogOptions<T> = {}, customArgs: string[] = [] )
simple-git/src/lib/tasks/log.ts:94
↓ 2 callersFunctionparseMergeResult
(stdOut, stdErr)
simple-git/src/lib/parsers/parse-merge.ts:31
↓ 2 callersFunctionparseMoveResult
(stdOut: string)
simple-git/src/lib/parsers/parse-move.ts:10
↓ 2 callersFunctionparserTest
(dryRun: boolean, prefix: string)
simple-git/test/unit/clean.spec.ts:24
↓ 2 callersMethodpushMatch
(_index: number, matched: string[])
simple-git/src/lib/utils/line-parser.ts:48
↓ 2 callersFunctionpushTask
(ref: PushRef = {}, customArgs: string[])
simple-git/src/lib/tasks/push.ts:13
↓ 2 callersFunctionrenamedFile
(line: string)
simple-git/src/lib/responses/StatusSummary.ts:40
↓ 2 callersFunctionresolver
(resolveToDist)
packages/babel-config/babel.config.js:4
↓ 2 callersMethodrm
* Removes the named files from source control.
simple-git/typings/simple-git.d.ts:894
↓ 2 callersFunctionscopedFlags
(flags: Flag[], scope: 'global' | 'task')
packages/argv-parser/src/flags/flags.helpers.ts:10
↓ 2 callersFunctionsorted
(a: number, b: number)
simple-git/src/lib/responses/TagList.ts:50
↓ 2 callersFunctionstagedModified
(file = 'staged-modified.ext')
simple-git/test/unit/__fixtures__/responses/status.ts:20
↓ 2 callersFunctionstagedRenamed
(from = 'from.ext', to = 'to.ext', workingDir = ' ')
simple-git/test/unit/__fixtures__/responses/status.ts:4
↓ 2 callersFunctionstraightThroughBufferTask
(commands: string[])
simple-git/src/lib/tasks/task.ts:41
↓ 2 callersFunctiontheChildProcess
()
simple-git/test/unit/__fixtures__/child-processes.ts:57
↓ 2 callersFunctionthenTheTaskHasNotCompleted
()
simple-git/test/unit/git-executor.spec.ts:42
↓ 2 callersFunctiontoBinaryConfig
( input: string[], allowUnsafe: boolean )
simple-git/src/lib/plugins/custom-binary.plugin.ts:14
↓ 2 callersFunctionvulnerabilityAnalysis
( task: null | string, flags: Flag[], config: ParsedConfigActivity )
packages/argv-parser/src/vulnerabilities/vulnerability-analysis.ts:7
↓ 2 callersMethodwithProgress
(task: AnySimpleGitTask)
simple-git/src/lib/runners/tasks-pending-queue.ts:18
↓ 2 callersFunctionwriteFile
(path: string, content: string, encoding: WriteFileOptions = 'utf-8')
packages/test-utils/src/create-test-context.ts:46
↓ 2 callersFunctionwriteToStdOut
(data = '')
simple-git/test/unit/__fixtures__/child-processes.ts:22
↓ 1 callersMethod_beforeSpawn
(task: SimpleGitTask<R>, args: string[])
simple-git/src/lib/runners/git-executor-chain.ts:251
↓ 1 callersFunctionabortPlugin
(signal: SimpleGitOptions['abort'])
simple-git/src/lib/plugins/abort-plugin.ts:5
↓ 1 callersMethodaction
( data: SimpleGitPluginTypes[T]['data'], context: SimpleGitPluginTypes[T]['context'] )
simple-git/src/lib/plugins/simple-git-plugin.ts:47
↓ 1 callersFunctionaddAnnotatedTagTask
( name: string, tagMessage: string )
simple-git/src/lib/tasks/tag.ts:36
↓ 1 callersFunctionaddChild
(child: MockChildProcess)
simple-git/test/unit/__mocks__/mock-child-process.ts:146
↓ 1 callersFunctionaddConfigTask
( key: string, value: string, append: boolean, scope: GitConfigScope )
simple-git/src/lib/tasks/config.ts:24
↓ 1 callersFunctionaddDeprecationNoticeToError
(err: GitResponseError)
simple-git/src/lib/task-callback.ts:27
↓ 1 callersMethodaddFile
(file: string)
simple-git/src/lib/responses/ConfigList.ts:20
↓ 1 callersMethodaddHandler
(event: string, handler: Function)
simple-git/test/unit/__mocks__/mock-child-process.ts:52
↓ 1 callersFunctionaddRemoteTask
( remoteName: string, remoteRepo: string, customArgs: string[] )
simple-git/src/lib/tasks/remote.ts:10
↓ 1 callersFunctionaddSubModuleTask
(repo: string, path: string)
simple-git/src/lib/tasks/sub-module.ts:4
↓ 1 callersMethodaddTag
* Add a lightweight tag to the head of the current branch
simple-git/typings/simple-git.d.ts:239
↓ 1 callersFunctionaddTagTask
(name: string)
simple-git/src/lib/tasks/tag.ts:23
↓ 1 callersMethodaddValue
(file: string, key: string, value: string)
simple-git/src/lib/responses/ConfigList.ts:31
↓ 1 callersFunctionappendParsedConfigAction
( parsedConfig: ParsedConfigActivity, scope: ConfigScope, action: ConfigOperation | null )
packages/argv-parser/src/config/analyse-config.ts:87
↓ 1 callersFunctionapplyPatchTask
(patches: string[], customArgs: string[])
simple-git/src/lib/tasks/apply-patch.ts:33
↓ 1 callersFunctionasFunction
(source: T | unknown)
simple-git/src/lib/utils/util.ts:15
↓ 1 callersMethodasStrings
()
simple-git/src/lib/utils/git-output-streams.ts:9
← previousnext →201–300 of 659, ranked by callers