This commit is contained in:
parent
44cc688702
commit
4052145baf
3
tig-0.12.1.tar.bz2
Normal file
3
tig-0.12.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ba6b582c0f9af17a7e522cd224a8eecf2f2e77f7c32176ea14ac3239269e5666
|
||||||
|
size 100022
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:854ece7bf201f8c5088f51fd44b673b3ea9398a37401de77f95afcb3c221e45d
|
|
||||||
size 98660
|
|
22
tig.changes
22
tig.changes
@ -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
|
Mon Oct 06 14:47:23 CEST 2008 - bwalle@suse.de
|
||||||
|
|
||||||
|
23
tig.spec
23
tig.spec
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -24,7 +24,7 @@ Group: Development/Tools/Version Control
|
|||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
Requires: git-core
|
Requires: git-core
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.12
|
Version: 0.12.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: An ncurses-based text-mode interface for git
|
Summary: An ncurses-based text-mode interface for git
|
||||||
Url: http://jonas.nitro.dk/tig/
|
Url: http://jonas.nitro.dk/tig/
|
||||||
@ -77,6 +77,25 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Oct 06 2008 bwalle@suse.de
|
||||||
- update to 0.12
|
- update to 0.12
|
||||||
o Improvements:
|
o Improvements:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user