X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=tig.c;h=1d6312c45f9bbd2868295f5a8f92d3455d3ec5b4;hb=d96d1665973a45f3313f3fbfbac99b1e298ccab3;hp=fcaf3c81e917e84f4637748090568e7c43b33ed5;hpb=2e02e650f57d1760fe4dd0576eeaa0664416b18d;p=tig.git diff --git a/tig.c b/tig.c index fcaf3c8..1d6312c 100644 --- a/tig.c +++ b/tig.c @@ -1154,7 +1154,6 @@ io_run_load(const char **argv, const char *separators, REQ_(OPTIONS, "Open option menu"), \ REQ_(TOGGLE_LINENO, "Toggle line numbers"), \ REQ_(TOGGLE_DATE, "Toggle date display"), \ - REQ_(TOGGLE_DATE_SHORT, "Toggle short (date-only) dates"), \ REQ_(TOGGLE_AUTHOR, "Toggle author display"), \ REQ_(TOGGLE_REV_GRAPH, "Toggle revision graph visualization"), \ REQ_(TOGGLE_REFS, "Toggle reference display (tags/branches)"), \