Skip to content

Commit

Permalink
Add documentation for ForbiddenBranches
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Feb 10, 2016
1 parent 556f789 commit 03317d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

* Fix bug where amending a commit with command line arguments containing
Unicode characters could cause a crash due to invalid byte sequences
* Add `ForbiddenBranches` pre-commit hook which prevents creating a commit
on any blacklisted branch by name/pattern

## 0.32.0.rc1

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ issue](https://github.com/brigade/overcommit/issues/238) for more details.
* [Dogma](lib/overcommit/hook/pre_commit/dogma.rb)
* [EsLint](lib/overcommit/hook/pre_commit/es_lint.rb)
* [ExecutePermissions](lib/overcommit/hook/pre_commit/execute_permissions.rb)
* [ForbiddenBranches](lib/overcommit/hook/pre_commit/forbidden_branches.rb)
* [GoLint](lib/overcommit/hook/pre_commit/go_lint.rb)
* [GoVet](lib/overcommit/hook/pre_commit/go_vet.rb)
* [HamlLint](lib/overcommit/hook/pre_commit/haml_lint.rb)
Expand Down

0 comments on commit 03317d3

Please sign in to comment.