git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] tig-0.16.1
@ 2010-09-19 18:35 Jonas Fonseca
  2010-09-19 19:15 ` Kumar Appaiah
  2010-09-20  2:30 ` bill lam
  0 siblings, 2 replies; 5+ messages in thread
From: Jonas Fonseca @ 2010-09-19 18:35 UTC (permalink / raw)
  To: git

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCE] tig-0.16.1
  2010-09-19 18:35 [ANNOUNCE] tig-0.16.1 Jonas Fonseca
@ 2010-09-19 19:15 ` Kumar Appaiah
  2010-09-20  2:30 ` bill lam
  1 sibling, 0 replies; 5+ messages in thread
From: Kumar Appaiah @ 2010-09-19 19:15 UTC (permalink / raw)
  To: Jonas Fonseca; +Cc: git

Dear Jonas,

On Sun, Sep 19, 2010 at 08:35:56PM +0200, Jonas Fonseca wrote:
>  - Fix 'tig show <commit>' to show the provided commit.

Thank you for fixing this. :-)

Kumar

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCE] tig-0.16.1
  2010-09-19 18:35 [ANNOUNCE] tig-0.16.1 Jonas Fonseca
  2010-09-19 19:15 ` Kumar Appaiah
@ 2010-09-20  2:30 ` bill lam
  2010-09-20 20:08   ` Pascal Obry
  2010-09-21  1:48   ` Jonas Fonseca
  1 sibling, 2 replies; 5+ messages in thread
From: bill lam @ 2010-09-20  2:30 UTC (permalink / raw)
  To: Jonas Fonseca; +Cc: git

Thanks for update.

BTW, do you plan to port tig to windows?  Although I seldom use window but
I know ncurses is available as pdcurses.

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCE] tig-0.16.1
  2010-09-20  2:30 ` bill lam
@ 2010-09-20 20:08   ` Pascal Obry
  2010-09-21  1:48   ` Jonas Fonseca
  1 sibling, 0 replies; 5+ messages in thread
From: Pascal Obry @ 2010-09-20 20:08 UTC (permalink / raw)
  To: bill lam; +Cc: Jonas Fonseca, git

Le 20/09/2010 04:30, bill lam a écrit :
> BTW, do you plan to port tig to windows?  Although I seldom use window but
> I know ncurses is available as pdcurses.

Note that tig is working fine on cygwin.

-- 

--|------------------------------------------------------
--| Pascal Obry                           Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--|    http://www.obry.net  -  http://v2p.fr.eu.org
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver keys.gnupg.net --recv-key F949BD3B

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCE] tig-0.16.1
  2010-09-20  2:30 ` bill lam
  2010-09-20 20:08   ` Pascal Obry
@ 2010-09-21  1:48   ` Jonas Fonseca
  1 sibling, 0 replies; 5+ messages in thread
From: Jonas Fonseca @ 2010-09-21  1:48 UTC (permalink / raw)
  To: bill lam; +Cc: git

On Sun, Sep 19, 2010 at 22:30, bill lam <cbill.lam@gmail.com> wrote:
> BTW, do you plan to port tig to windows?

No, I do not. But I welcome patches.

-- 
Jonas Fonseca

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-09-21  1:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-19 18:35 [ANNOUNCE] tig-0.16.1 Jonas Fonseca
2010-09-19 19:15 ` Kumar Appaiah
2010-09-20  2:30 ` bill lam
2010-09-20 20:08   ` Pascal Obry
2010-09-21  1:48   ` 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).