snowe
var git: GitAdapter.GitConfig? = null fun git() = git fun git(closure: Closure<Any>) { closure.call(git) }