summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2020-11-20Remove debugging print statementDan Davison
2020-11-20Revert "Bump vte from 0.8.0 to 0.9.0 (#391)"Dan Davison
This reverts commit 05c4d5e8d28810979b1b48ef57821bd340715fb0.
2020-11-20Create CONTRIBUTING.md (#385)Marco Ieni
* Create CONTRIBUTING.md * Update CONTRIBUTING.md
2020-11-20Bump unicode-segmentation from 1.6.0 to 1.7.0 (#390)dependabot-preview[bot]
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.6.0 to 1.7.0. - [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-11-20Bump vte from 0.8.0 to 0.9.0 (#391)dependabot-preview[bot]
Bumps [vte](https://github.com/alacritty/vte) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/alacritty/vte/releases) - [Changelog](https://github.com/alacritty/vte/blob/master/CHANGELOG.md) - [Commits](https://github.com/alacritty/vte/compare/v0.8.0...v0.9.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-11-14Edit homebrew formula instructionsDan Davison
2020-11-14Disable private HomeBrew tapDan Davison
2020-11-14Rename directory: src/bat -> src/bat_utilsDan Davison
2020-11-08Interpret an invalid pager such as '' as no pagingDan Davison
Fixes #386
2020-11-07remove some clippy warnings (#383)Marco Ieni
* remove some clippy warnings * revert comparison_chain clippy lint Allow it locally
2020-11-07remove unnecessary matches (#382)Marco Ieni
2020-11-06Document configuration via environment (#379)Kriss
* [README,help] add warning : possible call cycle As described in the discussion of #378, certain constellations of envi- ronment variable configuration may lead to an endless recursion cycle. This adds a note to `README.md`, and to the application's help output, to make users aware of that. * Revert "[README,help] add warning : possible call cycle" This reverts commit d83e9414b7d247b14a5a2f89e04cdd9e9c60c848. * Add a section about env vars to `README.md` This splits up the "Configuration" paragraph into two sections. Basi- cally, the current paragraph becomes the first of these sections, while a description of the relevant environment variables is added as the se- cond section. The additional text briefly mentions the issue of possible call cycle situations, to make users aware. * Add hyperlinks to the ToC * Remove warning note * Link to online man pages We cannot presuppose that every user has local man pages installed and is familiar with using them. * Fix a typo https://github.com/dandavison/delta/pull/379#discussion_r518402367 * Rephrase https://github.com/dandavison/delta/pull/379#discussion_r518403353
2020-11-05fix some clippy warnings (#380)Marco Ieni
2020-11-05Don't prevent bat being used as pagerDan Davison
Ref #378
2020-11-03Add instructions regarding less to the READMEDan Davison
2020-11-02Edit installation tableDan Davison
2020-11-02Bump regex from 1.4.1 to 1.4.2 (#375)dependabot-preview[bot]
2020-11-02README.md: add Gentoo package (#376)Sam James
2020-11-01Merge pull request #374 from ↵Dan Davison
dandavison/371-fix-keep-plus-minus-markers-for-color-moved-lines Fix keep-plus-minus-markers for color moved lines
2020-11-01Do not strip leading +/- under keep-plus-minus-markersDan Davison
Ref #371
2020-11-01Add test of keep-plus-minus-markers under inspect-raw-linesDan Davison
See #371
2020-10-30Bump regex from 1.4.0 to 1.4.1 (#352)dependabot-preview[bot]
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.4.0...1.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-30Bump git2 from 0.13.11 to 0.13.12 (#351)dependabot-preview[bot]
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.11 to 0.13.12. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.11...0.13.12) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-30Bump console from 0.12.0 to 0.13.0 (#356)dependabot-preview[bot]
Bumps [console](https://github.com/mitsuhiko/console) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/mitsuhiko/console/releases) - [Changelog](https://github.com/mitsuhiko/console/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/console/compare/v0.12.0...v0.13.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-10-30replace nonexistent option in `--help` output (#372)Kriss
Recently, I noticed that the 'after_help' text mentions a `number` op- tion, which doen't seem to be implemented. Let's fix this.
2020-10-28Add gruvbox light support (#369)Michał Kiełbowicz
* Add gruvbox light support * Update binary assets from bat v0.16.0 Co-authored-by: Dan Davison <dandavison7@gmail.com>
2020-10-28Fix link to Windows binaryDan Davison
Fixes #370, thanks @SuperCuber.
2020-10-21Document that `less -r` flag is needed for hyperlinks to workDan Davison
Ref #362, #332. Thanks @torarnv!
2020-10-20Fix broken link to issue #237 in README (#354)Rory O’Kane
2020-10-14Add openSUSE to the installation table (#353)msirringhaus
git-delta is now available on openSUSE Tumbleweed. Update README accordingly.
2020-10-13Bump structopt from 0.3.19 to 0.3.20 (#350)dependabot-preview[bot]
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.19 to 0.3.20. - [Release notes](https://github.com/TeXitoi/structopt/releases) - [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md) - [Commits](https://github.com/TeXitoi/structopt/compare/v0.3.19...v0.3.20) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-13Bump regex from 1.3.9 to 1.4.0 (#349)dependabot-preview[bot]
Bumps [regex](https://github.com/rust-lang/regex) from 1.3.9 to 1.4.0. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.3.9...1.4.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-10-11Fix stale download links in READMEDan Davison
2020-10-11Bump development versionDan Davison
2020-10-10Bump version in private Homebrew formulaDan Davison