SHA256
1
0
forked from pool/tig

Accepting request 247646 from home:tokoyami:branches:devel:tools:scm

Update to 2.0.3

OBS-URL: https://build.opensuse.org/request/show/247646
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=32
This commit is contained in:
Tomáš Chvátal 2014-09-15 14:02:46 +00:00 committed by Git OBS Bridge
parent 9c91449987
commit bbee47b4fc
4 changed files with 45 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b91cf0b3d044f643a1032c3a7c7cd855685bb8ead5f71f4703eb0c19238e273e
size 572025

3
tig-2.0.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:faac0fd80cb771cf34ae0aa9b2fedba1cc0f8aa70731d400661660c8d48f96c4
size 605513

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Fri Aug 29 07:11:29 UTC 2014 - multyrealm@gmail.com
- update to 2.0.3
* Improvement:
- Add `:save-display <file>` prompt command to save the current display.
- Add `:script <file>` prompt command for scripting the Tig UI.
- Add test framework and convert existing tests to use it.
- Add command-line option for starting in refs view: `tig refs`. (GH #309)
- Make blame commit ID colors stable across reloads. (GH #303)
- Increase blame ID and graph rendering color palette to 14 colors.
- New setting 'split-view-width' controls the width for vertical splits. It
takes the width of the right-most view either as a number or a percentage.
- Expose settings holding command line argument lists: `file-args`, `rev-args`,
and `cmdline-args`. They are mainly intended for testing purposes but also
allows to change the filtering arguments dynamically. (GH #306)
- Add `log-options` setting for specifying default log view options.
Example: `set log-options = --pretty=fuller`.
- Use option specific view flags to reload view after `:set` commands.
* Bug fixes:
- Refresh the current view when returning from an external command and
`refresh-mode=after-command`. (GH #289)
- Fix readline completion.
- Fix '/' to `find-next` when readline support is enabled. (GH #302)
- Fix readline prompt to correctly handle UTF-8 characters.
- Add warnings for more obsolete actions and colors.
- Fix passing of commit IDS via stdin to the main view.
- Fix commit title overflow drawing for multibyte text. (GH #307)
- Fix installation directory permissions.
- Handle binary files matches reported by git-grep.
- Toggling of "args"-typed options without any arguments will clear the current
arguments. Example: `:toggle blame-options`.
- Detect custom `pretty.format` settings that break the log view and fallback
to use the `medium` format. (GH #225)
- Fix invocation of git-diff for the blame view's line tracking. (GH #316)
- Fix blame completion of directory names. (GH #317)
- Fix display of conflicts in the main view when 'show-changes' is enabled.
- Fix off-by-one error when displaying line numbers in the grep view.
- When showing the commit graph ensure that either topo, date or author-date
commit order is used. (Debian #757692) (GH #238)
-------------------------------------------------------------------
Sat May 31 19:13:19 UTC 2014 - bernhard@bwalle.de

View File

@ -17,7 +17,7 @@
Name: tig
Version: 2.0.2
Version: 2.0.3
Release: 0
Summary: An ncurses-based text-mode interface for git
License: GPL-2.0+