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
/
mod.rs
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-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-03-30
Add custom env struct to store env at init (#1025)
William Escande
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-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-03-27
Get themes from gitconfig instead of hardcoding
Catherine Noll
2021-01-08
Reorganize git_config module
Dan Davison
2021-01-08
Add accidentally not-committed file
Dan Davison