- Update to 2.5.5:

Improvements:
  * Make word-diff a toggleable option. (#1119, #1125)
  * Add Linux installation instructions. (#1121, #1126)
  * Allow :back to work across separate blame views. (#1123, #1127)
  * Add auto-refresh to log view. (#1128)
  * Expose %(file_old), useful for deleted and renamed files. (#1132)
  * Enable jumping back in main view. (#628, #1138)
  * Add PCRE (Perl Compatible Regular Expressions) support. (#1137, #1143)
  * Pass command line args through to diff-files in status view. (#1152, #1155)
  * Remove quotes from TIG_LS_REMOTE to allow inline shell commands. (#1160,
    #1161)
  * Avoid pushing identical history state in main view.
  * Replace useless strncpy to avoid compilation warning with GCC 8.
  * Update utf8proc to v2.7.0.
  * Update distclean rule to preserve tarball contents. (#1167, #1169)
  * Add reference types stash and other. (#1160, #1172)
  * Auto refresh view upon option change.
  * Allow to toggle revision filtering. (#1173)
  Bug fixes:
  * Fix null dereferences on unset format strings. (#1136, #1159)
  * Fix invalid read in log_read. (#1128)
  * Restore support for tig log --graph. (#1128)
  * Further fix to fullscreen navigation.
  * Fix blame when opened from an initial diff view. (#1135)
  * Fix stash view when using tig --all or tig revs. (#1146, #1147)
  * Avoiding null pointer dereference. (#1096)
  * Fix navigation between chunks after splitting chunk. (#1101, #1162)
  * Fix status line when toggling general options. (#1163, #1164)
  * Honor reference-format = hide:tag in diff view. (#1168, #1170)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=72
This commit is contained in:
Michael Vetter 2022-01-13 14:04:13 +00:00 committed by Git OBS Bridge
parent 150002984f
commit d8c1866dea
4 changed files with 40 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Thu Jan 13 13:59:25 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Update to 2.5.5:
Improvements:
* Make word-diff a toggleable option. (#1119, #1125)
* Add Linux installation instructions. (#1121, #1126)
* Allow :back to work across separate blame views. (#1123, #1127)
* Add auto-refresh to log view. (#1128)
* Expose %(file_old), useful for deleted and renamed files. (#1132)
* Enable jumping back in main view. (#628, #1138)
* Add PCRE (Perl Compatible Regular Expressions) support. (#1137, #1143)
* Pass command line args through to diff-files in status view. (#1152, #1155)
* Remove quotes from TIG_LS_REMOTE to allow inline shell commands. (#1160,
#1161)
* Avoid pushing identical history state in main view.
* Replace useless strncpy to avoid compilation warning with GCC 8.
* Update utf8proc to v2.7.0.
* Update distclean rule to preserve tarball contents. (#1167, #1169)
* Add reference types stash and other. (#1160, #1172)
* Auto refresh view upon option change.
* Allow to toggle revision filtering. (#1173)
Bug fixes:
* Fix null dereferences on unset format strings. (#1136, #1159)
* Fix invalid read in log_read. (#1128)
* Restore support for tig log --graph. (#1128)
* Further fix to fullscreen navigation.
* Fix blame when opened from an initial diff view. (#1135)
* Fix stash view when using tig --all or tig revs. (#1146, #1147)
* Avoiding null pointer dereference. (#1096)
* Fix navigation between chunks after splitting chunk. (#1101, #1162)
* Fix status line when toggling general options. (#1163, #1164)
* Honor reference-format = hide:tag in diff view. (#1168, #1170)
* Fix crash on :toggle file-args.
-------------------------------------------------------------------
Mon Jun 7 18:23:09 UTC 2021 - Michael Vetter <mvetter@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package tig
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 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.4
Version: 2.5.5
Release: 0
Summary: An ncurses-based text-mode interface for git
License: GPL-2.0-or-later