pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

tig: Update to 2.5.0



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Nov 20 12:57:35 2019 +0100
Changeset:	832f37c8d96cd67a564ec9d6b0e1590e0523c17a

Modified Files:
	tig/Makefile
	tig/distinfo

Log Message:
tig: Update to 2.5.0

Changes:
tig-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)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=832f37c8d96cd67a564ec9d6b0e1590e0523c17a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 tig/Makefile | 2 +-
 tig/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/tig/Makefile b/tig/Makefile
index bd230ba51e..2cf052dd3b 100644
--- a/tig/Makefile
+++ b/tig/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.15 2017/01/04 18:16:32 roy Exp $
 
-DISTNAME=	tig-2.4.1
+DISTNAME=	tig-2.5.0
 CATEGORIES=	devel scm
 MASTER_SITES=	${MASTER_SITE_GITHUB:=jonas/}
 GITHUB_RELEASE=	${DISTNAME}
diff --git a/tig/distinfo b/tig/distinfo
index 4ad0d6c632..50f269b9a4 100644
--- a/tig/distinfo
+++ b/tig/distinfo
@@ -1,9 +1,9 @@
 $NetBSD: distinfo,v 1.10 2015/11/03 03:29:36 agc Exp $
 
-SHA1 (tig-2.4.1.tar.gz) = 54d96cd0040ba8832a8deddc3c204f3d89b2359d
-RMD160 (tig-2.4.1.tar.gz) = 1245649ee1ea022583bdcc8e326290cfb1899358
-SHA512 (tig-2.4.1.tar.gz) = 516114ed267a9459e356ca1af35c9eba521f9a11e9462cc5120cc7ea8fba4e54ea0a2e8e0ab96263754d6516354c296df541f8e3642392eaeb205cd88428077c
-Size (tig-2.4.1.tar.gz) = 1181900 bytes
+SHA1 (tig-2.5.0.tar.gz) = 281415ca4587cc6f181a503db30e2f029e78fe1a
+RMD160 (tig-2.5.0.tar.gz) = d0235e03aab2c564e4857048f9a9979affd969f1
+SHA512 (tig-2.5.0.tar.gz) = 26736fe241dd2dac25d5133ed847a7c1dab4bfeaad83af2effc8e523f8c6d8c179fe3ff05cd4343e4b1048c3c50309908aa32e81dd0789e35afe9bd8ff8772ee
+Size (tig-2.5.0.tar.gz) = 1143004 bytes
 SHA1 (patch-aa) = 304457804ce9a342e903ec25c1d7d6d9cf353cf5
 SHA1 (patch-include_tig_tig.h) = 42803e6589f97b6ad0230d0d895c429e1525476b
 SHA1 (patch-src_view.c) = f6aa68992ebe79ce8fbf161afcb0dfc52f7e4881


Home | Main Index | Thread Index | Old Index