| 36 |
36 |
| 37 struct settings { |
37 struct settings { |
| 38 std::string hg{"/usr/bin/hg"}; |
38 std::string hg{"/usr/bin/hg"}; |
| 39 std::string git{"/usr/bin/git"}; |
39 std::string git{"/usr/bin/git"}; |
| 40 std::string csv_path{}; |
40 std::string csv_path{}; |
| |
41 std::string out_path{}; |
| |
42 std::string separate_path{}; |
| 41 std::vector<std::string> paths; |
43 std::vector<std::string> paths; |
| 42 std::vector<std::string> authors; |
44 std::vector<std::string> authors; |
| 43 std::unordered_map<std::string, std::string> authormap; |
45 std::unordered_map<std::string, std::string> authormap; |
| 44 |
46 |
| 45 unsigned char depth = 1; |
47 unsigned char depth = 1; |