36 struct settings { |
36 struct settings { |
37 std::string hg{"/usr/bin/hg"}; |
37 std::string hg{"/usr/bin/hg"}; |
38 std::string git{"/usr/bin/git"}; |
38 std::string git{"/usr/bin/git"}; |
39 std::vector<std::string> paths; |
39 std::vector<std::string> paths; |
40 unsigned char depth = 1; |
40 unsigned char depth = 1; |
41 bool nopull = false; |
41 bool update_repos = true; |
42 bool separate = false; |
42 bool separate = false; |
43 unsigned short year = SETTINGS_CURRENT_YEAR; |
43 unsigned short year = SETTINGS_CURRENT_YEAR; |
44 }; |
44 }; |
45 |
45 |
46 } |
46 } |