SHA256
1
0
forked from pool/tig
OBS User unknown 2009-02-20 21:21:05 +00:00 committed by Git OBS Bridge
parent 2ed3f9115e
commit d29e2be8e0
4 changed files with 70 additions and 5 deletions

View File

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

3
tig-0.14.1.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Feb 20 10:37:09 CET 2009 - bwalle@suse.de
- update to 0.14.1
o Improvements
- Status view: improve "on branch" information inspired by the
prompt code in git's bash completion script.
- Colors for 256-capable terminals can be specified as colorN.
- Entering a number in the prompt will jump to that line
number.
- Handle core.worktree by setting GIT_DIR and GIT_WORK_TREE.
- Make behavior of horizontal scrolling configurable by setting
the horizontal-scroll variable to a number or a percentage.
o Bug fixes.
- update to 0.14
o Incompatibilities:
- The screen-resize action has been deprecated.
- The "tree-parent" action was renamed to "parent". Warnings
will be emitted for transition.
- Remove parsing of deprecated option -S and subcommands log
and diff.
- The "author" color replaces "main-author".
o Improvements:
- Horizontal scrolling.
- Read tigrc(5) options from git configuration files.
- Tree view: avoid flickering when updating.
- Tree view: annotate entries with commit information.
- Tree & blob view: open any blob in an editor.
- Stage & main view: restore view position when reloading.
- Blame view: load blame for parent commit.
- 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

View File

@ -1,5 +1,5 @@
#
# spec file for package tig (Version 0.13)
# spec file for package tig (Version 0.14.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -24,7 +24,7 @@ Group: Development/Tools/Version Control
BuildRequires: ncurses-devel
Requires: git-core
AutoReqProv: on
Version: 0.13
Version: 0.14.1
Release: 1
Summary: An ncurses-based text-mode interface for git
Url: http://jonas.nitro.dk/tig/
@ -77,6 +77,37 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man5/*
%changelog
* Fri Feb 20 2009 bwalle@suse.de
- update to 0.14.1
o Improvements
- Status view: improve "on branch" information inspired by the
prompt code in git's bash completion script.
- Colors for 256-capable terminals can be specified as colorN.
- Entering a number in the prompt will jump to that line
number.
- Handle core.worktree by setting GIT_DIR and GIT_WORK_TREE.
- Make behavior of horizontal scrolling configurable by setting
the horizontal-scroll variable to a number or a percentage.
o Bug fixes.
- update to 0.14
o Incompatibilities:
- The screen-resize action has been deprecated.
- The "tree-parent" action was renamed to "parent". Warnings
will be emitted for transition.
- Remove parsing of deprecated option -S and subcommands log
and diff.
- The "author" color replaces "main-author".
o Improvements:
- Horizontal scrolling.
- Read tigrc(5) options from git configuration files.
- Tree view: avoid flickering when updating.
- Tree view: annotate entries with commit information.
- Tree & blob view: open any blob in an editor.
- Stage & main view: restore view position when reloading.
- Blame view: load blame for parent commit.
- Abbreviate author names to initials when the width of the
author column is below 6 characters.
o Bug fixes
* Thu Jan 15 2009 bwalle@suse.de
- update to 0.13
o Incompatibilities: