summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-12-03try fix bad alignment in unicode (#1144) (#1145)Sheldon Nico
2022-11-29Highlighting improvements (#1244)Phillip Wood
2022-11-15Handle quoted filenames in diff headerThomas Otto
2022-11-13Fix clippy warnings (#1236)clnoll
2022-10-24measure_text_width() without constructing a temporary stringThomas Otto
2022-10-11Add terminal width fallback via stty if on Windows/MSYS2Thomas Otto
2022-10-11Fix clippy warnings after rust 1.64 upgradeThomas Otto
2022-10-06Add codeberg link parsing (#1194)Chinmay Dalal
2022-09-15Refactoring ansi/iterator (#1191)Maxim Zhiburt
2022-09-14Add sourcehut link parsing (#1190)Chinmay Dalal
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