From 882dbea6d0a4ed716daed7539e594c4f5f75820e9a2f62864d94ffbb4e275b5d Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Thu, 17 Nov 2016 13:07:20 +0000 Subject: [PATCH] Accepting request 440699 from home:AndreasStieger:branches:devel:tools:scm tig 2.2.1 OBS-URL: https://build.opensuse.org/request/show/440699 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=42 --- tig-2.2.1.tar.gz | 3 +++ tig-2.2.tar.gz | 3 --- tig.changes | 13 +++++++++++++ tig.spec | 6 +++--- 4 files changed, 19 insertions(+), 6 deletions(-) create mode 100644 tig-2.2.1.tar.gz delete mode 100644 tig-2.2.tar.gz diff --git a/tig-2.2.1.tar.gz b/tig-2.2.1.tar.gz new file mode 100644 index 0000000..948e636 --- /dev/null +++ b/tig-2.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b48080896de59179c45c980080b4b414bb235df65ad08d661a9c9e169c3fa71 +size 1028479 diff --git a/tig-2.2.tar.gz b/tig-2.2.tar.gz deleted file mode 100644 index a2cd180..0000000 --- a/tig-2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f5213d3abb45ca9a79810b8d2a2a12d941112bc4682bcfa91f34db74942754c -size 1030062 diff --git a/tig.changes b/tig.changes index 7b8cc43..b020a61 100644 --- a/tig.changes +++ b/tig.changes @@ -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 error message. + ------------------------------------------------------------------- Sat Aug 13 10:52:44 UTC 2016 - astieger@suse.com diff --git a/tig.spec b/tig.spec index 82dfadc..1225b54 100644 --- a/tig.spec +++ b/tig.spec @@ -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