summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-05-23Tweak some words improved representation (#1078)Yudai Takada
2022-05-13Update bat, git2, and syntectDan Davison
2022-04-04Apply hyperlinks to diff stat file paths (#1035)Dan Davison
2022-03-30Add custom env struct to store env at init (#1025)William Escande
2022-03-30Add support for irreversible-deleteWilliam Escande
2022-03-21Fix typo in --help textDan Davison
2022-03-16Apply file-transformation to diff header, in addition to hunk headerDan Davison
2022-03-14Tweak wrap-max-lines documentationDan Davison
2022-03-14Move wrapping logic and utilities into wrapping moduleDan Davison
2022-03-07Flush minus/plus line buffers in additional code locationsDan Davison
2022-03-07Add failing test for #1002Dan Davison
2022-03-01Run in diff mode iff two positional arguments are suppliedDan Davison
2022-03-01Disable full process scans on LinuxThomas Otto
2022-03-01Also look at grandparent process when determining the callerThomas Otto
2022-02-27Use assets API from bat library instead of vendored code (#903)Dan Davison
2022-02-27ClippyDan Davison
2022-02-23Fall back to plain diff when process substitution is used (#978)Thomas Otto
2022-02-21Enable commit links for GitLab (#972)Johan Wärlander
2022-02-20Support CSI sequences other than SGR (#976)Yoichi NAKAYAMA
2022-02-19Fix parsing for .properties files with `-` in path (#975)Jackson Popkin
2022-02-15Clarify language: "in front of" → "before" (#967)Waldir Pimenta
2022-02-15Make git include colors in output going to delta (#966)Dan Davison
2022-02-14Fix hyperlink absolute paths (#939)0.12.0Dan Davison
2022-02-07Fix unused imports and functions warnings on windowsThomas Otto
2022-01-25Use sysinfo::Pid as less as possibleGuillaume Gomez
2022-01-25Fix clippy lintsGuillaume Gomez
2022-01-25Update sysinfo version to 0.23Guillaume Gomez
2022-01-21Show blame line numbers via blame-separator-formatThomas Otto
2022-01-21Placeholder may contain a type fieldThomas Otto
2022-01-19clap: Use term_width(0) instead of term_width(usize::MAX)Dan Davison
2022-01-19Prevent clap from switching to multiline format for short helpDan Davison
2022-01-18Center Align numbers right-ish (#883)Thomas Otto
2022-01-18Cwd fixups (#918)Dan Davison
2022-01-17Slight improvement on long cosmetic arg name in help outputDan Davison
2022-01-17More minimizing of cosmetic argument names in help outputDan Davison
2022-01-17Construct hyperlink file path relative to cwdDan Davison
2022-01-17Add failing test of file hyperlink in git repoDan Davison
2022-01-17Improve tests of hunk header / hyperlinks behaviourDan Davison
2022-01-16Add a note about `delta -h` to the long help outputDan Davison
2022-01-16Sort options in --help outputDan Davison
2022-01-16Add clap cosmetic argument namesDan Davison
2022-01-16Fix idiotic test assertionDan Davison
2022-01-16Drop deprecated options (#914)Dan Davison
2022-01-15structopt to clap (#889)Dan Davison
2022-01-13Handle blame author names containing parenthesesThomas Otto
2022-01-13Fix new 1.58 clippy lintsThomas Otto
2022-01-10Add diff-stat-align-width to show-configDan Davison
2022-01-06New option file-transformation to transform file pathsDan Davison
2022-01-05Clippy: remove redundant borrowsDan Davison
2022-01-05Handle a mode change on a renamed file. (#875)Wayne Davison