Accepting request 26447 from devel:tools:scm
Copy from devel:tools:scm/tig based on submit request 26447 from user bwalle OBS-URL: https://build.opensuse.org/request/show/26447 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=11
This commit is contained in:
parent
d5c0937e92
commit
9b56e5c7e7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06243e2af9650f63ebc6356bae7ac7dab9978af231ec66294bc7a0f28d1b0e59
|
||||
size 109680
|
3
tig-0.15.tar.bz2
Normal file
3
tig-0.15.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1c02d9e63bdd65f097af106dce79fb6c8a79a7d45c6148f33d7ab97dd8fe01d
|
||||
size 119071
|
50
tig.changes
50
tig.changes
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 13 22:12:44 CET 2009 - bernhard@bwalle.de
|
||||
|
||||
- update to 0.15
|
||||
o Incompatibilities
|
||||
- Setting the cursor color no longer automatically sets the
|
||||
text to bold. The old lazy behavior was a bug.
|
||||
- Remove check for git-repo-config, which was officially
|
||||
deprecated in git version 1.5.4.
|
||||
o Improvements
|
||||
- Provide the manual as a man page named tigmanual(7).
|
||||
- Add ability to toggle between showing shorter dates (without
|
||||
time info) and relative dates.
|
||||
- Show the active (instead of the default) keybindings in the
|
||||
help view.
|
||||
- Add branch view for choosing which branch to display in the
|
||||
main view.
|
||||
- Tree view: show entry to parent directory (..) when running
|
||||
from subdirectory.
|
||||
- Tree view: sort entries by name, date or author.
|
||||
- Make height of the lower view in a split view configurable
|
||||
by setting the split-view-height variable to a number or a
|
||||
percentage.
|
||||
- Allow multiple text attributes for color commands:
|
||||
color cursor white blue underline bold
|
||||
o Bug fixes
|
||||
- Blame view: fix loading of blame data when opened from the
|
||||
tree view and CWD is not the repo root.
|
||||
- Tree view: fix searching.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 3 19:09:48 UTC 2009 - coolo@novell.com
|
||||
|
||||
@ -21,9 +51,9 @@ Fri Feb 20 10:37:09 CET 2009 - bwalle@suse.de
|
||||
o Incompatibilities:
|
||||
- The screen-resize action has been deprecated.
|
||||
- The "tree-parent" action was renamed to "parent". Warnings
|
||||
will be emitted for transition.
|
||||
will be emitted for transition.
|
||||
- Remove parsing of deprecated option -S and subcommands log
|
||||
and diff.
|
||||
and diff.
|
||||
- The "author" color replaces "main-author".
|
||||
o Improvements:
|
||||
- Horizontal scrolling.
|
||||
@ -36,7 +66,7 @@ Fri Feb 20 10:37:09 CET 2009 - bwalle@suse.de
|
||||
- Abbreviate author names to initials when the width of the
|
||||
author column is below 6 characters.
|
||||
o Bug fixes
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 16:22:14 CET 2009 - bwalle@suse.de
|
||||
|
||||
@ -49,7 +79,7 @@ Thu Jan 15 16:22:14 CET 2009 - bwalle@suse.de
|
||||
- Display repository references in the sorted order: tags,
|
||||
heads, tracked remotes, remotes.
|
||||
- Add bash completion for blame.
|
||||
- Tree view: edit files of the current branch.
|
||||
- Tree view: edit files of the current branch.
|
||||
- Run requests: new identifiers %(directory), %(file), and
|
||||
%(ref)
|
||||
- Improve responsiveness and view loading speed by using
|
||||
@ -73,20 +103,20 @@ Thu Oct 9 09:10:59 CEST 2008 - bwalle@suse.de
|
||||
- update to 0.12.1
|
||||
o Improvements:
|
||||
- Status view: revert uncommitted diff chunks and unstaged
|
||||
files with changes. Bound to ! by default.
|
||||
files with changes. Bound to ! by default.
|
||||
- Main view: use —topo-order also when rev-list arguments are
|
||||
given on the command line.
|
||||
given on the command line.
|
||||
- Log view: support for refreshing.
|
||||
o Bug fixes:
|
||||
- Status view: use ls-files' —exclude-standard so user specific
|
||||
ignore rules are effective. The option was added in git
|
||||
version 1.5.4.
|
||||
version 1.5.4.
|
||||
- Stage view: fix assertion failure triggered when updating
|
||||
while status view is not displayed.
|
||||
while status view is not displayed.
|
||||
- Help view: avoid confusion by showing "(no key)" instead of
|
||||
"?" for unbound requests.
|
||||
"?" for unbound requests.
|
||||
- Reload repository references when refreshing the main (and
|
||||
log) view.
|
||||
log) view.
|
||||
- Do not maximize views when refreshing.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
8
tig.spec
8
tig.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package tig (Version 0.14.1)
|
||||
# spec file for package tig (Version 0.15)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,13 +19,13 @@
|
||||
|
||||
|
||||
Name: tig
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
Group: Development/Tools/Version Control
|
||||
BuildRequires: ncurses-devel
|
||||
Requires: git-core
|
||||
AutoReqProv: on
|
||||
Version: 0.14.1
|
||||
Release: 2
|
||||
Version: 0.15
|
||||
Release: 1
|
||||
Summary: An ncurses-based text-mode interface for git
|
||||
Url: http://jonas.nitro.dk/tig/
|
||||
Source0: http://jonas.nitro.dk/tig/releases/%{name}-%{version}.tar.bz2
|
||||
|
Loading…
x
Reference in New Issue
Block a user