Accepting request 872027 from home:AndreasStieger:branches:devel:tools:scm
2.5.2 OBS-URL: https://build.opensuse.org/request/show/872027 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=67
This commit is contained in:
parent
2792718800
commit
1bab167620
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:500d5d34524f6b856edd5cae01f1404d14f3b51a9a53fd7357f4cebb3d4c9e64
|
|
||||||
size 1144666
|
|
3
tig-2.5.2.tar.gz
Normal file
3
tig-2.5.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1e5a8175627231ba619686ec338b4ad2843a6526122ea4e9fde1739dd2b4830b
|
||||||
|
size 1165288
|
22
tig.changes
22
tig.changes
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 13 21:22:39 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- tig 2.5.2:
|
||||||
|
* Incompatible change: Change directory from the next argument,
|
||||||
|
from now use tig -C /path/to/repo
|
||||||
|
* Can now jump from blame to commit
|
||||||
|
* Start blame of an uncommitted deleted line from HEAD so the
|
||||||
|
line's origin can be traced
|
||||||
|
* Allow maxwidth to be expressed in % of the view width
|
||||||
|
* Pass stash args through
|
||||||
|
* Restore fullscreen navigation
|
||||||
|
* Add some range so control chars ^^ and ^_ are also supported
|
||||||
|
* Disable ncurses extended key values so that esc-codes can be used
|
||||||
|
* Use id column for commit id only
|
||||||
|
* Improvements to scrolling and clicking
|
||||||
|
* Allow to generate a compilation database
|
||||||
|
* New command stage-update-part
|
||||||
|
* The line number before a diff was applied is exposed as
|
||||||
|
%(lineno_old)
|
||||||
|
* Many bug fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 12 21:15:22 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
Sun Apr 12 21:15:22 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
6
tig.spec
6
tig.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tig
|
# spec file for package tig
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: tig
|
Name: tig
|
||||||
Version: 2.5.1
|
Version: 2.5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An ncurses-based text-mode interface for git
|
Summary: An ncurses-based text-mode interface for git
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -47,7 +47,7 @@ Using it as a pager, it will display input from stdin and colorize it.
|
|||||||
%configure \
|
%configure \
|
||||||
--with-ncurses \
|
--with-ncurses \
|
||||||
--docdir=%{_docdir}
|
--docdir=%{_docdir}
|
||||||
make %{?_smp_mflags} V=1
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install install-doc-man
|
%make_install install-doc-man
|
||||||
|
Loading…
x
Reference in New Issue
Block a user