Skip to content

Commit 02c62bd

Browse files
committed
Add BowerInstall hooks to README
1 parent 6696c93 commit 02c62bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ follow [proper formatting guidelines](http://tbaggery.com/2008/04/19/a-note-abou
335335
`post-checkout` hooks run after a successful `git checkout`, or in other words
336336
any time your `HEAD` changes or a file is explicitly checked out.
337337

338+
* [BowerInstall](lib/overcommit/hook/post_checkout/bower_install.rb)
338339
* [IndexTags](lib/overcommit/hook/post_checkout/index_tags.rb)
339340
* [NpmInstall](lib/overcommit/hook/post_checkout/npm_install.rb)
340341
* [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.
345346
in this case does not prevent the merge since it has already occurred; however,
346347
it can be used to alert the user to some issue.
347348

349+
* [BowerInstall](lib/overcommit/hook/post_commit/bower_install.rb)
348350
* [GitGuilt](lib/overcommit/hook/post_commit/git_guilt.rb)
349351
* [IndexTags](lib/overcommit/hook/post_commit/index_tags.rb)
350352
* [NpmInstall](lib/overcommit/hook/post_commit/npm_install.rb)
@@ -356,6 +358,7 @@ it can be used to alert the user to some issue.
356358
conflicts. A hook failing in this case does not prevent the merge since it has
357359
already occurred; however, it can be used to alert the user to some issue.
358360

361+
* [BowerInstall](lib/overcommit/hook/post_merge/bower_install.rb)
359362
* [IndexTags](lib/overcommit/hook/post_merge/index_tags.rb)
360363
* [NpmInstall](lib/overcommit/hook/post_merge/npm_install.rb)
361364
* [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
367370
it has already occurred; however, it can be used to alert the user to some
368371
issue.
369372

373+
* [BowerInstall](lib/overcommit/hook/post_rewrite/bower_install.rb)
370374
* [IndexTags](lib/overcommit/hook/post_rewrite/index_tags.rb)
371375
* [NpmInstall](lib/overcommit/hook/post_rewrite/npm_install.rb)
372376
* [SubmoduleStatus](lib/overcommit/hook/post_rewrite/submodule_status.rb)

0 commit comments

Comments
 (0)