Debian Patches
Status for git-delta/0.18.2-5
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
020241126~d5e0565.patch | styled zero lines fix With `interactive.diffFilter = delta --color-only` delta is called by e.g. `git add -p`, but in this mode git hides the terminal from the pager. . Plus/minus lines correctly use ANSI sequences to paint up to to the end of the line, but zero lines always use spaces. This needs the terminal width, but it is not available for diffFilter. So the fallback of 80 is used, and zero styles did not extend to the full terminal width. . Since zero lines are only rarely styled (e.g. via `--zero-style='syntax "#1d1f21" dim'`), this was never noticed. . This also crashed delta when a zero line was longer than 80. |
Thomas Otto <th1000s@posteo.net> | no | upstream, https://github.com/dandavison/delta/commit/d5e0565 | 2025-08-28 | |
020250801~59a9071.patch | fix diff output when a diff ends with a mode change Output can be generated directly via Painter::write, or Painter::output_buffer. The latter must be emit()'ed before the former method can be used again, otherwise the order is incorrect. |
Thomas Otto <th1000s@posteo.net> | yes | upstream | upstream, https://github.com/dandavison/delta/commit/59a9071 | 2025-08-28 |
1001_bat.patch | accept newer minor version of crate bat | Jonas Smedegaard <dr@jones.dk> | no | debian | 2025-08-28 | |
1001_git2.patch | accept newer minro versions of crate git2 | Jonas Smedegaard <dr@jones.dk> | no | debian | 2025-08-28 | |
1001_itertools.patch | accept newer minor versions of crate itertools | Jonas Smedegaard <dr@jones.dk> | no | 2025-08-28 | ||
1001_smol_str.patch | accept newer minor version of crate smol_str | Jonas Smedegaard <dr@jones.dk> | no | 2025-08-28 | ||
1001_sysinfo.patch | use newer minor version of crate sysinfo | Jonas Smedegaard <dr@jones.dk> | no | 2025-08-28 | ||
2001_theme.patch | list path to theme file within its own usage comment | Jonas Smedegaard <dr@jones.dk> | not-needed | 2023-08-09 | ||
1001_unicode-width.patch | use newer revisions of crate unicode-width v0.1.13 is broken, but v0.1.14 restores old ABI. | Jonas Smedegaard <dr@jones.dk> | not-needed | 2025-08-28 | ||
2002_anstyle-parse.patch | accept older revisions of crate anstyle-parse | Jonas Smedegaard <dr@jones.dk> | not-needed | 2025-08-28 | ||
2002_bytelines.patch | accept older minor version of crate bytelines | Jonas Smedegaard <dr@jones.dk> | not-needed | 2025-08-28 | ||
2002_rstest.patch | accept older minor versions of crate rstest | Jonas Smedegaard <dr@jones.dk> | not-needed | 2025-08-28 | ||
2002_terminal-colorsaurus.patch | avoid not-in-Debian crate terminal-colorsaurus | Jonas Smedegaard <dr@jones.dk> | not-needed | 2024-10-04 |