Accepting request 898175 from home:jubalh:branches:devel:tools:scm

- Update to 2.5.4:
  Improvements:
  * Add FreeBSD installation instructions. (#1093)
  * Add TIG_EDITOR environment variable to configure editor. (#889, #1098)
  * Enable mailmap by default to match git log's behaviour. (#1104, #1105)
  * Enable tilde expansion for diff-highlight. (#1107)
  Bug fixes:
  * Escape variables with %% in external commands. (#1091, #1095)
  * Fix parsing of -L argument. (#1100)
  * Bugfix: smart-case does not work when search term contains a space. (#1108)
  * Use ncursesw by default on Linux. (#920)
  * Replace obsolete macro `AC_CONFIG_HEADER' in configure.ac.

OBS-URL: https://build.opensuse.org/request/show/898175
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=70
This commit is contained in:
Michael Vetter 2021-06-08 06:38:13 +00:00 committed by Git OBS Bridge
parent 3217c6fc01
commit 150002984f
4 changed files with 20 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Jun 7 18:23:09 UTC 2021 - Michael Vetter <mvetter@suse.com>
- Update to 2.5.4:
Improvements:
* Add FreeBSD installation instructions. (#1093)
* Add TIG_EDITOR environment variable to configure editor. (#889, #1098)
* Enable mailmap by default to match git log's behaviour. (#1104, #1105)
* Enable tilde expansion for diff-highlight. (#1107)
Bug fixes:
* Escape variables with %% in external commands. (#1091, #1095)
* Fix parsing of -L argument. (#1100)
* Bugfix: smart-case does not work when search term contains a space. (#1108)
* Use ncursesw by default on Linux. (#920)
* Replace obsolete macro `AC_CONFIG_HEADER' in configure.ac.
-------------------------------------------------------------------
Mon Mar 8 08:22:27 UTC 2021 - Michael Vetter <mvetter@suse.com>

View File

@ -17,7 +17,7 @@
Name: tig
Version: 2.5.3
Version: 2.5.4
Release: 0
Summary: An ncurses-based text-mode interface for git
License: GPL-2.0-or-later