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
/
features
/
mod.rs
Age
Commit message (
Expand
)
Author
2024-06-24
Don't read git files when --no-gitconfig is given + unused variables (#1728)
Thomas Otto
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-08-20
Refactoring for #693 (#696)
Dan Davison
2021-07-10
Clippy: don't nest module inside module with same name
Dan Davison
2021-05-09
Use map instead of match (#595)
Dan Davison
2020-07-22
Format files and commits as OSC 8 hyperlinks
Dan Davison
2020-07-15
Refactor: unify test utility functions
Dan Davison
2020-07-11
Add side-by-side diff view (#243)
Dan Davison
2020-06-30
Refactor: options module
Dan Davison
2020-06-28
Reinstate color-only as a feature that extends raw
Dan Davison
2020-06-28
Rename option: color-only => raw
Dan Davison
2020-06-25
Rename: --number => --line-numbers
Dan Davison
2020-06-25
Implement numbers as a feature
Dan Davison
2020-06-25
Start adding tests of numbers feature
Dan Davison
2020-06-23
Fix --no-gitconfig implementation
Dan Davison
2020-06-23
Gather features recursively
Dan Davison
2020-06-22
Refactor: tighten up feature tests
Dan Davison
2020-06-22
Tighten up Opt construction in tests
Dan Davison
2020-06-22
Refactor: separate Opt construction from Config construction
Dan Davison
2020-06-21
Add failing test: features should add to set, not replace it
Dan Davison
2020-06-21
Add failing test: builtin features should have command-line flags
Dan Davison
2020-06-21
Reimplement --color-only as a feature
Dan Davison
2020-06-21
Fix handling of --no-gitconfig
Dan Davison
2020-06-21
Change option value look-up algorithm
Dan Davison
2020-06-21
New option value look-up algorithm
Dan Davison
2020-06-20
Rename type
Dan Davison
2020-06-20
Refactor: features tests
Dan Davison
2020-06-20
Reimplement --navigate as a feature
Dan Davison
2020-06-20
s/preset/feature/
Dan Davison