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
/
options
/
get.rs
Age
Commit message (
Expand
)
Author
2024-05-04
Repair --default-language, and highlight using full filename (#1549)
Thomas Otto
2024-02-19
Accept clippy suggestions (#1632)
Dan Davison
2023-03-05
Added config option. (#1324)
Paolo Insogna
2023-03-05
Encapsulate `git2` types (#1326)
nickelc
2023-03-03
Update `git2` to 0.16.1 (#1323)
nickelc
2023-02-28
Fix clippy warnings (#1298)
nickelc
2022-03-30
Add custom env struct to store env at init (#1025)
William Escande
2021-12-12
DELTA_FEATURES appends iff prefixed with +
Dan Davison
2021-09-15
Remove superfluous lowercasing of feature names. (#718)
Levi Bard
2021-08-18
Remove unnecessary borrows (#692)
Ben Armstead
2021-07-10
Clippy: don't nest module inside module with same name
Dan Davison
2021-04-15
CI: check docs (#559)
Marco Ieni
2021-03-29
Clippy (#554)
Dan Davison
2021-03-28
Display themes alphabetically when using --show-themes
Catherine Noll
2021-03-28
Use string literal instead of escaping double quotes
Catherine Noll
2021-03-27
Remove unnecessary check in get_themes and clean up --show-themes cli docstring
Catherine Noll
2021-03-27
Define theme by presence of "dark" or "light" entries in git config,
Catherine Noll
2021-03-27
Reorganize and add test for get_themes
Catherine Noll
2021-01-08
Prevent tests setting env vars from affecting other tests
Dan Davison
2021-01-08
Parse GIT_CONFIG_PARAMETERS
Dan Davison
2020-11-07
remove some clippy warnings (#383)
Marco Ieni
2020-06-30
Refactor: options module
Dan Davison