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)
This commit is contained in:
Leonardo Taccari 2019-11-20 12:57:35 +01:00
parent 0bcd4f1a17
commit 832f37c8d9
2 changed files with 5 additions and 5 deletions

View File

@ -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}

View File

@ -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