Subject: CVS commit: pkgsrc/textproc/git-delta
From: pin
Date: 2023-06-04 22:18:34
Message id: 20230604201835.03100FA8A@cvs.NetBSD.org

Log Message:
textproc/git-delta: update to 0.16.5

0.16.5
This is a follow-up release providing the various binaries that were no
released with 0.16.4. It also makes some adjustments to delta's (rip)grep
support.

What's Changed
 - Increase number of characters shown in submodule hashes by @dandavison
   in #1421
 - Fix typo in publishing build job & restore cross-compilation by @nickelc
   in #1430
 - 3819e94 Drop grep-header-style option by @dandavison
 - a28231a Honor grep-header-decoration-style for ripgrep output by @dandavison

0.16.4
It's 6 months since the last release so this one brings quite a few changes.
Thanks very much to all contributors, especially @nickelc for a huge number of
contributions, and @wescande for his work on improving whitespace highlighting.
With this release delta can now display grep output in (hopefully) exactly the
same layout that ripgrep does, but adding syntax highlighting, hyperlinks, and
navigation. Use ripgrep --json ... | delta for that, or set
grep-output-type = ripgrep to get that output style from git grep etc.

This release does not contain binaries for x86_64-unknown-linux-musl,
i686-unknown-linux-gnu, arm-unknown-linux-gnueabihf, or
aarch64-unknown-linux-gnu because the cross-compilation GitHub Actions jobs
were broken at the time of release. I'll issue a follow-up release including
them when that's fixed.

What's Changed
 - Address deprecated clap features by @tjquillan in #1251
 - Fix clippy warnings by @nickelc in #1298
 - Replace unmaintained/outdated GitHub Actions by @nickelc in #1317
 - Reduce allocations during --show-colors by @nickelc in #1315
 - Fix the--show-themes command by @nickelc in #1320
 - Fixed broken link to README by @zonuexe in #1185
 - Update git2 to 0.16.1 by @nickelc in #1323
 - Fix warning from bat for an unknown syntax theme by @nickelc in #1319
 - Add gruvmax-fang theme by @MaxFangX in #1291
 - Spelling by @jsoref in #1257
 - Update clap to 4.1 by @nickelc in #1322
 - Encapsulate git2 types by @nickelc in #1326
 - Update dependencies & switch back to the dirs crate by @nickelc in #1325
 - Return the GitRemoteRepo type directly by @nickelc in #1328
 - Added config option. by @ShogunPanda in #1324
 - Add Winget Releaser workflow by @sitiom in #1331
 - Get git's minus/plus style from config instead of copying it around by
   @nickelc in #1329
 - Add methods for getting GitConfig as reference by @nickelc in #1336
 - Rename git_config_entry module to remote by @nickelc in #1337
 - Tips and tricks manual section by @dandavison in #1339
 - Set language specifiers for code blocks and fix links in manual by @nickelc
   in #1340
 - Derive the default for enums with #[derive(Default)]/#[default] by @nickelc
   in #1341
 - Add discord-dark theme by @ILikePlayingGames in #1334
 - Merge the different GitConfig constructors for a config file by @nickelc
   in #1342
 - Remove manual line-wrapping by @dandavison in #1350
 - Add link to similar project walles/riff by @walles in #1362
 - add: installation instructions for conda/mamba by @YYYasin19 in #1371
 - Clarify how to use delta with tmux by @isak102 in #1402
 - Update bitflags to 2.2 by @nickelc in #1361
 - Fix some typos by @goggle in #1379
 - Remove unneeded extern crate statements by @nickelc in #1345
 - Downgrade and pin the bytelines crate by @nickelc in #1378
 - Improve manual build job by @nickelc in #1404
 - Replace deprecated error_chain crate with anyhow by @nickelc in #1405
 - Fix submodule diff parsing by @th1000s in #1413
 - Fix warning highlight for trailing whitespace by @wescande in #1037
 - Misc tab refactoring by @th1000s in #1424
 - manual: fix link to using delta on Windows by @mataha in #1428
 - Introduce grep-output-type option: ripgrep or classic by @dandavison in #1410

Files:
RevisionActionfile
1.12modifypkgsrc/textproc/git-delta/Makefile
1.8modifypkgsrc/textproc/git-delta/cargo-depends.mk
1.12modifypkgsrc/textproc/git-delta/distinfo
1.1addpkgsrc/textproc/git-delta/patches/patch-Cargo.toml