pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/tig



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Sat Feb 13 18:08:20 UTC 2021

Modified Files:
        pkgsrc/devel/tig: Makefile distinfo

Log Message:
tig: update to 2.5.2.

tig-2.5.2
---------

Incompatibilities:

- Change directory from the next argument, from now use `tig -C /path/to/repo`.

Improvements:

- Jump from blame to commit.
- Start blame of an uncommitted deleted line from HEAD so the line's origin can
  be traced.
- Add line-graphics = auto.
- Allow maxwidth to be expressed in % of the view width.
- Pass stash args through.
- Make build work on IBM i.
- Restore fullscreen navigation.
- Update utf8proc to v2.6.1.
- Add some range so control chars ^^ and ^_ are also supported.
- Disable ncurses extended key values so that esc-codes can be used.
- Use id column for commit id only.
- Some minor updates for scrolling and for a double-click in diff.
- Add scroll-half-page-up and scroll-half-page-down actions.
- Allow to generate a compilation database.
- New command stage-update-part.
- The line number before a diff was applied is exposed as `%(lineno_old)`.

Bug fixes:

- Fix wrapping of lines with multibyte characters.
- Improve highlighting of search with $ regex.
- Update tracking branch when refreshing status view.
- Fix vertical lines in Putty with UTF-8 graphics.
- Fix parsing of three-way chunk headers with extra dashes.
- Update tracking branch when refreshing status view.
- Handle filename with space in diff view.
- The stash view requires a working tree.
- Replace useless strncpy to avoid compilation warning.
- Zsh completion fixes.
- Handle undefined __git_complete.
- Fix help messages for half-page and page up.
- Let `-S`, `-G` and `--grep=` pattern override readline history.
- Fix bash completion issue with worktrees
- Fix parsing of commit line from `git log --left-right` output in pager view.
- Fix %(lineno) computation for hunk postimages that span only one line.
- Align relative-compact dates to the right.
- Fix empty split diff view when navigating quickly in the stash view.
- Avoid depending on wcwidth in test by removing Variation Selector.
- Open the blob view with the cursor correctly positioned.
- Update %(text) when navigating diff contents.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/tig/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/tig/distinfo

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

Modified files:

Index: pkgsrc/devel/tig/Makefile
diff -u pkgsrc/devel/tig/Makefile:1.16 pkgsrc/devel/tig/Makefile:1.17
--- pkgsrc/devel/tig/Makefile:1.16      Tue Jan 26 14:11:02 2021
+++ pkgsrc/devel/tig/Makefile   Sat Feb 13 18:08:20 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2021/01/26 14:11:02 fcambus Exp $
+# $NetBSD: Makefile,v 1.17 2021/02/13 18:08:20 fcambus Exp $
 
-DISTNAME=      tig-2.5.1
+DISTNAME=      tig-2.5.2
 CATEGORIES=    devel scm
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jonas/}
 GITHUB_RELEASE=        ${DISTNAME}

Index: pkgsrc/devel/tig/distinfo
diff -u pkgsrc/devel/tig/distinfo:1.11 pkgsrc/devel/tig/distinfo:1.12
--- pkgsrc/devel/tig/distinfo:1.11      Tue Jan 26 14:11:02 2021
+++ pkgsrc/devel/tig/distinfo   Sat Feb 13 18:08:20 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2021/01/26 14:11:02 fcambus Exp $
+$NetBSD: distinfo,v 1.12 2021/02/13 18:08:20 fcambus Exp $
 
-SHA1 (tig-2.5.1.tar.gz) = fd1b28bba7dff24ed112b869bb95a847c4e7ed3b
-RMD160 (tig-2.5.1.tar.gz) = 2bc115eeecdcca3fe5014d2b544b2ddce349fd96
-SHA512 (tig-2.5.1.tar.gz) = e7c27a1e6357ce3cb4c02ff409d40c0ca67d10875eedbf467b9a280d8433cca15d16860256637041003384e7c536aca743ce971e623d3000dceeda598d6d3ae0
-Size (tig-2.5.1.tar.gz) = 1144666 bytes
+SHA1 (tig-2.5.2.tar.gz) = 9eb5e90ef0ca69b4a187d414f6cb31de5507ae3c
+RMD160 (tig-2.5.2.tar.gz) = 3f48d8c2b8f05d791760a77fff4718297b81b791
+SHA512 (tig-2.5.2.tar.gz) = 9ba503d69fe52ce717bac66b4f0147b4d073cf2993083c4837b2383c6b74f5f3884e98d6f701ff1a5d434f7a898774e0243010ead0561bb119a98b52f3a10179
+Size (tig-2.5.2.tar.gz) = 1165288 bytes
 SHA1 (patch-Makefile) = e8b0f62f4eb2e6a774c0558a10c8f64ece291d79
 SHA1 (patch-contrib_config.make-Darwin) = f44553e19dacbb6838f876e43c62e9261aa49f77
 SHA1 (patch-include_tig_tig.h) = 49c9152bc522eb0d6ceb3ca8933f1cb1958d9ece



Home | Main Index | Thread Index | Old Index