Make tig handle GIT_DIR better
[tig] / README
CommitLineData
b8ae9346
JF
1Tig: text-mode interface for git
2================================
3
4Tig is a git repository browser that additionally can act as a pager for output
67d3beab 5from various git commands.
b8ae9346
JF
6
7When browsing repositories, it uses the underlying git commands to present the
1b4b0bd9 8user with various views, such as summarized revision log and showing the commit
b8ae9346
JF
9with the log message, diffstat, and the diff.
10
67d3beab 11Using it as a pager, it will display input from stdin and colorize it.
b8ae9346 12
32f6387b
JF
13Resources
14---------
15
f4657f00 16include::SITES[]
b8ae9346 17
f4657f00 18include::INSTALL[]