From 6573bd24b06b7ef3b96bde9877a6be612fe3aaf9 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Sun, 1 Dec 2024 19:23:40 +0800 Subject: 7.1.11 change log draft --- post-receive | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'post-receive') diff --git a/post-receive b/post-receive index 7ace9d2..45df983 100755 --- a/post-receive +++ b/post-receive @@ -2,13 +2,13 @@ product=web repo=/usr/local/git/pub/$product.git -web=$HOME/public_html -#web=~www/apache24/data +#web=$HOME/public_html +web=~www/apache24/data unset GIT_DIR cd $HOME/$product \ && git pull \ && git --git-dir=$repo --work-tree=$web checkout -f master -- \ index.html \ - 7.1.10.52662.html \ + 7.1.11.53043.html \ && git --git-dir=$repo push -- cgit v1.2.3