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