Code

Rewrite the revision graph renderer
authorJonas Fonseca <jonas.fonseca@savoirfairelinux.com>
Fri, 11 Dec 2009 22:05:23 +0000 (17:05 -0500)
committerJonas Fonseca <fonseca@diku.dk>
Mon, 7 Mar 2011 01:45:34 +0000 (20:45 -0500)
commit607cfb11cd9b6e2beaa36158d77842f8aac7fd67
tree3076d8400a927645751c68ff2b1e4205e424d5a3
parent389378ae4f62653a77d6b1679989734715a0fc22
Rewrite the revision graph renderer

The new renderer is more 'square' but comes with three modes: UTF-8,
ncurses (using chtype graphical characters), and ASCII. The three modes
can be toggled. Enable revision graph rendering by default.
12 files changed:
.gitignore
Makefile
NEWS
graph.c [new file with mode: 0644]
graph.h [new file with mode: 0644]
io.c
io.h
manual.txt
test-graph.c [new file with mode: 0644]
tig.c
tig.h
tigrc.5.txt