mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-13 20:28:44 +01:00
[ticket/11509] Output which commit is being inspected.
PHPBB3-11509
This commit is contained in:
parent
ccd30912d9
commit
fe5858902e
@ -20,6 +20,8 @@ COMMIT_RANGE="$1"
|
||||
|
||||
for COMMIT_HASH in $(git rev-list --no-merges "$COMMIT_RANGE")
|
||||
do
|
||||
echo "Inspecting commit message of commit $COMMIT_HASH"
|
||||
|
||||
# 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,
|
||||
# which then also needs to be deleted after our work is done.
|
||||
|
Loading…
x
Reference in New Issue
Block a user