cargo git-delta 0.6.0

latest releases: 0.18.2, 0.18.1, 0.18.0...
3 years ago

This release brings a new and more convenient way to change delta options in a one-off git command: using git -c. Here's an example:

git -c delta.line-numbers=false -c delta.max-line-distance=0.8 show

Thanks to @wyuenho for pointing out that this should be supported. See #493 and #495.

One note: while quotes around color hex codes are required in gitconfig, they can be omitted in the git -c context

git -c delta.plus-style='syntax "#aa0000"' show
git -c delta.plus-style='syntax #aa0000' show
  • [closed] 🐛 Hunk header misaligned in some cases #510
  • [closed] 🐛 Delta does not respect git -c #493
  • [closed] 🚀 Support for Apple Silicon/ARM64 #484
  • [closed] 🐛 Can't disable line numbering from command line #307

Don't miss a new git-delta release

NewReleases is sending notifications on new releases.