This commit is contained in:
parent
7403848d57
commit
00498706c9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bdbb05e4b1c15c0f630f620a75a7fff5c3fb4dc7e8c9fbc780e489f3da77c08b
|
||||
size 102920
|
3
tig-0.11.tar.bz2
Normal file
3
tig-0.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af8625d40343bf9c7fd50d516f22209edd7725bd5a0fc0b78039f47a6b74b373
|
||||
size 91927
|
17
tig.changes
17
tig.changes
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 7 10:25:46 CEST 2008 - bwalle@suse.de
|
||||
|
||||
- update to 0.11
|
||||
o Fix pager mode and disable view reliance on the git directory.
|
||||
o The date and author columns and references can now be toggled
|
||||
on and off.
|
||||
o Local (unsigned) tags are now shown as references, and the
|
||||
builtin reference colors have been changed to highlight the
|
||||
current branch and the remote tracked by the current branch.
|
||||
o The status and stage views are now reloaded after running
|
||||
external commands (e.g. git commit) so they stay up to date.
|
||||
o A blame view has been added, and is accessible from the
|
||||
command line (tig blame [rev] file), status view, and the tree
|
||||
view (by pressing 'B').
|
||||
- change compression to bzip2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 09:56:07 CET 2008 - bwalle@suse.de
|
||||
|
||||
|
20
tig.spec
20
tig.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package tig (Version 0.10)
|
||||
# spec file for package tig (Version 0.11)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -17,11 +17,11 @@ Group: Development/Tools/Version Control
|
||||
BuildRequires: ncurses-devel
|
||||
Requires: git-core
|
||||
AutoReqProv: on
|
||||
Version: 0.10
|
||||
Version: 0.11
|
||||
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.gz
|
||||
Source0: http://jonas.nitro.dk/tig/releases/%{name}-%{version}.tar.bz2
|
||||
Patch0: tig-fix-build.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -70,6 +70,20 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man5/*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 07 2008 bwalle@suse.de
|
||||
- update to 0.11
|
||||
o Fix pager mode and disable view reliance on the git directory.
|
||||
o The date and author columns and references can now be toggled
|
||||
on and off.
|
||||
o Local (unsigned) tags are now shown as references, and the
|
||||
builtin reference colors have been changed to highlight the
|
||||
current branch and the remote tracked by the current branch.
|
||||
o The status and stage views are now reloaded after running
|
||||
external commands (e.g. git commit) so they stay up to date.
|
||||
o A blame view has been added, and is accessible from the
|
||||
command line (tig blame [rev] file), status view, and the tree
|
||||
view (by pressing 'B').
|
||||
- change compression to bzip2
|
||||
* Mon Mar 17 2008 bwalle@suse.de
|
||||
- update to 0.10
|
||||
o documentation improvements
|
||||
|
Loading…
x
Reference in New Issue
Block a user