diff options
author | Juergen Funk <juergen.funk_ml@cib.de> | 2023-03-30 11:43:47 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2023-04-01 13:28:14 +0200 |
commit | cd013e66711c056c52ffd0839e782f6ee9c2dabd (patch) | |
tree | 3b49968abf64d5fe2a4c86debcf134afd58f8542 /g | |
parent | 166a16594eb4e7e78f3f5b00a1432637d109bf8d (diff) |
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 <mike.kaganski@collabora.com>
Diffstat (limited to 'g')
-rwxr-xr-x | g | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 } |