summaryrefslogtreecommitdiffstats
path: root/src/git_config
AgeCommit message (Expand)Author
2023-04-26Replace deprecated `error_chain` crate with `anyhow` (#1405)nickelc
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-10-06Add codeberg link parsing (#1194)Chinmay Dalal
2022-09-14Add sourcehut link parsing (#1190)Chinmay Dalal
2022-08-16Fix clippy warnings after rust 1.63 upgrademliszcz
2022-03-30Add custom env struct to store env at init (#1025)William Escande
2022-02-21Enable commit links for GitLab (#972)Johan Wärlander
2022-01-17Construct hyperlink file path relative to cwdDan Davison
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-07-26Recognize GitHub SSH remote URLs that don't start with `git@` for hyperlinks ...Sebastian Paarmann
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-04-24Implement tested feature: support HTTPs and SSH URLsDan Davison
2021-04-24Test HTTPS and SSH Github URLsDan Davison
2021-04-24Fix Github repo URL regexDan Davison
2021-04-24Add failing tests for remote repo string parsingDan Davison
2021-04-23Support matching GitHub remotes that don't end in `.git` (#563)Andy Freeland
2021-03-27Get themes from gitconfig instead of hardcodingCatherine Noll
2021-01-08Reorganize git_config moduleDan Davison
2021-01-08Prevent tests setting env vars from affecting other testsDan Davison
2021-01-08Parse GIT_CONFIG_PARAMETERSDan Davison
2021-01-08Add accidentally not-committed fileDan Davison
2021-01-08Create git_config moduleDan Davison