You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ Main features are:
22
22
23
23
## Table of Contents
24
24
25
+
25
26
<!-- vim-markdown-toc GFM -->
26
27
27
28
*[Installation](#installation)
@@ -30,6 +31,7 @@ Main features are:
30
31
*[Manual installation](#manual-installation)
31
32
*[Configuration](#configuration)
32
33
*[Mix path](#mix-path)
34
+
*[Git path](#git-path)
33
35
*[Troubleshooting in docker containers](#troubleshooting-in-docker-containers)
34
36
*[Auto install](#auto-install)
35
37
*[Hook configuration](#hook-configuration)
@@ -131,6 +133,7 @@ Currently there are supported two configuration options:
131
133
132
134
***tasks**: A list of the commands that will be executed when running a git hook. [See types of tasks](#type-of-tasks) for more info.
133
135
***verbose**: If true, the output of the mix tasks will be visible. This can be configured globally or per git hook.
136
+
***branches**: Allow or forbid the hook configuration to run (or not) in certain branches using `whitelist` or `blacklist` configuration (see example below).You can use regular expressions to match a branch name.
0 commit comments