deimos.git2.submodule

Undocumented in source.

Members

Enums

git_submodule_status_t
enum git_submodule_status_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

GIT_SUBMODULE_STATUS_IS_INDEX_UNMODIFIED
auto GIT_SUBMODULE_STATUS_IS_INDEX_UNMODIFIED(T S)
Undocumented in source. Be warned that the author may not have intended to support it.
GIT_SUBMODULE_STATUS_IS_UNMODIFIED
auto GIT_SUBMODULE_STATUS_IS_UNMODIFIED(T S)
Undocumented in source. Be warned that the author may not have intended to support it.
GIT_SUBMODULE_STATUS_IS_WD_DIRTY
auto GIT_SUBMODULE_STATUS_IS_WD_DIRTY(T S)
Undocumented in source. Be warned that the author may not have intended to support it.
GIT_SUBMODULE_STATUS_IS_WD_UNMODIFIED
auto GIT_SUBMODULE_STATUS_IS_WD_UNMODIFIED(T S)
Undocumented in source. Be warned that the author may not have intended to support it.
git_submodule_add_finalize
int git_submodule_add_finalize(git_submodule* submodule)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_add_setup
int git_submodule_add_setup(git_submodule** submodule, git_repository* repo, const(char)* url, const(char)* path, int use_gitlink)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_add_to_index
int git_submodule_add_to_index(git_submodule* submodule, int write_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_fetch_recurse_submodules
int git_submodule_fetch_recurse_submodules(git_submodule* submodule)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_foreach
int git_submodule_foreach(git_repository* repo, int function(git_submodule* sm, const(char)* name, void* payload) callback, void* payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_head_id
const(git_oid)* git_submodule_head_id(git_submodule* submodule)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_ignore
git_submodule_ignore_t git_submodule_ignore(git_submodule* submodule)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_index_id
const(git_oid)* git_submodule_index_id(git_submodule* submodule)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_init
int git_submodule_init(git_submodule* submodule, int overwrite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_location
int git_submodule_location(uint* location_status, git_submodule* submodule)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_lookup
int git_submodule_lookup(git_submodule** submodule, git_repository* repo, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_name
const(char)* git_submodule_name(git_submodule* submodule)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_open
int git_submodule_open(git_repository** repo, git_submodule* submodule)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_owner
git_repository* git_submodule_owner(git_submodule* submodule)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_path
const(char)* git_submodule_path(git_submodule* submodule)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_reload
int git_submodule_reload(git_submodule* submodule)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_reload_all
int git_submodule_reload_all(git_repository* repo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_save
int git_submodule_save(git_submodule* submodule)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_set_fetch_recurse_submodules
int git_submodule_set_fetch_recurse_submodules(git_submodule* submodule, int fetch_recurse_submodules)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_set_ignore
git_submodule_ignore_t git_submodule_set_ignore(git_submodule* submodule, git_submodule_ignore_t ignore)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_set_update
git_submodule_update_t git_submodule_set_update(git_submodule* submodule, git_submodule_update_t update)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_set_url
int git_submodule_set_url(git_submodule* submodule, const(char)* url)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_status
int git_submodule_status(uint* status, git_submodule* submodule)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_sync
int git_submodule_sync(git_submodule* submodule)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_update
git_submodule_update_t git_submodule_update(git_submodule* submodule)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_url
const(char)* git_submodule_url(git_submodule* submodule)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_submodule_wd_id
const(git_oid)* git_submodule_wd_id(git_submodule* submodule)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

GIT_SUBMODULE_STATUS__INDEX_FLAGS
enum GIT_SUBMODULE_STATUS__INDEX_FLAGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GIT_SUBMODULE_STATUS__IN_FLAGS
enum GIT_SUBMODULE_STATUS__IN_FLAGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GIT_SUBMODULE_STATUS__WD_FLAGS
enum GIT_SUBMODULE_STATUS__WD_FLAGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Mixins

__anonymous
mixin _ExportEnumMembers!git_submodule_status_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta