[ANNOUNCE] tig-0.16.1

Jonas Fonseca fonseca at diku.dk
Wed Aug 31 22:00:53 BST 2011


A small release fixing several bugs that has accumulated.

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:

 - Add scroll-first-col action to jump to the first column. Bound to '|'
   by default.
 - Add 'status-untracked-dirs' option to ignore unknown directories
   contents in the status view. On by default.

Bug fixes:

 - Fix 'tig show <commit>' to show the provided commit.
 - Fix problem with empty diff views when file specs were passed on the
   command line.
 - Fix segfault when starting tig in pager mode.

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

 NEWS                |   17 ++++++
 VERSION             |    2 +-
 contrib/aspell.dict |    2 +-
 manual.txt          |    1 +
 tig.c               |  126 +++++++++++++++++++++++++++++++++---------
 tigrc.5.txt         |    7 +++
 6 files changed, 126 insertions(+), 29 deletions(-)

Jonas Fonseca (6):
      Refactor argv_size out from argv_append
      Fall back to retry if no diff will be shown
      Fix segfault when starting tig in pager mode
      Remove remains from the obsoleted toggle-date-short action
      Fix tig show by replacing %(commit) with %(revargs) on first display
      tig-0.16.1

Jonathan Neuschäfer (1):
      Don't show out-of-sight tildes

Pierre Habouzit (5):
      Allow tig to parse control-modified chars in tigrc
      Add vi-like ^ bindings
      Add a scroll-first-col command
      Actually add the ^D binding to move-page-down
      Add an option to ignore unknown directories contents in the status view

Stefan Naewe (1):
      Use function set_tabsize()

-- 
Jonas Fonseca




More information about the git-announce mailing list