SHA256
1
0
forked from pool/tig

Accepting request 419154 from home:AndreasStieger:branches:devel:tools:scm

tig 2.2

OBS-URL: https://build.opensuse.org/request/show/419154
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=40
This commit is contained in:
Andreas Stieger 2016-08-13 11:02:35 +00:00 committed by Git OBS Bridge
parent 04faa3e8d4
commit 660d690ee4
5 changed files with 25 additions and 11 deletions

View File

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

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

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

View File

@ -2,16 +2,16 @@ Index: src/tig.c
=================================================================== ===================================================================
--- src/tig.c.orig --- src/tig.c.orig
+++ src/tig.c +++ src/tig.c
@@ -347,7 +347,7 @@ view_driver(struct view *view, enum requ @@ -301,7 +301,7 @@ view_driver(struct view *view, enum requ
break; break;
case REQ_SHOW_VERSION: case REQ_SHOW_VERSION:
- report("tig-%s (built %s)", TIG_VERSION, __DATE__); - report("tig-%s (built %s)", TIG_VERSION, __DATE__);
+ report("tig-%s", TIG_VERSION); + report("tig-%s", TIG_VERSION);
return TRUE; return true;
case REQ_SCREEN_REDRAW: case REQ_SCREEN_REDRAW:
@@ -390,7 +390,7 @@ view_driver(struct view *view, enum requ @@ -345,7 +345,7 @@ view_driver(struct view *view, enum requ
*/ */
static const char usage_string[] = static const char usage_string[] =

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Aug 13 10:52:44 UTC 2016 - astieger@suse.com
- tig 2.2
* incompatible changes:
+ user-defined commands are now executed at the repository root
+ Remove `cmdline-args` option
* new features:
+ mailmap to show canonical name and email addresses
+ configurable highlight of search results
+ external commands improvements
+ UI improvements
* various bug fixes
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 9 08:07:11 UTC 2015 - astieger@suse.com Thu Apr 9 08:07:11 UTC 2015 - astieger@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package tig # spec file for package tig
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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
@ -18,7 +18,7 @@
%define with_bash_completion 0%{?suse_version} >= 1310 %define with_bash_completion 0%{?suse_version} >= 1310
Name: tig Name: tig
Version: 2.1.1 Version: 2.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+ License: GPL-2.0+
@ -69,9 +69,9 @@ install -D -m0644 contrib/tig-completion.bash "%{buildroot}%{_sysconfdir}/bash_c
%doc COPYING NEWS.adoc README.adoc %doc COPYING NEWS.adoc README.adoc
%doc contrib/*.tigrc %doc contrib/*.tigrc
%{_bindir}/tig %{_bindir}/tig
%doc %{_mandir}/man1/tig.1%{ext_man} %{_mandir}/man1/tig.1%{ext_man}
%doc %{_mandir}/man5/tigrc.5%{ext_man} %{_mandir}/man5/tigrc.5%{ext_man}
%doc %{_mandir}/man7/tigmanual.7%{ext_man} %{_mandir}/man7/tigmanual.7%{ext_man}
%config %{_sysconfdir}/tigrc %config %{_sysconfdir}/tigrc
%if 0%{with_bash_completion} %if 0%{with_bash_completion}
%{_sysconfdir}/bash_completion.d/%{name} %{_sysconfdir}/bash_completion.d/%{name}