summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-12-23Temp modification to CD action to bump homebrew formula0.4.5-bump-homebrew-formulaDan Davison
2020-12-23automatically publish to crates.io on tag (#419)Marco Ieni
* automatically publish to crates.io on tag * Update cd.yml Add newline Co-authored-by: Dan Davison <dandavison7@gmail.com>
2020-12-23Add link to repologyDan Davison
2020-12-230.4.5 release (#457)Dan Davison
* Bump version in links to executables * Bump version in private Homebrew formula * Update README for 0.4.5
2020-12-21Bump unicode-segmentation from 1.7.0 to 1.7.1 (#408)0.4.5dependabot-preview[bot]
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/unicode-rs/unicode-segmentation/releases) - [Commits](https://github.com/unicode-rs/unicode-segmentation/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-21Bump git2 from 0.13.12 to 0.13.13 (#454)dependabot-preview[bot]
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.12 to 0.13.13. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.12...0.13.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-21Merge pull request #453 from dandavison/309-file-path-in-hunk-headerDan Davison
Add file path to hunk header
2020-12-19Implement hunk-header-style 'file' attributeDan Davison
Fixes #309
2020-12-19Add failing test of hunk-header-style 'file' attributeDan Davison
Ref #309
2020-12-19Do not paint hunk header twiceDan Davison
The text being passed to the draw function has already been painted.
2020-12-17Support DELTA_FEATURES environment variableDan Davison
Ref #447 #307
2020-12-16Add junegunn/fzf.vim to related projectsDan Davison
2020-12-16README update (#451)Dan Davison
2020-12-16Run CI on pull_request only (#450)Dan Davison
2020-12-16Exit with diff's exit code (#449)Dan Davison
Fixes #448
2020-12-14Bump syntect from 4.4.0 to 4.5.0 (#441)dependabot-preview[bot]
Bumps [syntect](https://github.com/trishume/syntect) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/trishume/syntect/releases) - [Changelog](https://github.com/trishume/syntect/blob/master/CHANGELOG.md) - [Commits](https://github.com/trishume/syntect/compare/v4.4.0...v4.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
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>