Shared item
1 shares
tig 0.11 (Default branch)
via freshmeat.net announcements (Global) by (author unknown) on April 05, 2008
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 fixes pager mode and disable view reliance on the git directory. The date and author columns and references can now be toggled on and off. Local (unsigned) tags are now shown as references, and the builtin reference colors have been changed to highlight the current branch and the remote tracked by the current branch. The status and stage views are now reloaded after running external commands (e.g. git commit) so they stay up to date. A blame view has been added, and is accessible from the command line (tig blame [rev] file), status view, and the tree view (by pressing 'B').Shared by: