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
/
utils
Age
Commit message (
Expand
)
Author
2025-07-15
Fix clippy errors (#2016)
Justin Su
2025-01-09
clippy 1.84 fix
Thomas Otto
2024-11-28
Support external subcommands: rg, diff, git-show (etc.) (#1769)
Thomas Otto
2024-11-15
Rename poorly-named variables (#1904)
Dan Davison
2024-11-14
Honor pager path when checking less version (#1903)
Dan Davison
2024-11-05
Add optional capture-output writer to run_app()
Thomas Otto
2024-09-22
Improve blame file type detection (#1829)
dvermd
2024-09-15
Do not double panic in FakeParentArgs::drop
dvermd
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-01
Fix build for rust 1.80
Thomas Otto
2024-08-01
Add wrap function for --help output
Thomas Otto
2024-08-01
Make drop impl of OutputType more prominent
Thomas Otto
2024-08-01
OutputType: PagerCfg and oneshot_write
Thomas Otto
2024-07-17
Make less version >= 633 behave like previous versions wrt. Nerd Fonts
Thomas Otto
2024-07-09
Make relativize_path_maybe directly update the path argument
Thomas Otto
2024-05-04
clippy (#1686)
Dan Davison
2024-05-04
Repair --default-language, and highlight using full filename (#1549)
Thomas Otto
2024-02-19
Accept clippy suggestions (#1632)
Dan Davison
2023-07-29
Fix issue where pager would be set to `more` or `most` (#1494)
ippsav
2023-05-31
Misc tab refactoring (#1424)
Thomas Otto
2023-04-26
Replace deprecated `error_chain` crate with `anyhow` (#1405)
nickelc
2023-03-10
Derive the default for enums with `#[derive(Default)]`/`#[default]` (#1341)
nickelc
2023-03-05
Update dependencies & switch back to the `dirs` crate (#1325)
nickelc
2023-03-03
Spelling (#1257)
Josh Soref
2023-02-28
Fix clippy warnings (#1298)
nickelc
2022-11-13
Fix clippy warnings (#1236)
clnoll
2022-10-11
Add terminal width fallback via stty if on Windows/MSYS2
Thomas Otto
2022-10-11
Fix clippy warnings after rust 1.64 upgrade
Thomas Otto
2022-08-16
Fix clippy warnings after rust 1.63 upgrade
mliszcz
2022-08-07
Fix typos (#1151)
Kian-Meng Ang
2022-07-02
Don't attempt to process ANSI sequences in non-UTF8 input
Dan Davison
2022-06-22
Allow to run tests using "cargo t"
Björn Steinbrink
2022-03-30
Add custom env struct to store env at init (#1025)
William Escande
2022-03-01
Disable full process scans on Linux
Thomas Otto
2022-03-01
Also look at grandparent process when determining the caller
Thomas Otto
2022-02-27
Use assets API from bat library instead of vendored code (#903)
Dan Davison
2022-02-14
Fix hyperlink absolute paths (#939)
Dan Davison
2022-01-25
Use sysinfo::Pid as less as possible
Guillaume Gomez
2022-01-25
Update sysinfo version to 0.23
Guillaume Gomez
2022-01-18
Cwd fixups (#918)
Dan Davison
2022-01-17
Construct hyperlink file path relative to cwd
Dan Davison
2022-01-13
Fix new 1.58 clippy lints
Thomas Otto
2022-01-06
New option file-transformation to transform file paths
Dan Davison
2022-01-03
Cache parent process when testing unless FakeParentArgs are used
Thomas Otto
2022-01-03
The calling process must have a common parent with delta
Thomas Otto
2022-01-03
Move parent process query into a thread
Thomas Otto
2022-01-03
Re-enable full process scans on Linux
Thomas Otto
2022-01-03
Disable /proc fd caching on Linux when querying processes
Thomas Otto
2021-12-11
Do not query CPU data when querying process data (#845)
Dan Davison
[next]