hercules-ci / gitignore.nix

Nix functions for filtering local git sources
The Unlicense
242 stars 19 forks source link

Look up git config case-insensitively #43

Closed lspitzner closed 4 years ago

lspitzner commented 4 years ago

https://www.git-scm.com/docs/git-config.html

The variable names are case-insensitive, ...

yet gitignore.nix currently has

https://github.com/hercules-ci/gitignore.nix/blob/00b237fb1813c48e20ee2021deb6f3f03843e9e4/find-files.nix#L222