summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4e9fb67)
raw | patch | inline | side by side (parent: 4e9fb67)
author | Jonas Fonseca <fonseca@diku.dk> | |
Wed, 8 Oct 2008 12:29:25 +0000 (14:29 +0200) | ||
committer | Jonas Fonseca <fonseca@diku.dk> | |
Wed, 8 Oct 2008 12:29:25 +0000 (14:29 +0200) |
NEWS | patch | blob | history | |
VERSION | patch | blob | history |
index d7633b37aaa39e46bbd3c115ae459cf567794d76..7e219af9846d46f73711c0db3fcabbcfa9c918e9 100644 (file)
--- a/NEWS
+++ b/NEWS
Release notes
=============
-tig master
+tig-0.12.1
----------
Improvements:
- - Status view: revert unstaged files with changes and diff chunks.
- Bound to '!' by default.
+ - 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.
- 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.
tig-0.12
--------