35 Commits

Author SHA256 Message Date
3df8f8c6c7 Accepting request 1300178 from utilities
OBS-URL: https://build.opensuse.org/request/show/1300178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-delta?expand=0&rev=14
2025-08-19 14:46:01 +00:00
80052033e9 - Update vendored dependencies to fix build
OBS-URL: https://build.opensuse.org/package/show/utilities/git-delta?expand=0&rev=32
2025-08-19 06:20:23 +00:00
4750095d59 Accepting request 1201392 from utilities
OBS-URL: https://build.opensuse.org/request/show/1201392
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-delta?expand=0&rev=13
2024-09-16 15:45:38 +00:00
ee1144a9ef - 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

- 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

- 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

OBS-URL: https://build.opensuse.org/package/show/utilities/git-delta?expand=0&rev=30
2024-09-16 10:51:41 +00:00
47bb5daba2 Accepting request 1158912 from utilities
OBS-URL: https://build.opensuse.org/request/show/1158912
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-delta?expand=0&rev=12
2024-03-18 15:46:44 +00:00
163b39a533 Accepting request 1158907 from home:jubalh:branches:utilities
- 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

OBS-URL: https://build.opensuse.org/request/show/1158907
OBS-URL: https://build.opensuse.org/package/show/utilities/git-delta?expand=0&rev=28
2024-03-18 08:28:53 +00:00
14025d24d3 Accepting request 1091040 from utilities
OBS-URL: https://build.opensuse.org/request/show/1091040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-delta?expand=0&rev=11
2023-06-06 17:56:17 +00:00
ae30a672df Accepting request 1091037 from home:MSirringhaus:branches:utilities
- Update to 0.16.5
- Fix boo#1212003, xml-rs is no longer used as a dependency.

OBS-URL: https://build.opensuse.org/request/show/1091037
OBS-URL: https://build.opensuse.org/package/show/utilities/git-delta?expand=0&rev=26
2023-06-06 07:27:16 +00:00
752f04560c Accepting request 1043711 from utilities
OBS-URL: https://build.opensuse.org/request/show/1043711
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-delta?expand=0&rev=10
2022-12-19 13:08:16 +00:00
42cb629634 Accepting request 1043658 from home:dirkmueller:Factory
- 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

OBS-URL: https://build.opensuse.org/request/show/1043658
OBS-URL: https://build.opensuse.org/package/show/utilities/git-delta?expand=0&rev=24
2022-12-19 08:22:42 +00:00
15675411c3 Accepting request 1000688 from utilities
OBS-URL: https://build.opensuse.org/request/show/1000688
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-delta?expand=0&rev=9
2022-09-01 20:12:32 +00:00
a5c37c0b4c Accepting request 1000675 from home:MSirringhaus:branches:utilities
- Introduce service-file for easier vendoring
- Update to version 0.14.0:
  * Update color-moved-support.md
  * Tweak some words improved representation
  * Only trigger git show handler if a file extension was parsed
  * Fix commit hyperlink formatting
  * Avoid lockup when running without arguments and stdin is connected to a tty
  * Fix whole-file changes being attributed to the wrong commit in "git log" output
  * Update README.md to include git 2.37.0 workaround
  * Don't attempt to process ANSI sequences in non-UTF8 input
  * Update clap
  * Recreate highlighter on each line of git show $commit:$path output
  * Fix git-grep match-highlighting at line-start
  * Update to chameleon theme
  * Fix typos
  * Support configurable timestamps in git blame output
  * Added auto completions for fish shell

OBS-URL: https://build.opensuse.org/request/show/1000675
OBS-URL: https://build.opensuse.org/package/show/utilities/git-delta?expand=0&rev=22
2022-09-01 13:25:39 +00:00
442a7b913d Accepting request 982562 from utilities
OBS-URL: https://build.opensuse.org/request/show/982562
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-delta?expand=0&rev=8
2022-06-14 22:32:52 +00:00
ec5ab93ec3 Accepting request 982561 from home:uncomfyhalomacro:branches:utilities
- remove bump-regex.patch
- Update to version 0.13.0:
  * Update bat, git2, and syntect
  * Add 'light = false' w/ comment in gitconfig (#1073)
  * Add chameleon theme to themes.gitconfig (#1062)
  * Add note that the package is called "git-delta" in the README
  * Add link to `bat` on README (#1052)
  * Apply hyperlinks to diff stat file paths (#1035)
  * Add custom env struct to store env at init (#1025)
  * Add support for irreversible-delete

OBS-URL: https://build.opensuse.org/request/show/982561
OBS-URL: https://build.opensuse.org/package/show/utilities/git-delta?expand=0&rev=20
2022-06-14 06:16:18 +00:00
7cd172a819 Accepting request 962634 from utilities
OBS-URL: https://build.opensuse.org/request/show/962634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-delta?expand=0&rev=7
2022-03-18 15:42:27 +00:00
a82fa4c830 Accepting request 962632 from home:MSirringhaus:branches:utilities
- Add bump-regex.patch to fix CVE-2022-24713 (boo#1196972)
- Update to version 0.12.1:
  * Make git include colors in output going to delta
  * Clarify language: "in front of" → "before"
  * Fix parsing for .properties files with - in path
  * Support CSI sequences other than SGR
  * Enable commit links for GitLab
  * Fall back to plain diff when process substitution is used
  * Include information about GIT_PAGER in manual
  * Use assets API from bat library instead of vendored code
  * Calling process: Query more parents, disable full scan
  * Run in diff mode iff two positional arguments are supplied
- Update to version 0.12.0:
  Firstly a breaking change: some deprecated options are no longer 
  supported: in particular plus-color and minus-color. A description 
  of this change and what you need to do if you're affected by it is below.
  Secondly, improvements, including:
  * A (much-needed) short help text is now available: use delta -h. 
    Delta is the proud possessor of 100 command-line options, 
    so I think this is going to be helpful.
  * git blame output now displays line numbers
  * Improvements to file and mode labels
  * delta now has a user manual: https://dandavison.github.io/delta/. 
    You can even create a PDF copy (print button in upper-right hand corner), 
    and the README is correspondingly now a much easier read with 
    the minimal required setup instructions and an overview of 
    functionality with screenshots.
  Finally some bug fixes, including
  * File path hyperlinks (e.g. in diff and grep output) were previously 
    sometimes incorrect, especially when delta was invoked from a

OBS-URL: https://build.opensuse.org/request/show/962632
OBS-URL: https://build.opensuse.org/package/show/utilities/git-delta?expand=0&rev=18
2022-03-18 10:17:37 +00:00
cad6b71423 Accepting request 923141 from utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/923141
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-delta?expand=0&rev=6
2021-10-05 20:33:50 +00:00
8c2c41907c Accepting request 921906 from home:firstyear:branches:utilities
- Replace rust-packaging with cargo-packaging

OBS-URL: https://build.opensuse.org/request/show/921906
OBS-URL: https://build.opensuse.org/package/show/utilities/git-delta?expand=0&rev=17
2021-09-28 08:47:45 +00:00
470d1614e3 Accepting request 910146 from utilities
OBS-URL: https://build.opensuse.org/request/show/910146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-delta?expand=0&rev=5
2021-08-04 20:28:59 +00:00
e4fedfbe5a Accepting request 910122 from home:MSirringhaus:branches:utilities
- Add git as BuildRequires, which is needed for testing
- Update to version 0.8.3
- Update to version 0.8.2
- Update to version 0.8.1
- Update to version 0.8.0
- Update to version 0.7.1

OBS-URL: https://build.opensuse.org/request/show/910122
OBS-URL: https://build.opensuse.org/package/show/utilities/git-delta?expand=0&rev=16
2021-08-04 12:26:02 +00:00
d964fcc466 Accepting request 874336 from utilities
OBS-URL: https://build.opensuse.org/request/show/874336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-delta?expand=0&rev=4
2021-02-23 19:20:58 +00:00
5bf036c94d Accepting request 874335 from home:MSirringhaus:branches:utilities
Fix broken tarball and minor tweaks to changelog

OBS-URL: https://build.opensuse.org/request/show/874335
OBS-URL: https://build.opensuse.org/package/show/utilities/git-delta?expand=0&rev=14
2021-02-22 13:51:54 +00:00
f88821f6d8 Accepting request 874324 from home:azmodude:branches:utilities
Bump to version 0.6.0 - changes cleaned

Sorry, pasted too hastily and didn't really read it as thoroughly as I should 
have.

OBS-URL: https://build.opensuse.org/request/show/874324
OBS-URL: https://build.opensuse.org/package/show/utilities/git-delta?expand=0&rev=13
2021-02-22 13:20:20 +00:00
aed5fa3e37 Accepting request 862646 from utilities
OBS-URL: https://build.opensuse.org/request/show/862646
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-delta?expand=0&rev=3
2021-02-17 17:12:12 +00:00
425cf81181 Accepting request 861582 from home:MSirringhaus:branches:utilities
- Update to version 0.5.1
- Update to version 0.5.0
- Update to version 0.4.5

OBS-URL: https://build.opensuse.org/request/show/861582
OBS-URL: https://build.opensuse.org/package/show/utilities/git-delta?expand=0&rev=11
2021-01-12 14:21:34 +00:00
b911da389f Accepting request 843138 from utilities
OBS-URL: https://build.opensuse.org/request/show/843138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-delta?expand=0&rev=2
2020-10-21 12:39:44 +00:00
0f19099559 Accepting request 843137 from home:MSirringhaus:branches:utilities
- Name the installed binary `delta`, as upstream calls it, as
  renaming causes various breakages (e.g. bash completions) and 
  inconsitencies with upstream documentation and usage. 
  Add Conflict with sccs, which also provides a binary called
  `delta` instead.

OBS-URL: https://build.opensuse.org/request/show/843137
OBS-URL: https://build.opensuse.org/package/show/utilities/git-delta?expand=0&rev=9
2020-10-21 07:22:52 +00:00
f424d8aae4 Accepting request 841688 from home:MSirringhaus:branches:utilities
- Update to version 0.4.4
  * This release mostly fixes bugs in git add -p behavior, adds 
    test coverage, and clarifies the code involved.
    In addition, a new environment variable is supported: 
    DELTA_PAGER. If set, this takes precedence over BAT_PAGER. 
    See --paging in delta --help.
    * bug git add -p one-to-one correspondence errors
    * bug Line numbers incorrect/relative - Windows/Delta 0.4.1
    * bug [Linux] git add -p not working with side-by-side
    * bug Delta crash on Windows when using as stand-alone diff tool
    * Second document label is missing last character (truncated)

OBS-URL: https://build.opensuse.org/request/show/841688
OBS-URL: https://build.opensuse.org/package/show/utilities/git-delta?expand=0&rev=8
2020-10-14 08:28:27 +00:00
10060d0048 Accepting request 840894 from home:jayvdb:branches:utilities
- Add Conflicts with git-extras

OBS-URL: https://build.opensuse.org/request/show/840894
OBS-URL: https://build.opensuse.org/package/show/utilities/git-delta?expand=0&rev=7
2020-10-13 12:50:31 +00:00
4e37ac27ef Accepting request 835150 from utilities
Syntax highlighter for git diff output

OBS-URL: https://build.opensuse.org/request/show/835150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-delta?expand=0&rev=1
2020-09-25 14:31:56 +00:00
f12411cdd5 Accepting request 834846 from home:MSirringhaus:branches:utilities
- Update to version 0.4.3
  * A few bug fixes and a couple of minor features (mac-line-length) 
   and the ability to hide all line numbers.
Note: There was no 0.4.2 release

OBS-URL: https://build.opensuse.org/request/show/834846
OBS-URL: https://build.opensuse.org/package/show/utilities/git-delta?expand=0&rev=5
2020-09-17 10:21:47 +00:00
1f642e8a76 Accepting request 825261 from home:MSirringhaus:branches:utilities
- Update to version 0.4.1
  * This release fixes a few bugs. In particular, it makes it possible
    to use git add -p with line numbers activated. If you also have
    side-by-side activated then that will not be used in git add -p
    (it's impossible) but it will now not cause an error either.
  - Dockerfile isn't colored
  - [Linux] git add -p not working with side-by-side
  - Mismatch in line numbers between git diff and git add -p

  * The main new feature in this release is support for git diff

OBS-URL: https://build.opensuse.org/request/show/825261
OBS-URL: https://build.opensuse.org/package/show/utilities/git-delta?expand=0&rev=4
2020-08-11 09:31:06 +00:00
da72a5c9ee Accepting request 824475 from home:MSirringhaus:branches:utilities
- Update to version 0.4
  *  The main new feature in this release is support for git diff
    --color-moved. This makes Git's native moved-line detection
    algorithms and styling options available when using Delta. Delta
    supports this automatically, without any configuration change, but
    see the new option inspect-raw-lines in case you need to turn it
    off.
  * The other new feature is that Delta can now cause files and commit
    hashes to be rendered as hyperlinks in your terminal emulator:
    However, this will not be available to you without, at the
    minimum, installing a patched version of less, because support for
    the hyperlink spec has only partially spread through the terminal
    application ecosystem. See delta --help text for details.
  * Bugs fixed:
      * Support --color-moved
      * Support --color-moved-ws
      * Support displaying files and commits as OSC 8 hyperlinks
      * width option is not honored in git config sections
      * diff -U0 rendered with lines out of order
      * paging should be supported in gitconfig
      * syntax-theme should be honored in a custom feature in gitconfig
      * Line numbers style not taking effect with --side-by-side
      * Duplicate "renamed" header when file is renamed with changes

OBS-URL: https://build.opensuse.org/request/show/824475
OBS-URL: https://build.opensuse.org/package/show/utilities/git-delta?expand=0&rev=3
2020-08-06 06:32:12 +00:00
f9179f4a72 Accepting request 821448 from home:MSirringhaus
- Update to version 0.3
  * This release adds a side-by-side diff view: delta -s or 
    delta --side-by-side. By default, side-by-side view has 
    line-numbers activated, and has syntax highlighting in both the 
    left and right panels.
  * The release also fixes bug #238 in which the line number display 
    alignment was broken for line numbers greater than 9999.
- Update to version 0.2
  This is a large release, introducing major changes to delta 
  configuration as well as new features and bug fixes. It involved a 
  major overhaul of the code base. 
  The highlights are:
   * To configure delta's appearance, you now use "styles" instead 
     of background color names. A style is a string like red bold ul 
     "#ffeeee" that specifies foreground color, background color, 
     and attributes. 
     See https://github.com/dandavison/delta#choosing-colors-styles.
   * Delta now reads configuration from a [delta] section in git 
     config, and this is the recommended way to configure delta. 
     See https://github.com/dandavison/delta#configuration
   * Delta now has a line numbers feature. 
   * Delta now has --diff-highlight and --diff-so-fancy 
     emulation modes

OBS-URL: https://build.opensuse.org/request/show/821448
OBS-URL: https://build.opensuse.org/package/show/utilities/git-delta?expand=0&rev=2
2020-07-18 07:47:57 +00:00
79444e94e1 Accepting request 798797 from home:MSirringhaus
New tool: delta (renamed to git-delta because of name-clash) 
Now without changes-file as source

OBS-URL: https://build.opensuse.org/request/show/798797
OBS-URL: https://build.opensuse.org/package/show/utilities/git-delta?expand=0&rev=1
2020-04-29 07:22:38 +00:00