summaryrefslogtreecommitdiffstats
path: root/src/delta.rs
AgeCommit message (Expand)Author
2020-12-15WIP428-no-newline-at-end-of-fileDan 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
2020-07-07Refactor: parse line-numbers format strings earlyDan Davison
2020-07-05Rename function: hunk_metadata -> hunk_headerDan Davison
2020-07-05Simplify regexDan Davison
2020-07-05Refactor: parse unified diff hunk headerDan Davison
2020-07-01Improve unified diff directory diff handlingDan Davison
2020-06-26Bugfix: fix highlighting bug (no test coverage)Dan Davison
2020-06-25Delete redundant state assignmentDan Davison
2020-06-25Fix state machine FileMeta parse bugDan Davison
2020-06-25Fix test: --color-only should syntax highlightDan Davison
2020-06-25Rename: --number => --line-numbersDan Davison
2020-06-17Highlight added/removed empty lines if they would be invisibleDan Davison
2020-06-17Eliminate leading space unless --keep-plus-minus-markersDan Davison
2020-06-08Add --number option for showing line numbers. Also adds related options:Catherine Noll
2020-06-03New CLI options: --file-modified-label, --file-removed-label, etcDan Davison
2020-06-02Implement compositional decoration attributesDan Davison
2020-05-31Make decorations honor --width variableDan Davison