summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-12-14DEBUGGING446-line-numbers-featureDan Davison
Ref #446
2020-12-13Merge pull request #445 from ulwlu/add_cd_update_homebrewDan Davison
Add cd to update brew formula in homebrew core
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
* Enable hunk header style with syntax when color only * Add comment * Add comment about color_only if conditions
2020-12-09fix: Replace unmaintained dirs with dirs-next (#412)devzbysiu
* fix: Replace unmaintained dirs with dirs-next * fix: Fix compilation error on macos, remove warn Co-authored-by: Dan Davison <dandavison7@gmail.com>
2020-12-08Make commit style to be colored with same structure while color_only #405 (#438)ulwlu
* Remove force assing raw to commit style when color_only * Add test for commit style color when color_only
2020-12-08Make hunk header style to be colored with same structure while color_only ↵ulwlu
#405 (#437) * Remove force passing raw to hunk header style when color_only * Handle hunk header color when color_only * Add test for hunk header style color when color_only * Delete fixme because it actually is required * Add comment for condition that keeps structure when color_only and raw mode
2020-12-08Make file style to be colored with same structure while color_only #405 (#436)ulwlu
* Add config property of color_only * Delete force assign raw to file_style when color_only * Print filemeta in color with rawline when color_only mode * Cargo fmt * Add test if file_style with color_only has style * Add comment about color_only
2020-12-07Reset highlighter after painting hunk header (#435)Dan Davison
Fixes #281
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
Update to vte v0.9.0
2020-12-05Update handling of underline caseDan Davison
Co-authored-by: Christian Duerr <contact@christianduerr.com>
2020-12-05Update to vte 0.9.0Dan Davison
See https://github.com/alacritty/vte/releases/tag/v0.9.0 https://github.com/alacritty/vte/compare/v0.8.0...v0.9.0 https://github.com/alacritty/alacritty/commit/576252294d09c1f52ec73bde03652349bdf5a529#diff-49ac9e6f6e6a855312bfcd393201f18ca53e6148c4a22a3a4949f1f9d1d137a8
2020-12-05Revert "Revert "Bump vte from 0.8.0 to 0.9.0 (#391)""Dan Davison
This reverts commit da2ba61163d0a0900a3b4a760b4192e7c7f2e1da.
2020-12-05Merge pull request #430 from dandavison/345-fix-prefix-paintingDan Davison
Fix prefix painting
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
Fixes #427
2020-12-05Fix whitespace errors under keep-plus-minus-markers (#425)Dan Davison
* Add failing test of added empty line with keep-plus-minus-markers * Fix whitespace error flagging with keep-plus-minus-markers Fixes #388 * Possibly more efficient implementation * Fix clippy * Fix clippy II * Increase tarpaulin timeout * Increase tarpaulin timeout * Add failing test of line with one non-whitespace character * Fix test of line with one non-whitespace character * Revert tarpaulin changes
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
magenta is confusing because it is used as a whitespace error default
2020-12-03Add test coverage of main.rs (#423)Dan Davison
* Refactor: pass handle to writer * Add test of list_syntax_themes * Add test of show_syntax_themes * Refactor: pass writer handle * Add test of show_config * Exclude main function from coverage calculations * DEBUGGING * Refactor: only use stdin if non-empty Motivation: in the CI test build, atty::is(stdin) seems to be returning false.
2020-12-03delete travis ci (#418)Marco Ieni
Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Co-authored-by: Dan Davison <dandavison7@gmail.com>
2020-12-03Disable some clippy warnings (#422)Dan Davison
2020-12-03Remove Travis configDan Davison
Ref #396
2020-12-03Fix end-to-end test shell scriptsDan Davison
2020-12-02Delete Travis badgeDan Davison
2020-12-02add cd (#417)Marco Ieni
Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com>
2020-11-29ci: add unit tests for other linux targets (#413)Marco Ieni
* ci: add unit tests for other linux targets Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> * ci: runs all ubuntu configurations Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> * ci: update matrix variables Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> * ci: use cross for i686 Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com>
2020-11-28GitHub Continuous Integration: run tests on linux, mac and windows (#411)Marco Ieni
* GitHub actions: add integration tests Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Co-authored-by: danyspin97 <oss@danyspin97.org> Co-authored-by: surveyor3 <samuelebertollo.sb@gmail.com> * GitHub actions: fix jobs names Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> * GitHub actions: remove windows from integration tests Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Co-authored-by: danyspin97 <oss@danyspin97.org> Co-authored-by: surveyor3 <samuelebertollo.sb@gmail.com> * GitHub actions: fix target variable name Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Co-authored-by: danyspin97 <oss@danyspin97.org> Co-authored-by: surveyor3 <samuelebertollo.sb@gmail.com> Co-authored-by: danyspin97 <oss@danyspin97.org> Co-authored-by: surveyor3 <samuelebertollo.sb@gmail.com> Co-authored-by: Dan Davison <dandavison7@gmail.com>
2020-11-28Fix symlinkDan Davison
2020-11-25CI: add code coverage (#409)Marco Ieni
Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com>
2020-11-23Link to x86_64-unknown-linux-gnu instead of x86_64-unknown-linux-muslDan Davison
Ref #392 thanks @phil-blain
2020-11-22Merge pull request #403 from dandavison/392-copied-filesDan Davison
Handle copied files
2020-11-22Handle copied filesDan Davison
Fixes #392
2020-11-22Add failing test of copied file diffDan Davison
Ref #392
2020-11-22Refactor: parse file meta lineDan Davison
In preparation for #392
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
* Add test for diffInteractiveFilter for all options * Disable **-decoration-style when color-only * Edit color-only one-to-one test cases Co-authored-by: ryuta69 <eyma22s.yu@gmail.com> Co-authored-by: Dan Davison <dandavison7@gmail.com>
2020-11-22 add audit and some CI on ubuntu (#399)Marco Ieni
* add audit and CI on ubuntu * revert Contents changes in README Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> * README: restore new line Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com>
2020-11-22remove unuseful to_vec function (#397)Marco Ieni
It caused a clippy warning, too
2020-11-22ci: verify code is well formatted (#393)Marco Ieni
Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com>
2020-11-22use push() instead of push_str() for single char (#394)Marco Ieni
This solves a clippy warning