mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/11509] Output which commit is being inspected.
PHPBB3-11509
This commit is contained in:
@@ -20,6 +20,8 @@ COMMIT_RANGE="$1"
|
|||||||
|
|
||||||
for COMMIT_HASH in $(git rev-list --no-merges "$COMMIT_RANGE")
|
for COMMIT_HASH in $(git rev-list --no-merges "$COMMIT_RANGE")
|
||||||
do
|
do
|
||||||
|
echo "Inspecting commit message of commit $COMMIT_HASH"
|
||||||
|
|
||||||
# The git commit-msg hook takes a path to a file containing a commit
|
# The git commit-msg hook takes a path to a file containing a commit
|
||||||
# message. So we have to extract the commit message into a file first,
|
# message. So we have to extract the commit message into a file first,
|
||||||
# which then also needs to be deleted after our work is done.
|
# which then also needs to be deleted after our work is done.
|
||||||
|
Reference in New Issue
Block a user