summaryrefslogtreecommitdiffstats
path: root/src/handlers
AgeCommit message (Expand)Author
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
2021-12-12Disable line numbers and side-by-side under --word-diffDan Davison
2021-12-12Raw pass-through handling of --word-diff and --color-words outputDan Davison
2021-12-12Failed attempt to add a test of --map-styles with --color-wordsDan Davison
2021-12-12Allow calling process to be specified in DeltaTest builder methodsDan Davison
2021-12-12Add failing tests of --word-diff and --color-wordsDan Davison
2021-12-09Store raw_line in HunkZero, as HunkMinus and HunkPlusDan Davison
2021-12-09RefactorDan Davison
2021-12-06Be permissive about unexpected state machine stateDan Davison
2021-12-05Gracefully handle failure to parse hunk headerDan Davison
2021-12-05Failing test for #765Dan Davison
2021-12-05Add test of parsing cthulhu commit hunk headerDan Davison
2021-12-05Bug fix: fix panic in merge conflict `diff -U0`Dan Davison
2021-12-05Add InMergeConflict to combined diff enum variantDan Davison
2021-12-05Display merge conflictsDan Davison
2021-12-05Handle combined diff formatDan Davison
2021-12-05Fix blame background colorsDan Davison
2021-12-04Fix weird but correct line handlingDan Davison
2021-11-29Rename: FileMeta => DiffHeaderDan Davison
2021-11-29Initial version of ARCHITECTURE.mdDan Davison
2021-11-29Do not handle --word-diff or --color-words outputDan Davison
2021-11-29Refactor: is_in_hunkDan Davison