index
:
delta.git/.git
main
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
git_config
Age
Commit message (
Expand
)
Author
2024-11-20
testability: add pretty_assertions, git mocks
Thomas Otto
2024-11-05
Add optional capture-output writer to run_app()
Thomas Otto
2023-08-13
Support users other than git in github SSH URLs (#1509)
Dan Davison
2023-04-26
Replace deprecated `error_chain` crate with `anyhow` (#1405)
nickelc
2023-03-12
Merge the different `GitConfig` constructors for a config file (#1342)
nickelc
2023-03-09
Rename `git_config_entry` module to `remote` (#1337)
nickelc
2023-03-08
Get git's minus/plus style from config instead of copying it around (#1329)
nickelc
2023-03-05
Added config option. (#1324)
Paolo Insogna
2023-03-05
Return the `GitRemoteRepo` type directly (#1328)
nickelc
2023-03-05
Encapsulate `git2` types (#1326)
nickelc
2023-02-28
Fix clippy warnings (#1298)
nickelc
2022-10-06
Add codeberg link parsing (#1194)
Chinmay Dalal
2022-09-14
Add sourcehut link parsing (#1190)
Chinmay Dalal
2022-08-16
Fix clippy warnings after rust 1.63 upgrade
mliszcz
2022-03-30
Add custom env struct to store env at init (#1025)
William Escande
2022-02-21
Enable commit links for GitLab (#972)
Johan Wärlander
2022-01-17
Construct hyperlink file path relative to cwd
Dan Davison
2022-01-04
Make Config cloneable for DeltaTest, store as Cow<Config> there
Thomas Otto
2021-10-18
Use fatal() to exit with errorcode 2 (#739)
Thomas Otto
2021-07-26
Recognize GitHub SSH remote URLs that don't start with `git@` for hyperlinks ...
Sebastian Paarmann
2021-04-24
Support new GIT_CONFIG_PARAMETERS env var format
Dan Davison
2021-04-24
Add failing test: support new GIT_CONFIG_PARAMETERS format
Dan Davison
2021-04-24
Use verbose regex style
Dan Davison
2021-04-24
Refactor test to allow multiple env var formats to be tested
Dan Davison
2021-04-24
Implement tested feature: support HTTPs and SSH URLs
Dan Davison
2021-04-24
Test HTTPS and SSH Github URLs
Dan Davison
2021-04-24
Fix Github repo URL regex
Dan Davison
2021-04-24
Add failing tests for remote repo string parsing
Dan Davison
2021-04-23
Support matching GitHub remotes that don't end in `.git` (#563)
Andy Freeland
2021-03-27
Get themes from gitconfig instead of hardcoding
Catherine Noll
2021-01-08
Reorganize git_config module
Dan Davison
2021-01-08
Prevent tests setting env vars from affecting other tests
Dan Davison
2021-01-08
Parse GIT_CONFIG_PARAMETERS
Dan Davison
2021-01-08
Add accidentally not-committed file
Dan Davison
2021-01-08
Create git_config module
Dan Davison