Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Urigo/tortilla
/ functions
Functions
210 in github.com/Urigo/tortilla
⨍
Functions
210
◇
Types & classes
8
↓ 1 callers
Function
rewordStep
(step, message)
src/step.ts:379
↓ 1 callers
Function
run
Pre-rebase git hook launches right before we rebase a branch. If an error was thrown the rebase process will be aborted with the provided error mess
src/hooks/pre-rebase.ts:9
↓ 1 callers
Function
run
Pre-commit git hook launches right before we commit changes. If an error was thrown the commit process will be aborted with the provided error messag
src/hooks/pre-commit.ts:13
↓ 1 callers
Function
run
Commit-message git hook launches right after we wrote our commit message. If an error was thrown the commit process will be aborted with the provided
src/hooks/commit-msg.ts:13
↓ 1 callers
Function
run
Prepare-commit-message git hook launches right before we write our commit message. If an error was thrown the commit process will be aborted with the
src/hooks/prepare-commit-msg.ts:13
↓ 1 callers
Function
scopeEnv
(fn, env)
src/utils.ts:191
↓ 1 callers
Function
semverEq
(src, dst)
src/dump.ts:384
↓ 1 callers
Function
semverGt
(src, dst)
src/dump.ts:393
↓ 1 callers
Function
sortStep
(step)
src/step.ts:343
↓ 1 callers
Function
sortSteps
(operations, options)
src/editor.ts:181
↓ 1 callers
Function
spawn
(file: string, argv?: string[], options?)
src/utils.ts:101
↓ 1 callers
Function
stashRebaseState
(todoFile: string)
src/rebase.ts:210
↓ 1 callers
Function
stringifyHash
(hash)
src/renderer/index.ts:194
↓ 1 callers
Function
superPickStep
(hash)
src/rebase.ts:69
↓ 1 callers
Function
tagStep
(message)
src/step.ts:138
↓ 1 callers
Function
updateStepMap
(type, payload)
src/step.ts:607
↓ 1 callers
Function
withUser
(fn)
src/lib.ts:47
Function
Translation
(value)
src/translator/translation.ts:3
Function
addSubmodule
(name: string, url: string)
src/submodule.ts:8
Function
assertTortilla
(exists)
src/local-storage.ts:103
Function
bumpRelease
(releaseType, options)
src/release.ts:117
Function
callHelper
(methodName)
src/renderer/index.ts:207
Function
callTortillaFn
(fnName, ...args)
src/lib.ts:12
Function
checkoutSubmodule
(name: string, ref: string)
src/submodule.ts:107
Method
clear
()
src/local-cache.ts:33
Method
constructor
()
src/local-cache.ts:9
Function
delegateProperties
(destination, source, modifiers)
src/utils.ts:317
Function
diffRelease
( sourceRelease: string, destinationRelease: string, argv?: string[], options: { branch?: string,
src/release.ts:344
Function
diffReleases
(dump: string|object, srcTag: string, dstTag: string)
src/dump.ts:239
Function
disposeStepMap
()
src/step.ts:602
Function
disposeTortilla
(cwd = process.cwd())
src/essentials.ts:263
Function
dumpProject
(out: any = Utils.cwd(), options: any = {})
src/dump.ts:18
Function
edit
(initialContent)
src/git.ts:416
Function
escapeBrackets
(str)
src/utils.ts:391
Function
exists
(path, type?)
src/utils.ts:171
Function
fetchSubmodule
(name: string)
src/submodule.ts:90
Function
filter
(filePath)
src/release.ts:483
Function
filterMatches
(arr, pattern)
src/utils.ts:207
Function
get
(handler, propertyName)
src/translator/translation.ts:13
Function
getActiveBranchName
(path = null)
src/git.ts:377
Function
getBlacklist
()
src/config.ts:28
Function
getCWD
(module?)
src/git.ts:476
Function
getCurrentSuperStep
()
src/step.ts:468
Function
getLocalSubmoduleName
(givenPath)
src/submodule.ts:233
Function
getMdChange
(padLength, change)
src/renderer/helpers/diff-step.ts:177
Function
getMdChunk
(chunk)
src/renderer/helpers/diff-step.ts:161
Function
getMdDiff
(file)
src/renderer/helpers/diff-step.ts:138
Function
getPreviousEditedSteps
()
src/rebase.ts:158
Function
getRecentCommit
(offset, argv, options, path = null)
src/git.ts:350
Function
getRecentSubStepCommit
(offset, format?)
src/step.ts:43
Function
getRemoteSubmoduleName
(remote)
src/submodule.ts:225
Function
getRevisionIdFromObject
(object: string)
src/git.ts:472
Function
getRoot
()
src/git.ts:407
Function
getStagedFiles
(pattern?)
src/git.ts:368
Function
getSubStepDescriptor
(message)
src/step.ts:77
Function
getSubmoduleCwd
(name)
src/submodule.ts:253
Function
getSubmodulesFSNodes
({ whitelist, blacklist, revision, cwd }: { whitelist?: string[], blacklist?: string[], revision?: strin
src/submodule.ts:268
Function
gonnaAmend
()
src/git.ts:333
Function
hardResetRebaseState
(step)
src/rebase.ts:166
Function
initializeStepMap
(pending)
src/step.ts:544
Function
inspect
(str: string, argv: string[] = [])
src/utils.ts:163
Function
isCherryPicking
()
src/git.ts:328
Function
isChildProcessOf
(file, argv, offset?)
src/utils.ts:49
Function
isEqual
(objA, objB)
src/utils.ts:353
Function
isSubmodule
()
src/submodule.ts:206
Method
key
(n: number)
src/local-cache.ts:29
Method
length
()
src/local-cache.ts:39
Function
listSubmodulesUrls
(whiteList = [])
src/submodule.ts:184
Function
log
(...args)
src/utils.ts:522
Function
lowerFirst
(str)
src/utils.ts:295
Function
merge
(destination, source)
src/utils.ts:214
Function
naturalSort
(as, bs)
src/utils.ts:415
Function
normalizeArgv
(argv: string[])
src/git.ts:458
Function
overwriteTemplateFile
(templatePath, scope)
src/renderer/index.ts:24
Function
pad
(str, length, char?)
src/utils.ts:262
Function
padRight
(str, length, char?)
src/utils.ts:272
Function
preTransformDiff
(diff)
src/dump.ts:343
Function
printAsciiArt
(artName)
src/ascii/index.ts:18
Function
pullTutorial
(remote: string, baseBranch: string)
src/git.ts:167
Function
pushChanges
(remote = 'origin')
src/essentials.ts:251
Function
pushTutorial
(remote: string, baseBranch: string)
src/git.ts:96
Function
recloneProject
(remote = 'origin')
src/essentials.ts:236
Function
registerCustomTransformations
()
src/config.ts:20
Function
registerHelper
(name, helper, options?)
src/renderer/index.ts:94
Function
registerPartial
(name, partial, options)
src/renderer/index.ts:140
Function
registerTransformation
(targetName, helperName, transformation)
src/renderer/index.ts:155
Function
removeSubmodule
(name: string)
src/submodule.ts:36
Function
resetSubmodule
(name: string)
src/submodule.ts:79
Function
resolvePath
(/* reserved path, user defined path */)
src/renderer/index.ts:222
Function
revertRelease
()
src/release.ts:261
Function
reviewTutorial
(remote: string, branch: string)
src/git.ts:25
Function
scopeLanguage
(language, fn)
src/translator/index.ts:61
Function
set
(handler, propertyName, newValue)
src/translator/translation.ts:17
Function
setTempCwd
(callback, tempCwd)
src/utils.ts:455
Function
shCmd
(cmd)
src/utils.ts:404
Function
showStep
(step, ...args)
src/step.ts:394
Function
stepBack
(targetStep: string, options = { interactive: false })
src/step.ts:168
Function
tagExists
(tag)
src/git.ts:338
Function
toContainSameContentAsFile
(received: string, fileName: string)
tests/custom-matchers.ts:16
Function
toKebabCase
(str)
src/utils.ts:281
← previous
next →
101–200 of 210, ranked by callers