git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonas Fonseca <fonseca@diku.dk>
To: git@vger.kernel.org
Subject: [ANNOUNCE] tig-0.16.1
Date: Sun, 19 Sep 2010 20:35:56 +0200	[thread overview]
Message-ID: <20100919183556.GA22302@diku.dk> (raw)

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

             reply	other threads:[~2010-09-19 18:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-19 18:35 Jonas Fonseca [this message]
2010-09-19 19:15 ` [ANNOUNCE] tig-0.16.1 Kumar Appaiah
2010-09-20  2:30 ` bill lam
2010-09-20 20:08   ` Pascal Obry
2010-09-21  1:48   ` Jonas Fonseca

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100919183556.GA22302@diku.dk \
    --to=fonseca@diku.dk \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).