diff --git a/tig-0.13.tar.bz2 b/tig-0.13.tar.bz2 deleted file mode 100644 index 3abe7f9..0000000 --- a/tig-0.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b13b851a779973ba07252b6f604c9521f46c643f6e6f2bd9f1e9a940ab2fadb3 -size 103145 diff --git a/tig-0.14.1.tar.bz2 b/tig-0.14.1.tar.bz2 new file mode 100644 index 0000000..079c413 --- /dev/null +++ b/tig-0.14.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06243e2af9650f63ebc6356bae7ac7dab9978af231ec66294bc7a0f28d1b0e59 +size 109680 diff --git a/tig.changes b/tig.changes index a3fb91f..ff7f3f6 100644 --- a/tig.changes +++ b/tig.changes @@ -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 diff --git a/tig.spec b/tig.spec index 6c7985e..93466b8 100644 --- a/tig.spec +++ b/tig.spec @@ -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: