We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d998587 + e76d7c4 commit d6b6ce5Copy full SHA for d6b6ce5
cli.js
@@ -8,8 +8,8 @@ const {setHooksFromConfig} = require('./simple-git-hooks')
8
9
try {
10
setHooksFromConfig(process.cwd())
11
+ console.log('[INFO] Successfully set all git hooks')
12
} catch (e) {
13
console.log('[ERROR], Was not able to set git hooks. Error: ' + e)
14
}
15
-console.log('[INFO] Successfully set all git hooks')
simple-git-hooks.js
@@ -6,6 +6,7 @@ const VALID_GIT_HOOKS = [
6
'applypatch-msg',
7
'commit-msg',
'fsmonitor-watchman',
+ 'post-merge',
'post-update',
'pre-applypatch',
'pre-commit',
0 commit comments