Make blame_draw check if the filename is NULL instead of empty
[tig.git] / README
blob86994e3087ed71adaf2670dba281d50d10f93554
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.