summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
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-09-17cargo fmtDan Davison
2020-09-03Interpret an env var as boolean false iff it is unsetDan Davison
2020-09-03Hack: env var for boolean flagDan Davison
2020-09-03Revert "Allow navigate to be activated with DELTA_NAVIGATE env var"Dan Davison
2020-09-03Allow navigate to be activated with DELTA_NAVIGATE env varDan Davison
2020-09-03Change variable nameDan Davison
2020-08-20Interpret `line-numbers = false` in gitconfig as no line numbers at all (#296)Dan Davison
2020-08-15RearrangeDan Davison
2020-08-14Do not display hunk first line number when hunk-header-style is rawDan Davison
2020-08-14Add new option to show-config and test of gitconfigDan Davison
2020-08-14Truncate long lines (#290)Dan Davison