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
/
subcommands
Age
Commit message (
Expand
)
Author
2025-07-15
Fix clippy errors (#2016)
Justin Su
2024-11-28
Support external subcommands: rg, diff, git-show (etc.) (#1769)
Thomas Otto
2024-11-29
clippy 1.83: silence zombie_processes false positive
Thomas Otto
2024-11-05
Add optional capture-output writer to run_app()
Thomas Otto
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-08-01
Wrap --help output and use pager
Thomas Otto
2024-08-01
OutputType: PagerCfg and oneshot_write
Thomas Otto
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-01-19
--show-themes exit with error when no themes (#1611)
Dan Davison
2023-11-19
feat: generate completion subcommand (#1561)
plustik
2023-07-08
Replace usage of the `atty` crate with `std::io::IsTerminal` trait (#1465)
nickelc
2023-05-31
Misc tab refactoring (#1424)
Thomas Otto
2023-03-09
Add methods for getting `GitConfig` as reference (#1336)
nickelc
2023-03-01
Fix the`--show-themes` command (#1320)
nickelc
2023-02-28
Reduce allocations during `--show-colors` (#1315)
nickelc
2023-02-28
Fix clippy warnings (#1298)
nickelc
2022-11-13
Fix clippy warnings (#1236)
clnoll
2022-03-30
Add custom env struct to store env at init (#1025)
William Escande
2022-03-01
Run in diff mode iff two positional arguments are supplied
Dan Davison
2022-02-27
Use assets API from bat library instead of vendored code (#903)
Dan Davison
2022-02-23
Fall back to plain diff when process substitution is used (#978)
Thomas Otto
2022-02-15
Make git include colors in output going to delta (#966)
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-15
structopt to clap (#889)
Dan Davison
2022-01-10
Add diff-stat-align-width to show-config
Dan Davison
2021-12-09
Store raw_line in HunkZero, as HunkMinus and HunkPlus
Dan Davison
2021-12-07
Move explain_ansi() part out of parse_ansi()
Thomas Otto
2021-12-05
Display merge conflicts
Dan Davison
2021-12-05
Handle combined diff format
Dan Davison
2021-11-23
Add --parse-ansi command
Dan Davison
2021-11-22
Navigate regexp (#782)
Wayne Davison
2021-11-22
Show colors subcommand
Dan Davison
2021-11-22
Allow custom colors to be defined in gitconfig (#788)
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-10-25
Wrap linenumber configs in MinusPlus or LeftRight
Thomas Otto
2021-10-18
Use fatal() to exit with errorcode 2 (#739)
Thomas Otto
2021-10-16
StructOpt without Default
Thomas Otto
2021-09-19
Option to set the background extension mode to ANSI or spaces
Thomas Otto
2021-08-29
Refactor: subcommands module
Dan Davison