SYMBOL INDEX (56 symbols across 27 files) FILE: src/cli/commitizen.js function bootstrap (line 14) | function bootstrap (environment = {}, argv = process.argv) { FILE: src/cli/git-cz.js function bootstrap (line 12) | function bootstrap (environment = {}, argv = process.argv) { FILE: src/cli/parsers/commitizen.js function parse (line 12) | function parse (rawGitArgs) { FILE: src/cli/parsers/git-cz.js function parse (line 11) | function parse (rawGitArgs) { FILE: src/cli/strategies/git-cz.js function gitCz (line 16) | function gitCz (rawGitArgs, environment, adapterConfig) { FILE: src/cli/strategies/git.js function git (line 7) | function git (rawGitArgs, environment) { FILE: src/commitizen/adapter.js function addPathToAdapterConfig (line 34) | function addPathToAdapterConfig (cliPath, repoPath, adapterNpmName) { function getInstallOptions (line 59) | function getInstallOptions(stringMappings) { function getInstallCommand (line 66) | function getInstallCommand(packageManager) { function generateInstallAdapterCommand (line 80) | function generateInstallAdapterCommand(stringMappings, adapterNpmName, p... function getNearestNodeModulesDirectory (line 87) | function getNearestNodeModulesDirectory (options) { function getNearestProjectRootDirectory (line 105) | function getNearestProjectRootDirectory (repoPath, options) { function getInstallStringMappings (line 112) | function getInstallStringMappings({ save, dev, saveDev, exact, saveExact... function getPrompter (line 137) | function getPrompter (adapterPath) { function resolveAdapterPath (line 158) | function resolveAdapterPath (inboundAdapterPath) { function getGitRootPath (line 177) | function getGitRootPath () { FILE: src/commitizen/cache.js function readCacheSync (line 13) | function readCacheSync (cachePath) { function setCacheValueSync (line 20) | function setCacheValueSync (cachePath, key, value) { function getCacheValueSync (line 37) | function getCacheValueSync (cachePath, repoPath) { FILE: src/commitizen/commit.js function dispatchGitCommit (line 13) | function dispatchGitCommit (repoPath, template, options, overrideOptions... function commit (line 23) | function commit (inquirer, repoPath, prompter, options, done) { FILE: src/commitizen/configLoader.js function load (line 8) | function load (config, cwd) { FILE: src/commitizen/init.js constant CLI_PATH (line 14) | const CLI_PATH = path.normalize(path.join(__dirname, '../../')); function init (line 51) | function init (repoPath, adapterNpmName, { function checkRequiredArguments (line 105) | function checkRequiredArguments (path, adapterNpmName) { function loadAdapterConfig (line 118) | function loadAdapterConfig (cwd) { FILE: src/commitizen/staging.js function isClean (line 8) | function isClean (repoPath, done, stageAllFiles) { FILE: src/common/util.js function getParsedJsonFromFile (line 14) | function getParsedJsonFromFile (filePath, fileName, encoding = 'utf8') { function getParsedPackageJsonFromPath (line 26) | function getParsedPackageJsonFromPath (path) { function isFunction (line 33) | function isFunction (functionToCheck) { function isInTest (line 46) | function isInTest () { FILE: src/configLoader/findup.js function findup (line 8) | function findup (patterns, options, fn) { FILE: src/configLoader/getContent.js function readConfigContent (line 19) | function readConfigContent (configPath) { function getConfigContent (line 51) | function getConfigContent (configPath, baseDirectory) { function readConfigFileContent (line 73) | function readConfigFileContent (configPath) { FILE: src/configLoader/getNormalizedConfig.js function getNormalizedConfig (line 5) | function getNormalizedConfig (config, content) { FILE: src/configLoader/loader.js function loader (line 20) | function loader (configs, config, cwd) { FILE: src/git/add.js function addPath (line 11) | function addPath (repoPath) { function addFile (line 18) | function addFile (repoPath, filename) { FILE: src/git/commit.js function commit (line 14) | function commit (repoPath, message, options, done) { FILE: src/git/init.js function init (line 8) | function init (repoPath) { FILE: src/git/log.js function log (line 8) | function log (repoPath, done) { FILE: src/git/whatChanged.js function whatChanged (line 8) | function whatChanged (repoPath, done) { FILE: test/tester.js function bootstrap (line 11) | function bootstrap () { FILE: test/tests/commit.js function quickPrompterSetup (line 400) | function quickPrompterSetup (repoConfig, adapterConfig, commitMessage, o... FILE: test/tools/clean.js function before (line 15) | function before (tmpPath) { function afterEach (line 20) | function afterEach (tmpPath, preserve) { function after (line 29) | function after (tmpPath, preserve) { function archive (line 39) | function archive (tmpPath, testSuiteRunId) { function clean (line 50) | function clean (tmpPath, preserve) { function isNormalNonZeroInteger (line 95) | function isNormalNonZeroInteger (str) { function keep (line 111) | function keep (basePath, paths, n) { function cleanPath (line 118) | function cleanPath (tmpPath) { FILE: test/tools/files.js function writeFilesToPath (line 15) | function writeFilesToPath (files, directoryPath) { FILE: test/tools/repo.js function createEmpty (line 12) | function createEmpty (path) { function createEndUser (line 20) | function createEndUser (path) {