From cd013e66711c056c52ffd0839e782f6ee9c2dabd Mon Sep 17 00:00:00 2001 From: Juergen Funk Date: Thu, 30 Mar 2023 11:43:47 +0200 Subject: [PATCH] git-hooks: remove hint in './g -z' In the patch 05ea4ac1952c546a81781ac0662747dbe6073616 the hint is too mutch and the elsewhere I think it makes no sense, remove. Change-Id: I1c13e593f673f2cab9a307f57f59efa1fbd903c9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149761 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- g | 4 ---- 1 file changed, 4 deletions(-) diff --git a/g b/g index d64c9cde4687..377890a3396a 100755 --- a/g +++ b/g @@ -147,10 +147,6 @@ refresh_all_hooks() fi fi - if [ $wingit -eq 0 ] && [ "$OSTYPE" == "cygwin" ] ; then - echo "When you using GIT for Windows, and get git-error look to .git-hooks/README" - fi - popd > /dev/null }