git-credential-store-regex 0.3.0

A Git credential helper that provides credentials by matching attributes against regular expressions
1
2
3
4
5
6
# Auto detect text files and perform normalization
*          text=auto

*.rs       text diff=rust
*.toml     text diff=toml
Cargo.lock text