-
-
Notifications
You must be signed in to change notification settings - Fork 302
Commit 004c86e
fix: filter git diff from commit message
When running `git commit --verbose` when using commitizen as a pre-commit we
have a bug because of the diff that is incorrectly included.
I have filtered out everything that is auto generated by git and that is
normally excluded.
See issue: #598 1 parent 45f358e commit 004c86e
1 file changed
+29
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 | - | ||
102 | - | ||
101 | + | ||
102 | + | ||
103 | + | ||
104 | + | ||
105 | + | ||
106 | + | ||
107 | + | ||
108 | + | ||
109 | + | ||
110 | + | ||
111 | + | ||
112 | + | ||
113 | + | ||
114 | + | ||
115 | + | ||
116 | + | ||
117 | + | ||
118 | + | ||
119 | + | ||
120 | + | ||
121 | + | ||
122 | + | ||
123 | + | ||
124 | + | ||
125 | + | ||
126 | + | ||
127 | + | ||
128 | + | ||
129 | + | ||
103 | 130 |
| |
104 | 131 |
| |
105 | 132 |
| |
|
0 commit comments