
Tig is a git repository browser that additionallycan act as a pager for output from various gitcommands. When browsing repositories, it uses theunderlying git commands to present the user withvarious views, such as a summarized revision logand showing the commit with the log message,diffstat, and the diff. Using it as a pager, itwill display input from stdin and colorize it.
License: GNU General Public License (GPL)
Changes:
This release brings many documentationimprovements, bugfixes, and some much neededupdates to work better with git. On startup, tigwill now attempt to first read a system-wideconfiguration file before loading the userspecific configuration file. Cherry picking frominside tig has been generalized, making itpossible to wire external commands, which canaccess information about the current commit, to akeybinding. Finally, option parsing has beenchanged to be more similar to gitk's.
More...