Git.importTree

Import a directory tree into the object store, and return the new tree object's hash.

struct Git
importTree
(
string path
,,
bool delegate
(
string
)
pathFilter = null
)

Meta