g |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit cd013e66711c056c52ffd0839e782f6ee9c2dabd
Author:     Juergen Funk <[email protected]>
AuthorDate: Thu Mar 30 11:43:47 2023 +0200
Commit:     Mike Kaganski <[email protected]>
CommitDate: Sat Apr 1 13:28:14 2023 +0200

    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 <[email protected]>

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
 
 }

Reply via email to