MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / buildGitEnvironment

Method buildGitEnvironment

lib/tasks/git-init.js:68–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 }
67
68 buildGitEnvironment() {
69 // Make sure we merge in the current environment so that git has access to
70 // important environment variables like $HOME.
71 return Object.assign({}, process.env, {
72 GIT_AUTHOR_NAME: 'Tomster',
73 GIT_AUTHOR_EMAIL: 'tomster@emberjs.com',
74 });
75 }
76};
77
78function isError(error) {

Callers 2

_gitCommitMethod · 0.95
git-init-test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected