Refreshing python3-hook.patch.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
435cb3a48d
commit
092ad25442
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
|
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||||
Description: Using python3 in commit-msg hook (Closes: #891538).
|
Description: Using python3 in commit-msg hook (Closes: #891538).
|
||||||
|
|
||||||
diff -Naurp gitlint.orig/gitlint/files/commit-msg gitlint/gitlint/files/commit-msg
|
diff -Naurp gitlint.orig/gitlint-core/gitlint/files/commit-msg gitlint/gitlint-core/gitlint/files/commit-msg
|
||||||
--- gitlint.orig/gitlint/files/commit-msg
|
--- gitlint.orig/gitlint-core/gitlint/files/commit-msg
|
||||||
+++ gitlint/gitlint/files/commit-msg
|
+++ gitlint/gitlint-core/gitlint/files/commit-msg
|
||||||
@@ -26,7 +26,7 @@ exit_code=$?
|
@@ -26,7 +26,7 @@ exit_code=$?
|
||||||
# This is the case for Atlassian SourceTree, where $PATH deviates from the user's shell $PATH.
|
# This is the case for Atlassian SourceTree, where $PATH deviates from the user's shell $PATH.
|
||||||
if [ $exit_code -eq 127 ]; then
|
if [ $exit_code -eq 127 ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue