Rearrange pager_enter logic
[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
16 - Homepage: http://jonas.nitro.dk/tig[]
17 - Releases: http://jonas.nitro.dk/tig/releases[]
18 - Git URL: http://jonas.nitro.dk/tig/tig.git[]
19 - Gitweb: http://pasky.or.cz/gitweb.cgi?p=tig.git;a=summary[]
20
21Installation instructions
22-------------------------
23
24Download a tarball from http://jonas.nitro.dk/tig/releases[] or clone the tig
25repository http://jonas.nitro.dk/tig/tig.git[]. Documentation files are
26available either in the tarballs or in the above repository in the branch named
27'release'.
28
29To install tig simply run:
30
31 $ make install
32
33To install documentation run:
34
35 $ make install-docs
36
37The following tools and packages are needed:
38
39`-------------------------------`----------------------------------------------
40Tool Description
41-------------------------------------------------------------------------------
42git-core Tig is just a frontend for git.
43ncurses Be sure to also have development files \
44 installed. Usually they are available in a
45 separate package ending with `-dev`.
46asciidoc (>= 7.0), xmlto For building documentation. (Optional)
47-------------------------------------------------------------------------------
48
49NOTE: You need to install the tig(1) man page in order for the internal help to
50be available.