summaryrefslogtreecommitdiff
path: root/src/handlers
AgeCommit message (Expand)Author
2025-08-01Fix diff output when a diff ends with a mode changeThomas Otto
2025-07-15Fix clippy errors (#2016)Justin Su
2025-05-02Fix index out of bounds crash for '@@ @@' hunk headerAdam Johnson
2024-11-29clippy 1.83: apply explicit lifetimes elisions suggestionsThomas Otto
2024-10-21Refactor (#1877)Dan Davison
2024-09-22Improve blame file type detection (#1829)dvermd
2024-09-02Handle quoted file paths in hunk headersThomas Otto
2024-08-24Move AmbiguousDiffMinusCounter to hunk_header (#1825)Dan Davison
2024-08-15Handle ambiguous diff header, '--- ' can also be present in a minus hunkThomas Otto
2024-07-09Make relative-paths work with binary filesThomas Otto
2024-07-09Make relativize_path_maybe directly update the path argumentThomas Otto
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)Dan 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