summaryrefslogtreecommitdiffstats
path: root/src/handlers
AgeCommit message (Expand)Author
2024-05-04clippy (#1686)Dan Davison
2024-05-04Repair --default-language, and highlight using full filename (#1549)Thomas Otto
2024-03-12Preserve "Binary files" line in color_only mode (#1649)Pawel Dominiak
2024-03-04Fix clippy complaintsDan Davison
2024-03-02Fix headers of modified binary files, closes #1621 (#1629)Paul
2024-03-02Parse filename unambiguously using color escape sequences (#1634)Josh Triplett
2024-02-19Accept clippy suggestions (#1632)Dan Davison
2024-01-20Bug fix: reset syntax highlighter across grep sections (#1613)Dan Davison
2023-11-20Make hunk header code fragment display optional (#1568)Zack Cerza
2023-08-13Add comment in lieu of test coverage for nowDan Davison
2023-08-12Fix handling of tabs in grep output (#1507)Dan Davison
2023-08-05Improve binary file added output (#1502)Sondeyy
2023-06-23Fix alignment when author name contains unicode accent modifiers (#1456)Pascal H
2023-06-03Write directly, not by appending to output bufferDan Davison
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