summaryrefslogtreecommitdiff
path: root/src/handlers/git_show_file.rs
AgeCommit message (Expand)Author
2024-11-29clippy 1.83: apply explicit lifetimes elisions suggestionsThomas Otto
2024-05-04Repair --default-language, and highlight using full filename (#1549)Thomas Otto
2022-07-15Recreate highlighter on each line of `git show $commit:$path` output (#1127)Dan Davison
2022-06-15Only trigger `git show` handler if a file extension was parsed (#1106)Dan Davison
2022-01-03Move parent process query into a threadThomas Otto
2021-11-29Refactor: parse command lineDan Davison
2021-11-22Syntax-highlight `git show $revision:./path/to/file.ext` outputDan Davison