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
/
config.rs
Age
Commit message (
Expand
)
Author
2024-11-16
Support {host} in hyperlinks (#1901)
Dan Davison
2024-09-08
Replace "light mode" bool with a dedicated enum
Tau Gärtli
2024-08-15
Support passing arguments to git diff and diff (#1697)
Dan Davison
2024-07-22
Add --max-syntax-highlighting-length, set to 400
Thomas Otto
2024-07-08
Fix panic when blame-palette is empty (#1737)
Thorou
2024-06-24
Don't read git files when --no-gitconfig is given + unused variables (#1728)
Thomas Otto
2024-05-04
Repair --default-language, and highlight using full filename (#1549)
Thomas Otto
2024-02-19
Accept clippy suggestions (#1632)
Dan Davison
2023-11-20
Make hunk header code fragment display optional (#1568)
Zack Cerza
2023-06-02
Introduce grep-output-type option: ripgrep or classic
Dan Davison
2023-05-31
Misc tab refactoring (#1424)
Thomas Otto
2023-03-09
Add methods for getting `GitConfig` as reference (#1336)
nickelc
2023-03-08
Get git's minus/plus style from config instead of copying it around (#1329)
nickelc
2023-03-03
Update `clap` to 4.1 (#1322)
nickelc
2023-02-28
Fix clippy warnings (#1298)
nickelc
2022-12-04
Address deprecated clap features (#1251)
Thomas Quillan
2022-08-16
Support configurable timestamps in git blame output (#1157)
mliszcz
2022-03-30
Add custom env struct to store env at init (#1025)
William Escande
2022-03-14
Move wrapping logic and utilities into wrapping module
Dan Davison
2022-02-14
Fix hyperlink absolute paths (#939)
Dan Davison
2022-01-25
Update sysinfo version to 0.23
Guillaume Gomez
2022-01-21
Show blame line numbers via blame-separator-format
Thomas Otto
2022-01-18
Cwd fixups (#918)
Dan Davison
2022-01-17
Construct hyperlink file path relative to cwd
Dan Davison
2022-01-15
structopt to clap (#889)
Dan Davison
2022-01-06
New option file-transformation to transform file paths
Dan Davison
2022-01-04
Make Config cloneable for DeltaTest, store as Cow<Config> there
Thomas Otto
2021-12-28
blame-separator and blame-separator-style options
Dan Davison
2021-12-24
New option blame-code-style
Dan Davison
2021-12-12
Refactor: make state available when determining whether line should be emitte...
Dan Davison
2021-12-12
Fix tests: don't access lazy_static in tests
Dan Davison
2021-12-12
Disable line numbers and side-by-side under --word-diff
Dan Davison
2021-12-08
Fix order of struct entries
Dan Davison
2021-12-05
Gracefully handle failure to parse hunk header
Dan Davison
2021-12-05
Display merge conflicts
Dan Davison
2021-12-05
Handle combined diff format
Dan Davison
2021-11-29
Rename: FileMeta => DiffHeader
Dan Davison
2021-11-24
Support style names in --map-styles
Dan Davison
2021-11-23
New option to map raw styles encountered in input
Dan Davison
2021-11-22
Navigate regexp (#782)
Wayne Davison
2021-11-22
Handle grep output
Dan Davison
2021-11-21
Allow styles to be specified as references to other styles
Dan Davison
2021-11-17
Add the --right-arrow option.
Wayne Davison
2021-11-15
Refactor: utils module
Dan Davison
2021-11-15
Handle `git blame` output
Dan Davison
2021-11-14
Sort config struct entries
Dan Davison
2021-10-26
Delete unused blame CLI
Dan Davison
2021-10-25
Re-enable ANSI fill by equalizing panel sizes
Thomas Otto
2021-10-25
Wrap linenumber configs in MinusPlus or LeftRight
Thomas Otto
2021-10-18
Use fatal() to exit with errorcode 2 (#739)
Thomas Otto
[next]