summaryrefslogtreecommitdiffstats
path: root/src/handlers
AgeCommit message (Expand)Author
2023-06-02Increase number of characters shown in submodule hashesDan Davison
2023-06-02Introduce grep-output-type option: ripgrep or classicDan Davison
2023-06-02Refactor grep handlerDan Davison
2023-05-31Misc tab refactoring (#1424)Thomas Otto
2023-05-08Fix submodule diff parsing (#1413)Thomas Otto
2023-03-09Add methods for getting `GitConfig` as reference (#1336)nickelc
2023-02-28Fix clippy warnings (#1298)nickelc
2022-11-15Handle quoted filenames in diff headerThomas Otto
2022-11-13Fix clippy warnings (#1236)clnoll
2022-08-16Fix clippy warnings after rust 1.63 upgrademliszcz
2022-08-16Support configurable timestamps in git blame output (#1157)mliszcz
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-06-22Fix whole-file changes being attributed to the wrong commit in "git log" outputBjörn Steinbrink
2022-06-15Only trigger `git show` handler if a file extension was parsed (#1106)Dan Davison
2022-04-04Apply hyperlinks to diff stat file paths (#1035)Dan Davison
2022-03-30Add support for irreversible-deleteWilliam Escande
2022-03-16Apply file-transformation to diff header, in addition to hunk headerDan Davison
2022-03-07Flush minus/plus line buffers in additional code locationsDan Davison
2022-02-27ClippyDan Davison
2022-02-19Fix parsing for .properties files with `-` in path (#975)Jackson Popkin
2022-02-14Fix hyperlink absolute paths (#939)0.12.0Dan Davison
2022-02-07Fix unused imports and functions warnings on windowsThomas Otto
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-18Center Align numbers right-ish (#883)Thomas Otto
2022-01-18Cwd fixups (#918)Dan 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-16Fix idiotic test assertionDan Davison
2022-01-13Handle blame author names containing parenthesesThomas Otto
2022-01-05Clippy: remove redundant borrowsDan Davison
2022-01-05Handle a mode change on a renamed file. (#875)Wayne Davison
2022-01-05Fix grep parse bugs (#865)Dan Davison
2022-01-04DeltaTest improvements (#876)Wayne Davison
2022-01-03Move parent process query into a threadThomas Otto
2022-01-01Put file-modified label in front of mode changes.Wayne Davison
2021-12-28Use formatted blame metadata as blame keyDan Davison
2021-12-28blame-separator and blame-separator-style optionsDan Davison
2021-12-28Refactor blame handlerDan Davison
2021-12-24New option blame-code-styleDan Davison
2021-12-14Line state refactor (#851)Dan Davison
2021-12-13Clean up DeltaTest argumentDan Davison
2021-12-13Add Test for #753 3ce64ddefb896f8a64013deb78235b4dda1d0fb8Dan Davison
2021-12-13Bug fix: emit merge conflict markers even when width=variableDan Davison
2021-12-12Emit line as raw if canonical line state is rawDan Davison
2021-12-12Refactor: make state available when determining whether line should be emitte...Dan Davison
2021-12-12Fix tests: don't access lazy_static in testsDan Davison