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