summaryrefslogtreecommitdiff
path: root/src/subcommands/diff.rs
AgeCommit message (Expand)Author
2024-11-28Support external subcommands: rg, diff, git-show (etc.) (#1769)Thomas Otto
2024-11-29clippy 1.83: silence zombie_processes false positiveThomas Otto
2024-11-05Add optional capture-output writer to run_app()Thomas Otto
2024-08-15Support passing arguments to git diff and diff (#1697)Dan Davison
2023-02-28Fix clippy warnings (#1298)nickelc
2022-11-13Fix clippy warnings (#1236)clnoll
2022-03-01Run in diff mode iff two positional arguments are suppliedDan Davison
2022-02-23Fall back to plain diff when process substitution is used (#978)Thomas Otto
2022-02-15Make git include colors in output going to delta (#966)Dan Davison
2021-08-29Refactor: subcommands moduleDan Davison