Simplify the install goal and rename $(PROGS) to $(EXE)
[tig.git] / README
blobd28ae89297141a97b2023c9ff86c50c0da57b517
1 Tig: text-mode interface for git
2 ================================
4 What is tig?
5 ------------
6 Tig is an ncurses-based text-mode interface for git. It functions mainly
7 as a git repository browser, but can also assist in staging changes for
8 commit at chunk level and act as a pager for output from various git
9 commands.
11 Resources
12 ---------
14  - Homepage:    http://jonas.nitro.dk/tig/[]
15  - Manual:      http://jonas.nitro.dk/tig/manual.html[]
16  - Tarballs:    http://jonas.nitro.dk/tig/releases/[]
17  - Git URL:     git://github.com/jonas/tig.git (master) or
18                 git://repo.or.cz/tig.git (mirror)
19  - Gitweb:      http://repo.or.cz/w/tig.git[]
20  - Q&A:         http://stackoverflow.com/questions/tagged/tig[]
22 Installation
23 ------------
24 For installation instructions see the link:INSTALL.html[INSTALL] file.