summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-12-07Disable last-resort process tree inspectionDan Davison
2021-12-07Fixed some test clippysThomas Otto
2021-12-07Fix more side-by-side line number miscountsThomas Otto
2021-12-07Add DeltaTest to speed up adding and fixing testsThomas Otto
2021-12-07Move explain_ansi() part out of parse_ansi()Thomas Otto
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-05Do not truncate hunk header lineDan 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-05Refactor: paint_minus_and_plus_lines functionDan Davison
2021-12-05Handle combined diff formatDan Davison
2021-12-05Fix blame background colorsDan Davison
2021-12-05PERF: Add commentDan Davison
2021-12-04Silence warningDan Davison
2021-12-04Fix weird but correct line handlingDan Davison
2021-12-02Fix new v1.57 clippy warnings0.10.3Thomas Otto
2021-12-02Fix side-by-side line number miscountThomas Otto
2021-11-29Refactor: `if let` instead of `match`Dan 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
2021-11-29Refactor: parse command lineDan Davison
2021-11-29Test sibling process detectionThomas Otto
2021-11-29Match process binary case insensitivelyThomas Otto
2021-11-29Clean up FakeParentArgsThomas Otto
2021-11-28Revert "Refactor: rewrite superimpose_styles function (#804)"Dan Davison
2021-11-28808 honor raw blame styles (#809)Dan Davison
2021-11-28Fix right fill style on color-moved linesDan Davison
2021-11-28Do not fill entirely new/removed lines with non-emph styleDan Davison
2021-11-28Refactor: hunk style sections handlingDan Davison
2021-11-28Always use non-emph style for right fillDan Davison
2021-11-28Change rules for non-emph styleDan Davison
2021-11-27Refactor: rewrite superimpose_styles function (#804)Dan Davison
2021-11-27Refactor: further isolate side-by-side implementation (#801)Dan Davison
2021-11-26802 fix color moved side by side panic (#803)Dan Davison
2021-11-26Refactor: rename: LineSegments -> LineSectionsDan Davison
2021-11-25Remove trailing \r from raw line, in presence of ANSI escape sequences (#800)Dan Davison
2021-11-24Fix test broken by 8ff50afccb1d065b105db83eda19341c3458f9640.10.0Dan Davison
2021-11-24Do not recognize grep tools whose output we cannot currently parseDan Davison
2021-11-24Support style names in --map-stylesDan Davison
2021-11-23Add --parse-ansi commandDan Davison
2021-11-23New option to map raw styles encountered in inputDan Davison
2021-11-23Bug fix: don't forget non-emph statesDan Davison
2021-11-22Navigate regexp (#782)Wayne Davison
2021-11-22Handle broken pipe error in subcommandsDan Davison