From ccd30912d94660b285dfd2181edc72759007ac99 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Fri, 21 Feb 2014 00:48:18 +0100 Subject: [ticket/11509] Three dots means sym. difference, but we only want new commits. PHPBB3-11509 --- git-tools/commit-msg-hook-range.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-tools') diff --git a/git-tools/commit-msg-hook-range.sh b/git-tools/commit-msg-hook-range.sh index 66628c1d17..3d0f22ac53 100755 --- a/git-tools/commit-msg-hook-range.sh +++ b/git-tools/commit-msg-hook-range.sh @@ -9,7 +9,7 @@ set -e if [ "$#" -ne 1 ]; then - echo "Expected one argument (commit range, e.g. eef1b586...1666476b)." + echo "Expected one argument (commit range, e.g. phpbb/develop..ticket/12345)." exit fi -- cgit v1.2.1