Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-01 | Make bild exception for git hooks | Ben Sima | |
Apparently git hooks don't get called if they have a file extention, so these weren't getting called at all since commit 904de577261e7024373e7a42fd763184764238f9. So this renames them back to the extension-less versions, and adds an exception in bild for files in the core.hooksPath directory. Unfortunately this means Lint.hs will silently ignore these files, but I guess that's okay for now. |