public
Description: Text-mode interface for git
Homepage: http://jonas.nitro.dk/tig/
Clone URL: git://github.com/jonas/tig.git
jonas (author)
Sat Dec 19 20:11:12 -0800 2009
commit  74323336d4df16c9465109dd72cee4316afbb04f
tree    f17e47015027c83f677d94cf24e5cfa98c5469c1
parent  c29d53f15aad5935deddb5e710cc8d969f9130db
tig /
name age message
file .gitignore Tue Nov 17 20:31:28 -0800 2009 tigmanual(7): provide the manual as a man page [jonas]
file BUGS Tue Feb 03 06:35:02 -0800 2009 Add support for horizontal scrolling It is sti... [jonas]
file COPYING Tue May 30 06:23:19 -0700 2006 Add COPYING file [jonas]
file INSTALL Sun Nov 29 08:52:32 -0800 2009 Encode everything internally as UTF-8 Store al... [jonas]
file Makefile Sat Nov 21 06:37:26 -0800 2009 Fix install-release-doc make rules to use origi... [jonas]
file NEWS Sat Dec 19 20:11:08 -0800 2009 Fix the display of relative date by storing the... [jonas]
file README Mon May 29 12:37:24 -0700 2006 Remove SITES title so it is more adaptive to wh... [jonas]
file SITES Sat Sep 29 09:15:46 -0700 2007 SITES: 'Tarballs' is a bit more telling than 'R... [jonas]
file TODO Sun Nov 22 11:18:36 -0800 2009 TODO: line wrapping Requested by Eskild Hustvedt. [jonas]
file VERSION Fri Nov 20 05:05:00 -0800 2009 tig-0.15 [jonas]
file acinclude.m4 Fri Sep 14 05:52:31 -0700 2007 Use the more advanced iconv.m4 script from ELinks [jonas]
file asciidoc.conf Mon Apr 28 14:26:58 -0700 2008 Rename the gitlink:[] AsciiDoc macro to manpage... [jonas]
file config.make.in Sun Mar 16 14:18:07 -0700 2008 Add system-wide configuration file and new conf... [Dominik Vogt]
file configure.ac Tue Nov 17 20:31:31 -0800 2009 Remove build dependency on git from the configu... [jonas]
directory contrib/ Fri Nov 20 05:05:00 -0800 2009 tig-0.15 [jonas]
file manual.txt Mon Dec 14 19:01:59 -0800 2009 Abbreviation of author names is now configurabl... [jonas]
file tig.1.txt Tue Nov 17 20:31:28 -0800 2009 tigmanual(7): provide the manual as a man page [jonas]
file tig.c Sat Dec 19 20:11:12 -0800 2009 Only draw dates with non-zero seconds [jonas]
file tigmanual.7.txt Tue Nov 17 20:31:28 -0800 2009 tigmanual(7): provide the manual as a man page [jonas]
file tigrc.5.txt Mon Dec 14 19:01:59 -0800 2009 Abbreviation of author names is now configurabl... [jonas]
README
Tig: text-mode interface for git
================================

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 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.

Resources
---------

include::SITES[]

include::INSTALL[]