summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-12-14DEBUGGING446-line-numbers-featureDan Davison
2020-12-13Merge pull request #445 from ulwlu/add_cd_update_homebrewDan Davison
2020-12-13Delete public homebrew Makefile targets for releaseDan Davison
2020-12-13Add cd to update brew formula in homebrew coreulwlu
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-05Commit test examplesDan Davison
2020-12-05Exclude bat_utils from test coverage calculationsDan Davison
2020-12-05Resolve TODODan Davison
2020-12-05Merge pull request #431 from dandavison/update-to-vte-v0.9.0Dan Davison
2020-12-05Update handling of underline caseDan Davison
2020-12-05Update to vte 0.9.0Dan Davison
2020-12-05Revert "Revert "Bump vte from 0.8.0 to 0.9.0 (#391)""Dan Davison
2020-12-05Merge pull request #430 from dandavison/345-fix-prefix-paintingDan 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-05Recommend release build in CONTRIBUTING.orgDan Davison
2020-12-04Rearrange badgesDan 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-03delete travis ci (#418)Marco Ieni
2020-12-03Disable some clippy warnings (#422)Dan Davison
2020-12-03Remove Travis configDan Davison
2020-12-03Fix end-to-end test shell scriptsDan Davison
2020-12-02Delete Travis badgeDan Davison
2020-12-02add cd (#417)Marco Ieni
2020-11-29ci: add unit tests for other linux targets (#413)Marco Ieni
2020-11-28GitHub Continuous Integration: run tests on linux, mac and windows (#411)Marco Ieni
2020-11-28Fix symlinkDan Davison
2020-11-25CI: add code coverage (#409)Marco Ieni
2020-11-23Link to x86_64-unknown-linux-gnu instead of x86_64-unknown-linux-muslDan Davison
2020-11-22Merge pull request #403 from dandavison/392-copied-filesDan 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-22ci: add end to end tests (#400)Marco Ieni
2020-11-22Fix diff interactivefilter when decoration option is enabled (#367)ulwlu
2020-11-22 add audit and some CI on ubuntu (#399)Marco Ieni
2020-11-22remove unuseful to_vec function (#397)Marco Ieni
2020-11-22ci: verify code is well formatted (#393)Marco Ieni
2020-11-22use push() instead of push_str() for single char (#394)Marco Ieni