-
-
Notifications
You must be signed in to change notification settings - Fork 301
Commit 01ce73b
committed
feat(pre-commit): Add commitizen-branch hook
Check all commit messages on the current branch. This is useful for
checking commit messages after the fact (e.g., pre-push or in CI) since
the existing hook only works at commit time. Expand the documentation of
the pre-existing commitizen hook to clarify the relationship between
them.1 parent 02ab1bf commit 01ce73b
2 files changed
+23
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | - | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
4 | 7 |
| |
5 | 8 |
| |
6 | 9 |
| |
7 | 10 |
| |
8 | 11 |
| |
9 | 12 |
| |
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 | - | ||
104 | + | ||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 | + | ||
115 | + | ||
114 | 116 |
| |
115 | 117 |
| |
116 | 118 |
| |
117 | 119 |
| |
118 | 120 |
| |
119 | - | ||
121 | + | ||
120 | 122 |
| |
121 | 123 |
| |
122 | 124 |
| |
|
0 commit comments