summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-08-16Fix clippy warnings after rust 1.63 upgrademliszcz
2022-08-16Support configurable timestamps in git blame output (#1157)mliszcz
2022-08-07Fix typos (#1151)Kian-Meng Ang
2022-07-15Fix git-grep match-highlighting at line-start (#1057)Jackson Popkin
2022-07-15Recreate highlighter on each line of `git show $commit:$path` output (#1127)Dan Davison
2022-07-02Don't attempt to process ANSI sequences in non-UTF8 inputDan Davison
2022-06-25Fix documentation of DELTA_FEATURESDan Davison
2022-06-22Fix whole-file changes being attributed to the wrong commit in "git log" outputBjörn Steinbrink
2022-06-22Allow to run tests using "cargo t"Björn Steinbrink
2022-06-22Avoid lockup when running without arguments and stdin is connected to tty (#1...Björn Steinbrink
2022-06-20Fix commit hyperlink formatting (#1110)Dan Davison
2022-06-15Only trigger `git show` handler if a file extension was parsed (#1106)Dan Davison
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