summaryrefslogtreecommitdiff
path: root/src/git_config/mod.rs
AgeCommit message (Expand)Author
2024-11-20testability: add pretty_assertions, git mocksThomas Otto
2024-11-05Add optional capture-output writer to run_app()Thomas Otto
2023-03-12Merge the different `GitConfig` constructors for a config file (#1342)nickelc
2023-03-09Rename `git_config_entry` module to `remote` (#1337)nickelc
2023-03-08Get git's minus/plus style from config instead of copying it around (#1329)nickelc
2023-03-05Added config option. (#1324)Paolo Insogna
2023-03-05Return the `GitRemoteRepo` type directly (#1328)nickelc
2023-03-05Encapsulate `git2` types (#1326)nickelc
2023-02-28Fix clippy warnings (#1298)nickelc
2022-03-30Add custom env struct to store env at init (#1025)William Escande
2022-01-04Make Config cloneable for DeltaTest, store as Cow<Config> thereThomas Otto
2021-10-18Use fatal() to exit with errorcode 2 (#739)Thomas Otto
2021-04-24Support new GIT_CONFIG_PARAMETERS env var formatDan Davison
2021-04-24Add failing test: support new GIT_CONFIG_PARAMETERS formatDan Davison
2021-04-24Use verbose regex styleDan Davison
2021-04-24Refactor test to allow multiple env var formats to be testedDan Davison
2021-03-27Get themes from gitconfig instead of hardcodingCatherine Noll
2021-01-08Reorganize git_config moduleDan Davison
2021-01-08Add accidentally not-committed fileDan Davison