git-credential-store-pathprefix 0.2.0

A Git credential helper that provides different credentials based on the repo path prefix
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