summaryrefslogtreecommitdiffstats
path: root/src/delta.rs
AgeCommit message (Expand)Author
2021-05-24Support custom commit line regex when parsing git output (#558)Dan Davison
2021-05-20Emit description of file mode change (#605)Dan Davison
2021-05-19Fix typoDan Davison
2021-04-25Be less strict about when to try relativizing paths (#576)Dan Davison
2021-04-24Add relative-paths optionDan Davison
2021-04-24ClippyDan Davison
2021-04-24Add --diff-stat-align-width to control alignment of relativized pathsDan Davison
2021-04-24Output paths relative to current working directoryDan Davison
2021-02-17Lint (#527)Dan Davison
2020-12-29Hyperlink file and line number (#479)Dan Davison
2020-12-28State machine refactor (#477)Dan Davison
2020-12-28Move line number refactoring (#474)Dan Davison
2020-12-27Simplify preparation of hunk header code fragmentDan Davison
2020-12-27Refactor: handle_hunk_header_lineDan Davison
2020-12-26Emit file in hunk header even when there is no fragDan Davison
2020-12-19Implement hunk-header-style 'file' attributeDan Davison
2020-12-19Do not paint hunk header twiceDan Davison
2020-12-12Enable hunk header style with syntax when color only (#443)ulwlu
2020-12-08Make hunk header style to be colored with same structure while color_only #40...ulwlu
2020-12-08Make file style to be colored with same structure while color_only #405 (#436)ulwlu
2020-12-07Reset highlighter after painting hunk header (#435)Dan Davison
2020-12-05Pass pre-painted prefix as OptionDan Davison
2020-12-05Pass pre-painted prefixDan Davison
2020-12-05Expose line-buffer-size as a new option (#429)Dan Davison
2020-11-22Handle copied filesDan Davison
2020-11-22Refactor: parse file meta lineDan Davison
2020-11-22use push() instead of push_str() for single char (#394)Marco Ieni
2020-11-05fix some clippy warnings (#380)Marco Ieni
2020-10-05Refactor handle_hunk_header_line and should_handle (#333)ryuta69
2020-09-18Add break line in each part of lines (#325)ryuta69
2020-09-18Fix `git add -p` to work when any options enabled (#323)ryuta69
2020-08-20Interpret `line-numbers = false` in gitconfig as no line numbers at all (#296)Dan Davison
2020-08-14Do not display hunk first line number when hunk-header-style is rawDan Davison
2020-08-14Truncate long lines (#290)Dan Davison
2020-08-14Use native ansi-parsing utilities instead of console crateDan Davison
2020-08-08Calculate line numbers correctly in raw/color-only mode (#272)Yoichi NAKAYAMA
2020-08-02Bugfix: avoid emitting header twice when file is renamed with changesDan Davison
2020-08-01Add inspect-raw-lines {true,false} optionDan Davison
2020-08-01Emit raw lines instead of explicitly handling --color-movedDan Davison
2020-08-01Initial implementation of color-moved supportDan Davison
2020-07-27Paint buffered minus and plus lines before handling hunk headerDan Davison
2020-07-27Move a line for consistencyDan Davison
2020-07-22Format files and commits as OSC 8 hyperlinksDan Davison
2020-07-10Refactor: compute fill styles from line typeDan Davison
2020-07-08Refactor: move prepare() and expand_tabs() into PainterDan Davison
2020-07-08Refactor: Painter::paint_zero_lineDan Davison
2020-07-08Rename functionDan Davison
2020-07-08Do not use line_numbers data structure unless line-numbers is activeDan Davison
2020-07-08Refactor: line numbersDan Davison
2020-07-07Fix line number paddingDan Davison