@@ -335,6 +335,7 @@ follow [proper formatting guidelines](http://tbaggery.com/2008/04/19/a-note-abou
335
335
` post-checkout` hooks run after a successful `git checkout`, or in other words
336
336
any time your `HEAD` changes or a file is explicitly checked out.
337
337
338
+ * [BowerInstall](lib/overcommit/hook/post_checkout/bower_install.rb)
338
339
* [IndexTags](lib/overcommit/hook/post_checkout/index_tags.rb)
339
340
* [NpmInstall](lib/overcommit/hook/post_checkout/npm_install.rb)
340
341
* [SubmoduleStatus](lib/overcommit/hook/post_checkout/submodule_status.rb)
@@ -345,6 +346,7 @@ any time your `HEAD` changes or a file is explicitly checked out.
345
346
in this case does not prevent the merge since it has already occurred; however,
346
347
it can be used to alert the user to some issue.
347
348
349
+ * [BowerInstall](lib/overcommit/hook/post_commit/bower_install.rb)
348
350
* [GitGuilt](lib/overcommit/hook/post_commit/git_guilt.rb)
349
351
* [IndexTags](lib/overcommit/hook/post_commit/index_tags.rb)
350
352
* [NpmInstall](lib/overcommit/hook/post_commit/npm_install.rb)
@@ -356,6 +358,7 @@ it can be used to alert the user to some issue.
356
358
conflicts. A hook failing in this case does not prevent the merge since it has
357
359
already occurred; however, it can be used to alert the user to some issue.
358
360
361
+ * [BowerInstall](lib/overcommit/hook/post_merge/bower_install.rb)
359
362
* [IndexTags](lib/overcommit/hook/post_merge/index_tags.rb)
360
363
* [NpmInstall](lib/overcommit/hook/post_merge/npm_install.rb)
361
364
* [SubmoduleStatus](lib/overcommit/hook/post_merge/submodule_status.rb)
@@ -367,6 +370,7 @@ or `git rebase`. A hook failing in this case does not prevent the rewrite since
367
370
it has already occurred; however, it can be used to alert the user to some
368
371
issue.
369
372
373
+ * [BowerInstall](lib/overcommit/hook/post_rewrite/bower_install.rb)
370
374
* [IndexTags](lib/overcommit/hook/post_rewrite/index_tags.rb)
371
375
* [NpmInstall](lib/overcommit/hook/post_rewrite/npm_install.rb)
372
376
* [SubmoduleStatus](lib/overcommit/hook/post_rewrite/submodule_status.rb)
0 commit comments