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
/
cli.rs
Age
Commit message (
Expand
)
Author
2024-11-16
Support {host} in hyperlinks (#1901)
Dan Davison
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-09-06
Fix clippy warnings (#1851)
Tau Gärtli
2024-08-15
Support passing arguments to git diff and diff (#1697)
Dan Davison
2024-08-12
Do not wrap short help (-h) output
Thomas Otto
2024-08-01
Use angle bracket around <urls>, regenerate help output markdown
Thomas Otto
2024-08-01
Wrap --help output and use pager
Thomas Otto
2024-07-22
Add --max-syntax-highlighting-length, set to 400
Thomas Otto
2024-07-17
Fix copy-paste typo (#1767)
Justin Su
2024-07-17
Add missing `--file-*-label` option to `--navigate` docs (#1744)
Justin Su
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-03-12
Detect Dark/Light Mode from Terminal (#1615)
Tau
2023-11-19
feat: generate completion subcommand (#1561)
plustik
2023-11-18
fixed typos (#1553)
Fritz Rehde
2023-07-29
Update documentation regarding BAT_PAGER
Dan Davison
2023-06-03
Drop grep-header-style option
Dan Davison
2023-06-02
Introduce grep-output-type option: ripgrep or classic
Dan Davison
2023-05-31
Misc tab refactoring (#1424)
Thomas Otto
2023-03-15
Remove manual line-wrapping (#1350)
Dan Davison
2023-03-12
Merge the different `GitConfig` constructors for a config file (#1342)
nickelc
2023-03-10
Derive the default for enums with `#[derive(Default)]`/`#[default]` (#1341)
nickelc
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-05
Added config option. (#1324)
Paolo Insogna
2023-03-03
Update `clap` to 4.1 (#1322)
nickelc
2023-03-03
Spelling (#1257)
Josh Soref
2022-12-04
Address deprecated clap features (#1251)
Thomas Quillan
2022-08-16
Fix clippy warnings after rust 1.63 upgrade
mliszcz
2022-08-16
Support configurable timestamps in git blame output (#1157)
mliszcz
2022-06-25
Fix documentation of DELTA_FEATURES
Dan Davison
2022-03-30
Add custom env struct to store env at init (#1025)
William Escande
2022-03-21
Fix typo in --help text
Dan Davison
2022-03-14
Tweak wrap-max-lines documentation
Dan Davison
2022-02-27
Use assets API from bat library instead of vendored code (#903)
Dan Davison
2022-02-15
Clarify language: "in front of" → "before" (#967)
Waldir Pimenta
2022-01-21
Show blame line numbers via blame-separator-format
Thomas Otto
2022-01-19
clap: Use term_width(0) instead of term_width(usize::MAX)
Dan Davison
2022-01-19
Prevent clap from switching to multiline format for short help
Dan Davison
2022-01-18
Center Align numbers right-ish (#883)
Thomas Otto
2022-01-17
Slight improvement on long cosmetic arg name in help output
Dan Davison
2022-01-17
More minimizing of cosmetic argument names in help output
Dan Davison
2022-01-16
Add a note about `delta -h` to the long help output
Dan Davison
2022-01-16
Sort options in --help output
Dan Davison
2022-01-16
Add clap cosmetic argument names
Dan Davison
2022-01-16
Drop deprecated options (#914)
Dan Davison
2022-01-15
structopt to clap (#889)
Dan Davison
2022-01-06
New option file-transformation to transform file paths
Dan Davison
2021-12-28
blame-separator and blame-separator-style options
Dan Davison
[next]