SHA256
1
0
forked from pool/tig
OBS User unknown 2008-10-09 10:13:03 +00:00 committed by Git OBS Bridge
parent 44cc688702
commit 4052145baf
4 changed files with 46 additions and 5 deletions

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

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

View File

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
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.
- Main view: use —topo-order also when rev-list arguments are
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.
- Stage view: fix assertion failure triggered when updating
while status view is not displayed.
- Help view: avoid confusion by showing "(no key)" instead of
"?" for unbound requests.
- Reload repository references when refreshing the main (and
log) view.
- Do not maximize views when refreshing.
-------------------------------------------------------------------
Mon Oct 06 14:47:23 CEST 2008 - bwalle@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package tig (Version 0.12)
# spec file for package tig (Version 0.12.1)
#
# Copyright (c) 2008 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.12
Version: 0.12.1
Release: 1
Summary: An ncurses-based text-mode interface for git
Url: http://jonas.nitro.dk/tig/
@ -77,6 +77,25 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man5/*
%changelog
* Thu Oct 09 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.
- Main view: use —topo-order also when rev-list arguments are
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.
- Stage view: fix assertion failure triggered when updating
while status view is not displayed.
- Help view: avoid confusion by showing "(no key)" instead of
"?" for unbound requests.
- Reload repository references when refreshing the main (and
log) view.
- Do not maximize views when refreshing.
* Mon Oct 06 2008 bwalle@suse.de
- update to 0.12
o Improvements: