GitSubModule

Undocumented in source.

Constructors

this
this(GitRepo repo, git_submodule* submod)
Undocumented in source.

Members

Functions

addToIndex
void addToIndex(bool write_index)
Undocumented in source. Be warned that the author may not have intended to support it.
finalizeAdd
void finalizeAdd()
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init(bool overwrite)
Undocumented in source. Be warned that the author may not have intended to support it.
open
GitRepo open()
Undocumented in source. Be warned that the author may not have intended to support it.
reload
void reload()
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save()
Undocumented in source. Be warned that the author may not have intended to support it.
sync
void sync()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

cHandle
inout(git_submodule)* cHandle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
fetchRecurseSubModules
bool fetchRecurseSubModules [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
fetchRecurseSubModules
bool fetchRecurseSubModules [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
headID
GitOid headID [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
indexID
GitOid indexID [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
location
GitSubModuleStatusFlags location [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
owner
inout(GitRepo) owner [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
path
string path [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
status
GitSubModuleStatusFlags status [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
url
string url [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
url
string url [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
wdID
GitOid wdID [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta