summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e4a8d2c)
raw | patch | inline | side by side (parent: e4a8d2c)
author | Jonas Fonseca <fonseca@diku.dk> | |
Sun, 10 Apr 2011 03:40:10 +0000 (23:40 -0400) | ||
committer | Jonas Fonseca <fonseca@diku.dk> | |
Sun, 10 Apr 2011 03:40:10 +0000 (23:40 -0400) |
tig.c | patch | blob | history |
index e60b717c90d0d4f9be73f76aee418c214fce4731..eec5b0abfcd7b3a274d67ec88b64b175db487dfb 100644 (file)
--- a/tig.c
+++ b/tig.c
VIEW_(BRANCH, "branch", &branch_ops, TRUE, ref_head),
VIEW_(HELP, "help", &help_ops, FALSE, ""),
VIEW_(PAGER, "pager", &pager_ops, FALSE, ""),
- VIEW_(STATUS, "status", &status_ops, TRUE, ""),
+ VIEW_(STATUS, "status", &status_ops, TRUE, "status"),
VIEW_(STAGE, "stage", &stage_ops, TRUE, ""),
};