Commit graph

4 commits

Author SHA1 Message Date
nia
e05b375eba textproc: Remove SHA1 hashes for distfiles 2021-10-07 15:00:34 +00:00
wiz
0fd503fb01 git-delta: update to 0.8.3.
Updated provided by Michael-John Turner on pkgsrc-users.

0.8.3

This release fixes a security vulnerability (CVE-2021-36376) on
Windows. Please update if you are using Windows.

0.8.2

This is a bug fix release: the bug occurs when using delta to diff
files whose names contain spaces. It does not affect use of delta
as git's pager.

0.8.1

This is mainly a bug fix release: filenames containing spaces were
causing crashes due to a regression in 0.8.0. It also includes a
fix for the delta file_a file_b "diff mode" usage style, and an
improvement for the diff-highlight / diff-so-fancy emulation modes.

0.8.0

New option relative-paths causes all file paths to be printed
relative to the current directory so that they can be easily opened
in a text editor or used in a shell command. Using hunk-header-style
= file line-number syntax will emit the line number with the file
path and thus should allow your editor to open at the correct line.
For example, in the VS Code integrated terminal this means that
with no further configuration every file path in git output can be
opened with ctrl-click/cmd-click, and opening at a specific line
works. Use diff-stat-align-width to control horizontal alignment
of diff stat sections, although this may be replaced by a better
solution in the future. #552

New option commit-regex allows delta to work nicely with custom
git log formats (#174)

Support git -c delta.foo=bar ... in latest git version #573

Support custom hyperlink hash formats #613

Allow custom themes to be defined as light themes #598

Transform file paths to be relative to current directory #552

delta file_A file_B now invokes git diff, instead of diff -u

(older changes at https://github.com/dandavison/delta/releases)
2021-08-02 14:56:50 +00:00
maya
e338a32139 reset maintainer 2020-11-05 08:31:29 +00:00
maya
a7f7f3a106 Add git-delta 0.4.4
A viewer for git and diff output

Code evolves, and we all spend time studying diffs. Delta aims to
make this both efficient and enjoyable: it allows you to make
extensive changes to the layout and styling of diffs, as well as
allowing you to stay arbitrarily close to the default git/diff
output.
2020-10-17 13:39:45 +00:00