gitignore case sensetive issue #92

Closed
opened 2025-10-12 01:07:50 +08:00 by 周赵嘉程521432910016 · 5 comments

bug report for healthcheck module

the forbidden file is not fully compatible with the .gitignore

minimal reproduction

CHANGELOG.md
touch Changelog.md

the changelog.md is not ignored but is checked by forbidden check.

bug report for `healthcheck` module the forbidden file is not fully compatible with the `.gitignore` minimal reproduction ``` CHANGELOG.md ``` ```bash touch Changelog.md ``` the `changelog.md `is not ignored but is checked by forbidden check.
周赵嘉程521432910016 added the
bug
label 2025-10-12 01:07:57 +08:00
周赵嘉程521432910016 self-assigned this 2025-10-12 01:09:48 +08:00
https://git-scm.com/docs/git-config/2.14.6#Documentation/git-config.txt-coreignoreCase
Author
Member

Should be macos issue?

Should be macos issue?

So is the forbidden check case sensitive or insensitive now?

So is the forbidden check case sensitive or insensitive now?
Author
Member

sensitive

sensitive

So it is the default behavior of git.

So it is the default behavior of git.
Sign in to join this conversation.
No description provided.