Accepting request 988908 from home:jubalh:branches:devel:tools:scm
- Update to 2.5.6: * Fix :goto <tag>. (#1178) * Fix typo in ui.c. * Revert terminal hacks and workarounds. (#748, #943, #1180, #1182) * Fix opening of an ambiguous ref in refs view. * Fix search when view is loading. * Use the full width for diffstat in the stage view. * Improve escaping of variables in external commands. * Fix cursor behaviour during staging. (#842, #1028) * Fix navigation in split tree view. * Enable textconv in the stage view. * Enable textconv in the blame view and fix blame -L. (#978, #1189) * Update lineno for untracked files. (#1192) * Fix alignment of transliterated text. (#1195) * Fix word diff in the stage, stash and blame views. (#1207) * Fix reading the value of status.showUntrackedFiles. (#1211) * Honor commit_title:no in view settings. * Fix segfault with PCRE. OBS-URL: https://build.opensuse.org/request/show/988908 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=74
This commit is contained in:
parent
aa86635c96
commit
28ac43457e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24ba2c8beae889e6002ea7ced0e29851dee57c27fde8480fb9c64d5eb8765313
|
||||
size 1175752
|
3
tig-2.5.6.tar.gz
Normal file
3
tig-2.5.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50bb5f33369b50b77748115c730c52b13e79b2de49cba7167bb634eb683d965f
|
||||
size 1176006
|
22
tig.changes
22
tig.changes
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 13 07:15:57 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 2.5.6:
|
||||
* Fix :goto <tag>. (#1178)
|
||||
* Fix typo in ui.c.
|
||||
* Revert terminal hacks and workarounds. (#748, #943, #1180, #1182)
|
||||
* Fix opening of an ambiguous ref in refs view.
|
||||
* Fix search when view is loading.
|
||||
* Use the full width for diffstat in the stage view.
|
||||
* Improve escaping of variables in external commands.
|
||||
* Fix cursor behaviour during staging. (#842, #1028)
|
||||
* Fix navigation in split tree view.
|
||||
* Enable textconv in the stage view.
|
||||
* Enable textconv in the blame view and fix blame -L. (#978, #1189)
|
||||
* Update lineno for untracked files. (#1192)
|
||||
* Fix alignment of transliterated text. (#1195)
|
||||
* Fix word diff in the stage, stash and blame views. (#1207)
|
||||
* Fix reading the value of status.showUntrackedFiles. (#1211)
|
||||
* Honor commit_title:no in view settings.
|
||||
* Fix segfault with PCRE.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 26 13:18:06 UTC 2022 - Timothy Brown <stimut@gmail.com>
|
||||
|
||||
|
4
tig.spec
4
tig.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: tig
|
||||
Version: 2.5.5
|
||||
Version: 2.5.6
|
||||
Release: 0
|
||||
Summary: An ncurses-based text-mode interface for git
|
||||
License: GPL-2.0-or-later
|
||||
@ -41,6 +41,7 @@ Using it as a pager, it will display input from stdin and colorize it.
|
||||
|
||||
%package bash-completion
|
||||
Summary: Bash completion for %{name}
|
||||
Group: Development/Tools/Version Control
|
||||
Requires: bash-completion
|
||||
%if 0%{?sle_version} == 120500
|
||||
Supplements: packageand(%{name}:bash)
|
||||
@ -54,6 +55,7 @@ Bash command line completion support for %{name}.
|
||||
|
||||
%package zsh-completion
|
||||
Summary: Zsh completion for %{name}
|
||||
Group: Development/Tools/Version Control
|
||||
%if 0%{?sle_version} == 120500
|
||||
Supplements: packageand(%{name}:zsh)
|
||||
%else
|
||||
|
Loading…
x
Reference in New Issue
Block a user