1
- {
2
- "gitsync-options" :
3
- {
4
- "global" :
5
- {
6
- "email-domain" : " server.com" ,
7
- "v8-version" : " 8.3.10" ,
8
- "git-executable" : " git"
9
- }
1
+ {
2
+ "gitsync-options" : {
3
+ "global" : {
4
+ "email-domain" : " server.com" ,
5
+ "v8-version" : " 8.3.10" ,
6
+ "git-executable" : " git"
10
7
},
11
- "repositories" : [
8
+ "repositories" : [
12
9
{
13
- "name" : " test" ,
14
- "git-local-path" : " Путь" ,
15
- "git-remote" : " адрес2" ,
16
- "v8-storage-dir" : " каталог2" ,
17
- "process-fatform-modules" : " on" ,
18
- "push-every-n-commits" : 5 ,
19
- "auto-set-tags" : " on" ,
20
- "stop-if-empty-comment" : " on" ,
21
- "check-authors" : " on"
22
- //"email-domain",
23
- //"v8-version",
24
- //"git-executable",
25
- },
10
+ "name" : " test" ,
11
+ "git-local-path" : " Путь" ,
12
+ "git-remote" : " адрес2" ,
13
+ "v8-storage-dir" : " каталог2" ,
14
+ "process-fatform-modules" : " on" ,
15
+ "push-every-n-commits" : 5 ,
16
+ "auto-set-tags" : " on" ,
17
+ "stop-if-empty-comment" : " on" ,
18
+ "check-authors" : " on"
19
+ },
26
20
{
27
- "name" : " test2" ,
21
+ "name" : " test2" ,
28
22
"git-local-path" : " Путь2" ,
29
23
"git-remote" : " адрес2" ,
30
24
"v8-storage-dir" : " каталог2" ,
31
- "process-fatform-modules" : " on" ,
25
+ "process-fatform-modules" : " on" ,
32
26
"push-every-n-commits" : 5 ,
33
- "auto-set-tags" : " on" ,
34
- "stop-if-empty-comment" : " on" ,
35
- "check-authors" : " on"
36
- // "email-domain",
37
- // "v8-version",
38
- // "git-executable",
27
+ "auto-set-tags" : " on" ,
28
+ "stop-if-empty-comment" : " on" ,
29
+ "check-authors" : " on" ,
30
+ "email-domain" : " server2.com " ,
31
+ "v8-version" : " 8.3.7 " ,
32
+ "git-executable" : " git "
39
33
40
34
}
41
35
]
42
36
}
37
+ }
0 commit comments