When using --recursive on Windows, grep shows warnings like
"recursive directory loop" due to failing inode checks. Since the
Mingw runtime doesn't support inodes, the patch will disable
inode checking in grep and so grep can work properly on Windows.
Patch is taken from
http://mingw-users.1079350.n2.nabble.com/Building-GREP-td7582694.html.
Closes #1229.
The patch file is currently still located at http://download.geany.org/snapshots/grep-2.25-win64_sameinode.patch. I will move the file to the correct location once this PR is going to be merged.
https://github.com/geany/geany/pull/1237
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.