We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c90c8 commit 435b951Copy full SHA for 435b951
tools/git/hooks/pre-push
@@ -65,7 +65,7 @@ cache_dir="${root}/.git/hooks-cache"
65
# Define the path to a file for storing hook results:
66
cache_file="${cache_dir}/pre_push_report.yml"
67
68
-# Resolve the last commit message (excluding metadata such as author name and date):
+# Resolve the last commit message (excluding metadata, such as author name and date):
69
commit_message=$(git log -1 --pretty=%B)
70
71
# Define the path to a file for storing a backup of the last commit message:
0 commit comments