summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-12-19Implement hunk-header-style 'file' attributeDan Davison
2020-12-19Add failing test of hunk-header-style 'file' attributeDan Davison
2020-12-19Do not paint hunk header twiceDan Davison
2020-12-17Support DELTA_FEATURES environment variableDan Davison
2020-12-16Exit with diff's exit code (#449)Dan Davison
2020-12-12Enable hunk header style with syntax when color only (#443)ulwlu
2020-12-09fix: Replace unmaintained dirs with dirs-next (#412)devzbysiu
2020-12-08Make commit style to be colored with same structure while color_only #405 (#438)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-05Exclude bat_utils from test coverage calculationsDan Davison
2020-12-05Resolve TODODan Davison
2020-12-05Update handling of underline caseDan Davison
2020-12-05Update to vte 0.9.0Dan 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-12-05Fix whitespace errors under keep-plus-minus-markers (#425)Dan Davison
2020-12-04Disable testDan Davison
2020-12-04Use .lines() instead of .split("\n")Dan Davison
2020-12-04Change color used in testDan Davison
2020-12-03Add test coverage of main.rs (#423)Dan Davison
2020-12-03Disable some clippy warnings (#422)Dan Davison
2020-12-03Remove Travis configDan Davison
2020-11-22Handle copied filesDan Davison
2020-11-22Add failing test of copied file diffDan Davison
2020-11-22Refactor: parse file meta lineDan Davison
2020-11-22Handle common case first and minor efficiency tweakDan Davison
2020-11-22Fix diff interactivefilter when decoration option is enabled (#367)ulwlu
2020-11-22remove unuseful to_vec function (#397)Marco Ieni
2020-11-22use push() instead of push_str() for single char (#394)Marco Ieni
2020-11-20Remove debugging print statementDan Davison
2020-11-14Rename directory: src/bat -> src/bat_utilsDan Davison
2020-11-08Interpret an invalid pager such as '' as no pagingDan Davison
2020-11-07remove some clippy warnings (#383)Marco Ieni
2020-11-07remove unnecessary matches (#382)Marco Ieni
2020-11-05fix some clippy warnings (#380)Marco Ieni
2020-11-05Don't prevent bat being used as pagerDan Davison
2020-11-01Do not strip leading +/- under keep-plus-minus-markersDan Davison
2020-11-01Add test of keep-plus-minus-markers under inspect-raw-linesDan Davison
2020-10-30replace nonexistent option in `--help` output (#372)Kriss
2020-10-28Add gruvbox light support (#369)Michał Kiełbowicz
2020-10-21Document that `less -r` flag is needed for hyperlinks to workDan Davison
2020-10-05Refactor handle_hunk_header_line and should_handle (#333)ryuta69
2020-10-04Support DELTA_PAGER env varDan Davison
2020-10-04Make command a variable for use in error messageDan Davison
2020-10-01Handle diff execution error gracefully. (#341)Yoichi NAKAYAMA
2020-09-23Add identical test when color_only and line_numbers are enabled at same time ...ryuta69
2020-09-19Add test for line numbers with hunk header style is omit (#327)ryuta69