From 77efdecadddbd68bbbc0ff85ac84e24976ad4d4f Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Wed, 22 Nov 2017 00:14:29 +0200 Subject: [PATCH] Improve the docs commit message a bit --- .ci/deploy-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/deploy-docs.sh b/.ci/deploy-docs.sh index 9fafad3f7..086982b36 100755 --- a/.ci/deploy-docs.sh +++ b/.ci/deploy-docs.sh @@ -30,5 +30,5 @@ git reset upstream/master touch . git add -A . -git commit -m "Rebuild docs for $REVISION" +git commit -m "Rebuild docs for https://github.com/harfbuzz/harfbuzz/commit/$REVISION" git push -q upstream HEAD:master