aboutsummaryrefslogtreecommitdiffstats
path: root/git-tools
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-02-21 00:48:18 +0100
committerAndreas Fischer <bantu@phpbb.com>2014-02-21 01:47:37 +0100
commitccd30912d94660b285dfd2181edc72759007ac99 (patch)
tree903d25e6efedbfa9cf3695cd76c8eecb3533b533 /git-tools
parentc955d0145697fb866aefd1454127218b976009cd (diff)
downloadforums-ccd30912d94660b285dfd2181edc72759007ac99.tar
forums-ccd30912d94660b285dfd2181edc72759007ac99.tar.gz
forums-ccd30912d94660b285dfd2181edc72759007ac99.tar.bz2
forums-ccd30912d94660b285dfd2181edc72759007ac99.tar.xz
forums-ccd30912d94660b285dfd2181edc72759007ac99.zip
[ticket/11509] Three dots means sym. difference, but we only want new commits.
PHPBB3-11509
Diffstat (limited to 'git-tools')
-rwxr-xr-xgit-tools/commit-msg-hook-range.sh2
1 files changed, 1 insertions, 1 deletions
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