SHA256
1
0
forked from pool/tig

Compare commits

...

3 Commits

Author SHA256 Message Date
Ana Guerrero
1f97bda5c5 Accepting request 1244062 from devel:tools:scm
- Update to 2.5.12:
  * Fix empty blame view when opened from the diff view on i586. (#1362)

- Update to 2.5.11:
  Incompatibilities:
  * Update remote repo variables. (#1358)
  Bug fixes:
  * Fix various issues with diff.noprefix and --no-prefix.
  * Fix Ctrl-C behavior within the Readline prompt. (#1342)
  * Fix message upon edit from diffstat without patch.
  * Fix missing dates in the refs view.
  * Don't report an error when diff-highlight is killed intentionally.
  * Fix parsing of reflog designator in timestamp format.
  Improvements:
  * Open the blob corresponding to the diff line. (#1334)
  * Keep cursor position in the main view when toggling
    file-filter and rev-filter.
  * Make errors visible in views showing Git output. (#1346)
  * Allow different colors for all references types.
  * Enable search in sections titles. (#1043)
  * Show committer date by default in the date column. (#294)
  * Update utf8proc to v2.10.0, supporting Unicode 16.
  * Only show stash, notes and prefetch in the refs view when
    invoked with tig refs --all. (#1359)

- Update to 2.5.10:

OBS-URL: https://build.opensuse.org/request/show/1244062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=55
2025-02-07 22:05:19 +00:00
Michael Vetter
a686a1df29 - Update to 2.5.12:
* Fix empty blame view when opened from the diff view on i586. (#1362)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=86
2025-02-07 07:21:10 +00:00
Michael Vetter
2495b40bee - Update to 2.5.11:
Incompatibilities:
  * Update remote repo variables. (#1358)
  Bug fixes:
  * Fix various issues with diff.noprefix and --no-prefix.
  * Fix Ctrl-C behavior within the Readline prompt. (#1342)
  * Fix message upon edit from diffstat without patch.
  * Fix missing dates in the refs view.
  * Don't report an error when diff-highlight is killed intentionally.
  * Fix parsing of reflog designator in timestamp format.
  Improvements:
  * Open the blob corresponding to the diff line. (#1334)
  * Keep cursor position in the main view when toggling
    file-filter and rev-filter.
  * Make errors visible in views showing Git output. (#1346)
  * Allow different colors for all references types.
  * Enable search in sections titles. (#1043)
  * Show committer date by default in the date column. (#294)
  * Update utf8proc to v2.10.0, supporting Unicode 16.
  * Only show stash, notes and prefetch in the refs view when
    invoked with tig refs --all. (#1359)
- Update to 2.5.10:

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=85
2025-01-31 14:16:48 +00:00
4 changed files with 37 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f655cc1366fc10058a2bd505bb88ca78e653ff7526c1b81774c44b9d841210e3
size 1183631

3
tig-2.5.12.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5dda8a098810bb499096e17fc9f69c0a5915a23f46be27209fc8195d7a792108
size 1190652

View File

@ -1,7 +1,38 @@
-------------------------------------------------------------------
Fri Feb 7 07:20:43 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 2.5.12:
* Fix empty blame view when opened from the diff view on i586. (#1362)
-------------------------------------------------------------------
Fri Jan 31 14:15:57 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 2.5.11:
Incompatibilities:
* Update remote repo variables. (#1358)
Bug fixes:
* Fix various issues with diff.noprefix and --no-prefix.
* Fix Ctrl-C behavior within the Readline prompt. (#1342)
* Fix message upon edit from diffstat without patch.
* Fix missing dates in the refs view.
* Don't report an error when diff-highlight is killed intentionally.
* Fix parsing of reflog designator in timestamp format.
Improvements:
* Open the blob corresponding to the diff line. (#1334)
* Keep cursor position in the main view when toggling
file-filter and rev-filter.
* Make errors visible in views showing Git output. (#1346)
* Allow different colors for all references types.
* Enable search in sections titles. (#1043)
* Show committer date by default in the date column. (#294)
* Update utf8proc to v2.10.0, supporting Unicode 16.
* Only show stash, notes and prefetch in the refs view when
invoked with tig refs --all. (#1359)
-------------------------------------------------------------------
Sun May 12 19:01:21 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 2.5.10:
- Update to 2.5.10:
* Fix stat-* coloring file names in tig status instead of just
markers (regression in 2.5.9)
* Fix keybinding with +[cmd] not triggering view refreshing

View File

@ -1,7 +1,7 @@
#
# spec file for package tig
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: tig
Version: 2.5.10
Version: 2.5.12
Release: 0
Summary: An ncurses-based text-mode interface for git
License: GPL-2.0-or-later