This has been merged as part of gitoxide. https://github.com/Byron/gitoxide/
This repository has been archived on 2021-03-14. You can view files and clone it, but cannot push or open issues/pull-requests.
Go to file
Edward Shen 9715790574
implement case insensitivity for names
2021-03-06 01:23:23 -05:00
.vscode Use traits instead of shadowing from_str 2021-02-26 21:32:37 -05:00
benches benchmarks 2021-03-01 18:33:07 -05:00
fuzz Don't immediately drop fuzzer values 2021-02-24 17:55:58 -05:00
src implement case insensitivity for names 2021-03-06 01:23:23 -05:00
tests/integration_tests implement case insensitivity for names 2021-03-06 01:23:23 -05:00
.gitignore make serde optional, clippy lints 2021-02-24 12:11:18 -05:00
Cargo.toml remove serde code for now 2021-03-03 18:14:57 -05:00
LICENSE-APACHE implement case insensitivity for names 2021-03-06 01:23:23 -05:00
LICENSE-MIT implement case insensitivity for names 2021-03-06 01:23:23 -05:00
README.md implement case insensitivity for names 2021-03-06 01:23:23 -05:00

README.md

git-config

git-config is a library for interacting with git-config files.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in git-config by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.