Add extra Gitminster config options to ini.example
parent
6c6c7b0927
commit
5b6485481b
|
@ -887,6 +887,13 @@
|
||||||
Enabled = true
|
Enabled = true
|
||||||
RepoPath = "git"
|
RepoPath = "git"
|
||||||
|
|
||||||
|
;How many frames between the scheduled commits?
|
||||||
|
CommitFrameInterval = 360000
|
||||||
|
|
||||||
|
;Should we automatically commit when necessary to avoid objects never making it into the repo?
|
||||||
|
UseSafetyCommit = true
|
||||||
|
|
||||||
|
|
||||||
[SVN]
|
[SVN]
|
||||||
Enabled = false
|
Enabled = false
|
||||||
Directory = SVNmodule\repo
|
Directory = SVNmodule\repo
|
||||||
|
|
Loading…
Reference in New Issue