From 8cf83bf614b08d99ce08d9213fe42cf147d6bda6800b1bf9e1fbf4f8387be9a5 Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Sat, 10 Aug 2013 17:33:40 +0000 Subject: [PATCH] 1.2 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=25 --- tig-1.1.tar.gz | 3 --- tig-1.2.tar.gz | 3 +++ tig-remove_build_timestamp.patch | 10 +++---- tig.changes | 45 ++++++++++++++++++++++++++++++++ tig.spec | 4 +-- 5 files changed, 55 insertions(+), 10 deletions(-) delete mode 100644 tig-1.1.tar.gz create mode 100644 tig-1.2.tar.gz diff --git a/tig-1.1.tar.gz b/tig-1.1.tar.gz deleted file mode 100644 index 482a657..0000000 --- a/tig-1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb8972ba2fe5015f66f064f9ef63c471b86e5d3f06a6d7719cd6753c29c2c0a2 -size 201009 diff --git a/tig-1.2.tar.gz b/tig-1.2.tar.gz new file mode 100644 index 0000000..f634539 --- /dev/null +++ b/tig-1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf8a8b83761634d8431cb38ef5a133371a5e09460750706e6de3813f06242a4 +size 216724 diff --git a/tig-remove_build_timestamp.patch b/tig-remove_build_timestamp.patch index 5b761b7..b0aee2c 100644 --- a/tig-remove_build_timestamp.patch +++ b/tig-remove_build_timestamp.patch @@ -1,6 +1,6 @@ ---- tig.c.orig 2012-05-11 22:47:39.111556938 +0200 -+++ tig.c 2012-05-11 22:47:58.362556253 +0200 -@@ -3399,7 +3399,7 @@ +--- tig.c.orig 2013-08-10 19:31:36.299418086 +0200 ++++ tig.c 2013-08-10 19:31:56.830447151 +0200 +@@ -3866,7 +3866,7 @@ break; case REQ_SHOW_VERSION: @@ -9,7 +9,7 @@ return TRUE; case REQ_SCREEN_REDRAW: -@@ -7682,7 +7682,7 @@ +@@ -8496,7 +8496,7 @@ */ static const char usage[] = @@ -17,4 +17,4 @@ +"tig " TIG_VERSION "\n" "\n" "Usage: tig [options] [revs] [--] [paths]\n" - " or: tig show [options] [revs] [--] [paths]\n" + " or: tig log [options] [revs] [--] [paths]\n" diff --git a/tig.changes b/tig.changes index 99908ff..b5e8536 100644 --- a/tig.changes +++ b/tig.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Sat Aug 10 17:30:31 UTC 2013 - pascal.bleser@opensuse.org + +- update to 1.2: + * Improvements: + + Make tig prompt commands bindable to keys. For example: `bind diff F :set + diff-options = --full-diff`. (GH #69, #116) + + Add a diff-options setting for specifying default diff options. + Example: `set diff-options = --patience`. (GH #116) + + Options in diff-options and blame-options matching tig browsing state + variables are replaced. + + Show diff stats as wide as the terminal. (GH #109) + + Show line numbers in the branch view. (GH #135) + + Add toggles for showing author email or email user names. (GH #115) + + Open editor at the selected line by prefixing the file argument with + `+`. Tested in vi, vim, emacs, nano, gedit, geany. Disable + by adding `set editor-line-number = no` to ~/.tigrc. (GH #118, #119) + + Add toggle-files to control whether to show full commit diff or only + the diff concerning the currently selected file, e.g. for blame. + + Optionally highlight exceeding characters in long commit titles. + The default title max width is 50 characters. Customize using: + `set title-overflow = 50` (GH #125) + + Add +ESC key bindings. Example: `bind generic ^[v move-page-up` (GH #120) + + Create temporary files in TMPDIR, TEMP, or TMP before defaulting to /tmp. + + Reenable `tig log` as a subcommand. (GH #146) + + Enable tilde expansion in ~/.tigrc "source" commands. (GH #168) + + Introduce the stash view, bound to the 'y' keybinding. (GH #169, #174) + * Bug fixes: + + Fix blame and status to work in directories starting with a dot. (GH #172) + + Reload current branch name when reloading the status view. (GH #93) + + Fix compile errors on old Solaris. (GH #97) + + Reload HEAD info when reloading the stage view. (GH #104, #93) + + Fix disappearing branch labels after external commands. (GH #148) + + Fix diff view display for staged/unstaged changes when using 'd'. + + Fix display of status messages when toggling view options. (GH #111) + + Fix illegal memory access. (GH #98) + + Fix display of all branches label in repos with short branch names. + + Fix rendering glitch for branch names. + + Do not apply diff styling to untracked files in the stage view. (GH #153) + + Fix tree indentation for entries containing combining characters. (GH #170) + + Ignore unrepresentable characters when transliterating text for rendering. + + Transliterate text to output encoding before trimming it to avoid + misalignment. (GH #86) + + Introduce a more natural context-sensitive log display. (GH #155) + ------------------------------------------------------------------- Sat Oct 13 19:01:33 CST 2012 - douglarek@outlook.com diff --git a/tig.spec b/tig.spec index bdc2f2b..aec80b2 100644 --- a/tig.spec +++ b/tig.spec @@ -1,7 +1,7 @@ # # spec file for package tig # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: tig -Version: 1.1 +Version: 1.2 Release: 0 Summary: An ncurses-based text-mode interface for git License: GPL-2.0+