Tig is a git repository browser that additionally
can act as a pager for output from various git
commands. When browsing repositories, it uses the
underlying git commands to present the user with
various views, such as a summarized revision log
and showing the commit with the log message,
diffstat, and the diff. Using it as a pager, it
will display input from stdin and colorize it.
License: GNU General Public License (GPL)
Changes:
This release brings many documentation
improvements, bugfixes, and some much needed
updates to work better with git. On startup, tig
will now attempt to first read a system-wide
configuration file before loading the user
specific configuration file. Cherry picking from
inside tig has been generalized, making it
possible to wire external commands, which can
access information about the current commit, to a
keybinding. Finally, option parsing has been
changed to be more similar to gitk's.