From 6c11abd54ab3b2cea948bdcd9d9756cab42e0089d8deb2f8dd2e502e572282ee Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 20 Nov 2019 12:50:40 +0000 Subject: [PATCH] Accepting request 749874 from home:jubalh:branches:devel:tools:scm - Update to 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. OBS-URL: https://build.opensuse.org/request/show/749874 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=63 --- tig-2.4.1.tar.gz | 3 --- tig-2.5.0.tar.gz | 3 +++ tig.changes | 47 +++++++++++++++++++++++++++++++++++++++++++++++ tig.spec | 6 +++--- 4 files changed, 53 insertions(+), 6 deletions(-) delete mode 100644 tig-2.4.1.tar.gz create mode 100644 tig-2.5.0.tar.gz diff --git a/tig-2.4.1.tar.gz b/tig-2.4.1.tar.gz deleted file mode 100644 index 4432c81..0000000 --- a/tig-2.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6b6aa183e571224d0e1fab3ec482542c1a97fa7a85b26352dc31dbafe8558b8 -size 1181900 diff --git a/tig-2.5.0.tar.gz b/tig-2.5.0.tar.gz new file mode 100644 index 0000000..0f45b86 --- /dev/null +++ b/tig-2.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff537c67af9201e7e7276ce8a0ff9961e9d9c6a8a78790f5817124bd7755aef4 +size 1143004 diff --git a/tig.changes b/tig.changes index 31b0071..60c370b 100644 --- a/tig.changes +++ b/tig.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Wed Nov 20 11:31:17 UTC 2019 - Michael Vetter + +- Update to 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) + ------------------------------------------------------------------- Fri Jul 27 10:30:19 UTC 2018 - mpluskal@suse.com diff --git a/tig.spec b/tig.spec index 4bb16e6..ea7f605 100644 --- a/tig.spec +++ b/tig.spec @@ -1,7 +1,7 @@ # # spec file for package tig # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: tig -Version: 2.4.1 +Version: 2.5.0 Release: 0 Summary: An ncurses-based text-mode interface for git License: GPL-2.0-or-later