SHA256
1
0
forked from pool/tig

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

- Update to 2.5.1:
  Improvements:
  * bash/zsh completion: reimplement and decrease runtime by factor 1863.
  (#795)
  * Add binding to reflog view to toggle reference display.
  * Fail if tig is given an invalid or ambiguous ref. (#980)
  * Make tig process-group leader an option. (#986, #951)
  * Handle GIT_WORK_TREE environment variable.
  * The blame view requires a working tree.
  * Fix use of deprecated vwprintw() function.
  * Update utf8proc to v2.5.0.
  * Add --word-diff=plain colorizing support. (#221)
  Bug fixes:
  * Fix segmentation fault. (#971)
  * Fix cursor position after "Move to parent" in blame view. (#973)
  * Fix crash on adding a line to a view. (#523)
  * Fix memory leak in diff unit.
  * Fix loop after refresh or change in refs/main split view. (#991)
  * Fix occasional crash on custom key bindings. (#1001)

OBS-URL: https://build.opensuse.org/request/show/793443
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=65
This commit is contained in:
Martin Pluskal 2020-04-13 08:31:33 +00:00 committed by Git OBS Bridge
parent 6c11abd54a
commit 2792718800
4 changed files with 28 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Apr 12 21:15:22 UTC 2020 - Michael Vetter <mvetter@suse.com>
- Update to 2.5.1:
Improvements:
* bash/zsh completion: reimplement and decrease runtime by factor 1863.
(#795)
* Add binding to reflog view to toggle reference display.
* Fail if tig is given an invalid or ambiguous ref. (#980)
* Make tig process-group leader an option. (#986, #951)
* Handle GIT_WORK_TREE environment variable.
* The blame view requires a working tree.
* Fix use of deprecated vwprintw() function.
* Update utf8proc to v2.5.0.
* Add --word-diff=plain colorizing support. (#221)
Bug fixes:
* Fix segmentation fault. (#971)
* Fix cursor position after "Move to parent" in blame view. (#973)
* Fix crash on adding a line to a view. (#523)
* Fix memory leak in diff unit.
* Fix loop after refresh or change in refs/main split view. (#991)
* Fix occasional crash on custom key bindings. (#1001)
-------------------------------------------------------------------
Wed Nov 20 11:31:17 UTC 2019 - Michael Vetter <mvetter@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package tig
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 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.0
Version: 2.5.1
Release: 0
Summary: An ncurses-based text-mode interface for git
License: GPL-2.0-or-later