Add option to not check the remote when loading from git storage

This way we can first load from cache and then update from the network in the
background.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-12-27 08:31:08 -08:00
parent 3a670f8c3b
commit 83bd46cf79
2 changed files with 6 additions and 0 deletions

View file

@ -125,6 +125,7 @@ struct preferences {
short conservatism_level;
int time_threshold;
int distance_threshold;
bool git_local_only;
};
enum unit_system_values {
METRIC,