SHA256
1
0
forked from pool/tig

Accepting request 440701 from devel:tools:scm

1

OBS-URL: https://build.opensuse.org/request/show/440701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=36
This commit is contained in:
Dominique Leuenberger 2016-11-18 21:01:32 +00:00 committed by Git OBS Bridge
commit 41bf2641a5
4 changed files with 19 additions and 6 deletions

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

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Nov 17 12:54:54 UTC 2016 - astieger@suse.com
- tig 2.2.1:
* Support Git's 'diff-highlight' program when diff-highlight is
set to either true or the path of the script to use for post-
processing.
* Add navigation between merge commits
* Add 'A' as a binding to apply a stash without dropping it.
* Bind 'Ctrl-D' and 'Ctrl-U' to half-page movements by default.
* manual: Mention how to change default Up/Down behavior in diff view.
* Fix :goto <id> error message.
-------------------------------------------------------------------
Sat Aug 13 10:52:44 UTC 2016 - astieger@suse.com

View File

@ -18,13 +18,13 @@
%define with_bash_completion 0%{?suse_version} >= 1310
Name: tig
Version: 2.2
Version: 2.2.1
Release: 0
Summary: An ncurses-based text-mode interface for git
License: GPL-2.0+
Group: Development/Tools/Version Control
Url: http://jonas.nitro.dk/tig/
Source0: http://jonas.nitro.dk/tig/releases/tig-%{version}.tar.gz
Url: https://jonas.github.io/tig/
Source0: https://github.com/jonas/tig/releases/download/tig-%{version}/tig-%{version}.tar.gz
Patch1: tig-remove_build_timestamp.patch
BuildRequires: asciidoc
BuildRequires: ncurses-devel