From d11db9a3aaa1044cf1d6cc88174a1b83fe8ea0ad Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Thu, 26 Oct 2023 08:21:16 +0300 Subject: [PATCH] tools: make the commit message more informative, for the repo for https://fast.vlang.io/ in cmd/tools/fast/website/ --- cmd/tools/fast/fast.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tools/fast/fast.v b/cmd/tools/fast/fast.v index da2b33397d..860d2c6b23 100644 --- a/cmd/tools/fast/fast.v +++ b/cmd/tools/fast/fast.v @@ -163,7 +163,7 @@ fn main() { os.chdir('website')! lexec('git checkout gh-pages') os.mv('../index.html', 'index.html')! - lsystem('git commit -am "update benchmark"') + lsystem('git commit -am "update benchmark for commit ${commit}"') lsystem('git push origin gh-pages') elog('uploading done') }