Re: make in Cygwin stomps files in .git/hooks/

2024-10-08 Thread Michael Weghorn
On 2024-10-08 18:59, Marc wrote: I'm on Windows using Cygwin to build LibreOffice. When I "make", the files in .git/hooks/   commit-msg  post-merge  pre-commit  README are overwritten with 0 byte files. This causes "git commit" (using SourceTree) to fail: "Commit: cannot spawn .git/hooks/pre-c

make in Cygwin stomps files in .git/hooks/

2024-10-08 Thread Marc
Hi, I'm on Windows using Cygwin to build LibreOffice. When I "make", the files in .git/hooks/ commit-msg post-merge pre-commit README are overwritten with 0 byte files. This causes "git commit" (using SourceTree) to fail: "Commit: cannot spawn .git/hooks/pre-commit: No such file or directory.