Accepting request 749893 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/749893 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=45
This commit is contained in:
commit
6d94b4b7ef
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6b6aa183e571224d0e1fab3ec482542c1a97fa7a85b26352dc31dbafe8558b8
|
||||
size 1181900
|
3
tig-2.5.0.tar.gz
Normal file
3
tig-2.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff537c67af9201e7e7276ce8a0ff9961e9d9c6a8a78790f5817124bd7755aef4
|
||||
size 1143004
|
47
tig.changes
47
tig.changes
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 11:31:17 UTC 2019 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 2.5.0:
|
||||
Improvements:
|
||||
* Single file view enters blame mode on "b". (#804)
|
||||
* Show untracked files in the default view. (#762)
|
||||
* Disable graph if log.follow is enabled and there is only one pathspec. (#881)
|
||||
* Disable graph for author searches.
|
||||
* git_colors: interpret 'ul' as 'underline'.
|
||||
* Add refname variable. (#900)
|
||||
* Add -C option to specify the working directory. (#570)
|
||||
* Improve behaviour of auto and periodic refresh modes. (#389, #441, #482, #794, #888, #932)
|
||||
* Add support for repos created with git --work-tree. (#872)
|
||||
* Add diff-highlight to pager mode.
|
||||
* Show annotated commits in main view. (#819)
|
||||
* Introduce reflog view. (#538)
|
||||
* Add option to start with cursor on HEAD commit. (#755)
|
||||
* Support combined diffs with more than 2 parents.
|
||||
* Improve how a toggle option value is shown on the status line. (#879)
|
||||
* Add options to filter refs output. (#694)
|
||||
* Update utf8proc to v2.4.0. (#961)
|
||||
Bug fixes:
|
||||
* Fix garbled cursor line with older ncurses versions.
|
||||
* Fix diff highlighting of removed lines starting with -- and added lines
|
||||
* starting with ++. (#871, #875)
|
||||
* Fix loop when displaying search result if regex matches an empty string. (#866)
|
||||
* Add synchronous command description in tigrc.
|
||||
* Fix parsing of git rev-parse output. (#884)
|
||||
* Propagate --first-parent to diff arguments. (#861)
|
||||
* Use proper type for hash table size. (#858)
|
||||
* Fix incorrect cppcheck warning about realloc() use.
|
||||
* Don't shift signed int by 31 bits.
|
||||
* Fix Vim going background after running Tig outside of a git repository. (#906)
|
||||
* make-builtin-config: use "read -r". (#912)
|
||||
* Fix segfaults with readline 8.0. (#893)
|
||||
* Reset state before closing stage view automatically.
|
||||
* Don't use a child view as previous view.
|
||||
* Force reload of VIEW_FLEX_WIDTH views only when needed.
|
||||
* Combined diff uses @@@ as hunk marker.
|
||||
* Fix memory leak induced by 'tig grep'.
|
||||
* Fix memory leak in main view.
|
||||
* Exit gracefully if refs view was defined without ref column. (#897)
|
||||
* Fix pager view not moving up when child view is open.
|
||||
* make-builtin-config: Fix unportable sed usage in read_tigrc().
|
||||
* Properly detect combined diffs. (#942)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 10:30:19 UTC 2018 - mpluskal@suse.com
|
||||
|
||||
|
6
tig.spec
6
tig.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tig
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,12 +12,12 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: tig
|
||||
Version: 2.4.1
|
||||
Version: 2.5.0
|
||||
Release: 0
|
||||
Summary: An ncurses-based text-mode interface for git
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user