summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 71b01db)
raw | patch | inline | side by side (parent: 71b01db)
author | Jonas Fonseca <fonseca@diku.dk> | |
Sun, 25 Mar 2007 09:14:15 +0000 (11:14 +0200) | ||
committer | Jonas Fonseca <fonseca@diku.dk> | |
Sun, 25 Mar 2007 09:17:16 +0000 (11:17 +0200) |
It can be enabled by adding
set show-rev-graph = yes
to ~/.tigrc or toggled by pressing 'g' when in the main viewer.
set show-rev-graph = yes
to ~/.tigrc or toggled by pressing 'g' when in the main viewer.
tig.c | patch | blob | history |
index 8deab13773e0646d6269c71077103e10e79574b8..69d5059109da2fba65123072d8bbd88bae2662aa 100644 (file)
--- a/tig.c
+++ b/tig.c
/* Option and state variables. */
static bool opt_line_number = FALSE;
-static bool opt_rev_graph = TRUE;
+static bool opt_rev_graph = FALSE;
static int opt_num_interval = NUMBER_INTERVAL;
static int opt_tab_size = TABSIZE;
static enum request opt_request = REQ_VIEW_MAIN;