git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] tig-0.12
@ 2008-09-15 19:07 Jonas Fonseca
  0 siblings, 0 replies; only message in thread
From: Jonas Fonseca @ 2008-09-15 19:07 UTC (permalink / raw)
  To: git

Hello,

Here goes tig version 0.12 after several bug fixes and improvements have
accumulated. This is the first release with a proper NEWS file from
which the notes for this release is included below. The rendering code
has been cleaned up and simplified so if you notice any regressions,
such as slow downs, please report them. Enjoy!

What is tig?
------------
Tig is an ncurses-based text-mode interface for git. It functions mainly
as a git repository browser, but can also assist in staging changes for
commit at chunk level and act as a pager for output from various git
commands.

 - Homepage:	http://jonas.nitro.dk/tig/
 - Manual:	http://jonas.nitro.dk/tig/manual.html
 - Tarballs:	http://jonas.nitro.dk/tig/releases/
 - Git URL:	git://repo.or.cz/tig.git 
 - Gitweb:	http://repo.or.cz/w/tig.git

Release notes
-------------
Improvements:

 - F5 also refreshes the current view.
 - Allow line graphics to be disabled with new line-graphics option.
 - Main view: also include the reference names when searching.
 - Main view: support for refreshing.
 - Main view: disable boundary commits by default. Use --boundary when
   they should be shown. (Debian bug 498628)
 - Stage view: add stage-next action to jump to next diff chunk that can
   be staged. By default bound to '@'.
 - Configure: check for the ncurses header files.
 - Add author-width option to costumize the width of the author column.
   For example, put the following in ~/.tigrc: set author-width = 10

Bug fixes:

 - Fix regression when staging all diff chunks in a section.
 - Bind the maximize view action to 'O'; it conflicted with the
   keybinding to launch the merge tool in the status view.
 - Fix problem with $(cmd) usage in shell code. Some shells (jsh)
   installed as /bin/sh does not support it.
 - Do not show incomplete boundary commits when --no-walk is used.
 - Documentation: Rename gitlink macro to support AsciiDoc 8.2.3.
 - Ignore pipe reads with errno "Success" reported after a signals,
   for example when refreshing doing background loading.

Change summary
--------------
The diffstat and shortlog summary for changes made in this release.

     3	Dominik Vogt
     1	Jeff King
    33	Jonas Fonseca
     1	Rodolfo Borges

 INSTALL       |    4 +
 Makefile      |   10 +-
 NEWS          |  164 +++++++++++
 TODO          |    3 +
 VERSION       |    2 +-
 asciidoc.conf |    7 +-
 configure.ac  |   26 +-
 manual.txt    |    5 +-
 tig.1.txt     |    4 +-
 tig.c         |  733 ++++++++++++++++++++++++++++---------------------
 tigrc.5.txt   |   14 +-
 11 files changed, 641 insertions(+), 331 deletions(-)

-- 
Jonas Fonseca

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-15 19:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-15 19:07 [ANNOUNCE] tig-0.12 Jonas Fonseca

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).