Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

git-delta-0.19.2-1.2 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: git-delta Distribution: openSUSE Tumbleweed
Version: 0.19.2 Vendor: openSUSE
Release: 1.2 Build date: Mon Mar 30 19:43:31 2026
Group: Unspecified Build host: reproducible
Size: 7336128 Source RPM: git-delta-0.19.2-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/dandavison/delta
Summary: A syntax-highlighter for git and diff output
Delta provides language syntax-highlighting, within-line insertion/deletion detection, and restructured diff output for git on the command line.

Provides

Requires

License

MIT

Changelog

* Mon Mar 30 2026 Michael Vetter <mvetter@suse.com>
  - Updaet to 0.10.2:
    * CD: pin GNU Linux builds to ubuntu-22.04 for Debian 12 compat #2135
* Tue Mar 24 2026 Michael Vetter <mvetter@suse.com>
  - Update to 0.19.1:
    * Fix CD: replace defunct ubuntu-20.04 runners
* Tue Mar 24 2026 Michael Vetter <mvetter@suse.com>
  - Update to 0.19.0:
    * Do not double panic in FakeParentArgs::drop #1856
    * Improve blame file type detection (#1803) #1829
    * Use same example config in manual as README #1879
    * Clarify grep highlighter-related code #1877
    * Don't set colorMoved in introductory instructions #1884
    * Recommend zdiff3 merge.conflictStyle #1260
    * Add themes weeping-willow, mirthful-willow #1864
    * CI: switch to macos-13, as 12 will be unsupported soon #1890
    * Add optional capture-output writer to run_app() #1889
    * Center-align README content #1893
    * Redundant Option Checks, Unwrap Safety #1892
    * Add console commands for git configuration #1896
    * Honor pager path when checking less version #1903
    * Rename some variables #1904
    * Delete now-unused pricate homebrew formula step from Makefile (III) #1830
    * Support {host} in hyperlinks #1901
    * Allow multiple hyperlinks per line #1909
    * Clippy 1.83 #1918
    * Support external subcommands: rg, diff, git-show (etc.) #1769
    * Don't keep subcommand stdout around #1920
    * hyperlink commit hashes of length 7 as well #1924
    * clippy 1.84 fix #1938
    * chore(deps): update git2 to use libgit2 1.9 #1930
    * Suggest minimum bat version in manual #1941
    * Upgrade unicode-width to v0.1.14 (but still < 0.2.0) #1937
    * Update terminal-colorsaurus version to 0.4.8 #1936
    * Fix index out of bounds crash for '@@ @@' hunk header #1995
    * Tune themes weeping-willow, mirthful-willow #2011
    * clippy 1.88 fixes #2016
    * Fix diff output when a diff ends with a mode change #2023
    * fix: cargo install git-delta --locked fails on systems with GCC 15 #2007
    * Normalize merge.conflictStyle casing #2015
    * Styled zero lines fix #1916
    * config: add setup instructions for Jujutsu (jj) vcs #2048
    * all: fix clippy complaints #2038
    * Cache the Git remote URL to speed up rendering hyperlinks #1940
    * deps: update cc #2053
    * rg json handling: fix line comment highlighting #2057
    * Update dirs dependency to version 6 #2063
    * default line number to 1 for hyperlinks #2061
    * Fix line numbers showing filename when hyperlinks enabled #2058
    * less hist file: look at xdg paths #2065
    * CI: remove x86 apple/macOS #2074
    * Update bat dependency from 0.24 to 0.26 #2115
* Tue Aug 19 2025 Martin Sirringhaus <martin.sirringhaus@suse.com>
  - Update vendored dependencies to fix build
* Wed Sep 11 2024 Michael Vetter <mvetter@suse.com>
  - Update to 0.18.2:
    * Move AmbiguousDiffMinusCounter to hunk_header #1825
    * Fix Catppuccin Latte name in LIGHT_SYNTAX_THEMES list #1823
    * Handle quoted file paths in hunk headers #1840
    * Fix clippy warnings #1851
    * Allow --dark to override dark/light detected from syntax theme #1843
    * Upgrade and pin unicode-width to v0.1.12 #1858
* Mon Aug 26 2024 Michael Vetter <mvetter@suse.com>
  - Update to 0.18.1:
    * This patch release fixes an issue with delta --version that
      was causing problems downstream (#1818)
    * Add hyperlinks section to manual #1816
    * Added platypus theme #1819
    * Don't use pager for --version #1824
* Mon Aug 19 2024 Michael Vetter <mvetter@suse.com>
  - Update to 0.18.0:
    * Link to Repository from Manual #1657
    * Stop highlighting unchanged whitespace #1659
    * Add .gitattributes rules for rust files #1245
    * Repair --default-language, and highlight using full filename #1549
    * tests: prevent parallel env var access #1681
    * CI: fix macOS build #1696
    * Only use nosort in bash <4.4 #1683
    * Don't read git files when --no-gitconfig is given + unused variables #1728
    * tests: add insta for snapshot testing #1739
    * tests: set terminal width to 43 #1741
    * Fix panic when blame-palette is empty #1737
    * Make relative-paths work with binary files #1740
    * Fix github links from master to main #1709
    * Update terminal-colorsaurus #1699
    * Make less version >= 633 behave like previous versions wrt. Nerd Fonts #1762
    * Update catppuccin-latte casing in LIGHT_SYNTAX_THEMES list #1745
    * deps: bump libc from 0.2.153 to 0.2.155 #1715
    * Add missing --file-*-label option to --navigate docs #1744
    * Fix copy-paste typo #1767
    * Update syntect to 5.2.0 #1672
    * Disable light mode detection in tests #1765
    * Add --max-syntax-highlighting-length, set to 400 #1746
    * chore: cleanup brew formula file in favor of core tap #1773
    * wrap --help output, fix rust 1.80 build #1440
    * Fix delta-toggle shell script #1794
    * Do not wrap short help (-h) output #1800
    * Implement --diff-args #1697
    * Handle ambiguous diff header, '--- ' can also be present in a minus hunk #1787
    * cd: build binaries targeting GNU libc on ubuntu-20.04, not latest #1805
* Mon Mar 18 2024 Michael Vetter <mvetter@suse.com>
  - Update to 0.17.0:
    * Detect Dark/Light Mode from Terminal #1615
    * Parse filename unambiguously using color escape sequences #1634
    * Honor default-language option #1655
    * Preserve "Binary files" line in color_only mode #1649
    * Fix headers of modified binary files #1629
    * Add mellow-barbet theme #1452
    * Fix alignment in blame mode when author name contains unicode accent modifiers #1456
    * Replace usage of the atty crate with std::io::IsTerminal trait #1465
    * Refactor subcommand handling #1467
    * Bump clap to v4.3.14 and regenerate Cargo.lock #1472
    * Fix issue where pager would be set to more or most #1494
    * Improve binary file added output #1502
    * Remove the navigation setting from themes. #1503
    * Add assertion failure message #1508
    * Fix handling of tabs in grep output #1507
    * Support users other than git in github SSH URLs #1509
    * Update installation instructions for openSUSE #1550
    * feat: generate completion subcommand #1561
    * Make hunk header code fragment display optional #1568
    * Adding new theme in themes.gitconfig #1544
    * feat(theme): add arctic-fox custom theme #1539
    * --show-themes exit with error when no themes #1611
    * Bug fix: reset syntax highlighter across grep sections #1613
    * Switch from vte to anstyle-parse (already used in dependencies) #1638
    * Parse filename unambiguously using color escape sequences #1634
    * Fix headers of modified binary files #1629
    * Upgrade #1597
    * Add Catppuccin latte to light syntax themes #1573
    * Update Arch Linux package URL in installation.md #1569
    * Change Winget Releaser job to ubuntu-latest #1512
    * use wildcard in suggested true color fix for tmux #1560
    * Update git2 #1647
    * Add corvus theme #1652
    * Preserve "Binary files" line in color_only mode #1649
    * Detect Dark/Light Mode from Terminal #1615
    * Honor default-language option #1655
* Tue Jun 06 2023 Martin Sirringhaus <martin.sirringhaus@suse.com>
  - Update to 0.16.5
    * Increase number of characters shown in submodule hashes
    * Fix typo in publishing build job & restore cross-compilation
    * Drop grep-header-style option
    * Honor grep-header-decoration-style for ripgrep output
  - Fix boo#1212003, xml-rs is no longer used as a dependency.
  - Update to 0.16.4
    * 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.
    * Address deprecated clap features
    * Fix clippy warnings
    * Replace unmaintained/outdated GitHub Actions
    * Reduce allocations during --show-colors
    * Fix the--show-themes command
    * Fixed broken link to README
    * Update git2 to 0.16.1
    * Fix warning from bat for an unknown syntax theme
    * Add gruvmax-fang theme
    * Spelling
    * Update clap to 4.1
    * Encapsulate git2 types
    * Update dependencies & switch back to the dirs crate
    * Return the GitRemoteRepo type directly
    * Added config option.
    * Add Winget Releaser workflow
    * Get git's minus/plus style from config instead of copying it around
    * Add methods for getting GitConfig as reference
    * Rename git_config_entry module to remote
    * Tips and tricks manual section
    * Set language specifiers for code blocks and fix links in manual
    * Derive the default for enums with #[derive(Default)]/#[default]
    * Add discord-dark theme
    * Merge the different GitConfig constructors for a config file
    * Remove manual line-wrapping
    * Add link to similar project walles/riff
    * add: installation instructions for conda/mamba
    * Clarify how to use delta with tmux
    * Update bitflags to 2.2
    * Fix some typos
    * Remove unneeded extern crate statements
    * Downgrade and pin the bytelines crate
    * Improve manual build job
    * Replace deprecated error_chain crate with anyhow
    * Fix submodule diff parsing
    * Fix warning highlight for trailing whitespace
    * Misc tab refactoring
    * manual: fix link to using delta on Windows
    * Introduce grep-output-type option: ripgrep or classic
* Sun Dec 18 2022 Dirk Müller <dmueller@suse.com>
  - update to 0.15.1:
    * Explicitly request xz compression by @dandavison in #1249
    * Thanks to all contributors for the changes in this release! One
      particularly exciting contribution is the tweaks to the highlighting
      algorithm made by @phillipwood in #1244. This is something that has
      remained more or less the same since delta was first created, but #1244
      brings several improvements in the details of exactly which characters
      are highlighted.
    * Change Rust toolchain in 'Deploy Manual' CI task by @dandavison in #1183
    * Switch bat to library mode by @tranzystorek-io in #1187
    * Add sourcehut link parsing by @p00f in #1190
    * Refactoring ansi/iterator by @zhiburt in #1191
    * Add codeberg link parsing by @p00f in #1194
    * Add terminal width fallback via stty if on windows/MSYS2 by @th1000s in
      [#1030]
    * measure_text_width() without constructing a temporary string by @th1000s
      in #1216
    * Remove Git 2.37 workaround from install docs by @adamchainz in #1228
    * Fix clippy warnings by @clnoll in #1236
    * Remove Provides in Debian package by @baryluk in #1217
    * Handle quoted filenames in diff header by @th1000s in #1222
    * ci: improve formatting by @MarcoIeni in #1238
    * Highlighting improvements by @phillipwood in #1244
    * ci: release apple arm binary by @MarcoIeni in #1239
    * try fix bad alignment in unicode (#1144) by @SheldonNico in #1145

Files

/usr/bin/delta
/usr/share/bash-completion/completions/delta
/usr/share/doc/packages/git-delta
/usr/share/doc/packages/git-delta/README.md
/usr/share/licenses/git-delta
/usr/share/licenses/git-delta/LICENSE
/usr/share/zsh
/usr/share/zsh/site-functions
/usr/share/zsh/site-functions/_delta


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Apr 19 22:35:28 2026