Accepting request 195946 from devel:tools:scm
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/195946 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=26
This commit is contained in:
commit
cfb9049b0e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cb8972ba2fe5015f66f064f9ef63c471b86e5d3f06a6d7719cd6753c29c2c0a2
|
|
||||||
size 201009
|
|
3
tig-1.2.tar.gz
Normal file
3
tig-1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9bf8a8b83761634d8431cb38ef5a133371a5e09460750706e6de3813f06242a4
|
||||||
|
size 216724
|
@ -1,6 +1,6 @@
|
|||||||
--- tig.c.orig 2012-05-11 22:47:39.111556938 +0200
|
--- tig.c.orig 2013-08-10 19:31:36.299418086 +0200
|
||||||
+++ tig.c 2012-05-11 22:47:58.362556253 +0200
|
+++ tig.c 2013-08-10 19:31:56.830447151 +0200
|
||||||
@@ -3399,7 +3399,7 @@
|
@@ -3866,7 +3866,7 @@
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case REQ_SHOW_VERSION:
|
case REQ_SHOW_VERSION:
|
||||||
@ -9,7 +9,7 @@
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
case REQ_SCREEN_REDRAW:
|
case REQ_SCREEN_REDRAW:
|
||||||
@@ -7682,7 +7682,7 @@
|
@@ -8496,7 +8496,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static const char usage[] =
|
static const char usage[] =
|
||||||
@ -17,4 +17,4 @@
|
|||||||
+"tig " TIG_VERSION "\n"
|
+"tig " TIG_VERSION "\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Usage: tig [options] [revs] [--] [paths]\n"
|
"Usage: tig [options] [revs] [--] [paths]\n"
|
||||||
" or: tig show [options] [revs] [--] [paths]\n"
|
" or: tig log [options] [revs] [--] [paths]\n"
|
||||||
|
45
tig.changes
45
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
|
||||||
|
`+<lineno>`. 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
|
Sat Oct 13 19:01:33 CST 2012 - douglarek@outlook.com
|
||||||
|
|
||||||
|
4
tig.spec
4
tig.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tig
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: tig
|
Name: tig
|
||||||
Version: 1.1
|
Version: 1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An ncurses-based text-mode interface for git
|
Summary: An ncurses-based text-mode interface for git
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user