Skip to content

Commit 4387684

Browse files
authored
Merge pull request #976 from kriswest/971-parsing-bug-fix
fix: push parsing drops commit messages unless they end in a newline
2 parents 25dbd56 + f7bc773 commit 4387684

File tree

14 files changed

+903
-384
lines changed

14 files changed

+903
-384
lines changed

.husky/commit-msg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npx --no -- commitlint --edit ${1} && npm run lint

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<a href="https://github.com/finos/git-proxy">
44
<img src="./docs/img/logo.png" alt="Logo" height="95">
55
</a>
6-
6+
77
<br />
88
<br />
9-
9+
1010
<p align="center">
1111
Deploy custom push protections and policies<br />on top of Git
1212
<br />

0 commit comments

Comments
 (0)