Add main-options for setting default options in the main view
commit5163cd2fc8702479be7274e4d87926d26c08a2d0
authorJonas Fonseca <jonas.fonseca@gmail.com>
Sat, 7 Feb 2015 02:03:48 +0000 (6 21:03 -0500)
committerJonas Fonseca <jonas.fonseca@gmail.com>
Sat, 7 Feb 2015 04:11:03 +0000 (6 23:11 -0500)
tree3d43eb456d4320ac152617ee871a87a6b6df5790
parent56fbe19305598ae02aee5807e483f3b24b41538e
Add main-options for setting default options in the main view

This allows to specify options that are passed to the git-log command
used by the main view.

References #368
NEWS.adoc
doc/manual.adoc
doc/tigrc.5.adoc
include/tig/git.h
include/tig/options.h
src/argv.c
src/main.c
src/refs.c
test/main/main-options-test [new file with mode: 0755]