git2.attr

Undocumented in source.

Members

Enums

git_attr_t
enum git_attr_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_ATTR_FALSE
bool GIT_ATTR_FALSE(T attr)
Undocumented in source. Be warned that the author may not have intended to support it.
GIT_ATTR_HAS_VALUE
bool GIT_ATTR_HAS_VALUE(T attr)
Undocumented in source. Be warned that the author may not have intended to support it.
GIT_ATTR_TRUE
bool GIT_ATTR_TRUE(T attr)
Undocumented in source. Be warned that the author may not have intended to support it.
GIT_ATTR_UNSPECIFIED
bool GIT_ATTR_UNSPECIFIED(T attr)
Undocumented in source. Be warned that the author may not have intended to support it.
git_attr_add_macro
int git_attr_add_macro(git_repository* repo, const(char)* name, const(char)* values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_attr_cache_flush
void git_attr_cache_flush(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_attr_foreach
int git_attr_foreach(git_repository* repo, uint32_t flags, const(char)* path, int function(const(char)*, const(char)*, void*) 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_attr_get
int git_attr_get(const(char)** value_out, git_repository* repo, uint32_t flags, const(char)* path, 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_attr_get_many
int git_attr_get_many(const(char)** values_out, git_repository* repo, uint32_t flags, const(char)* path, size_t num_attr, const(char)** names)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_attr_value
git_attr_t git_attr_value(const(char)* attr)
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_ATTR_CHECK_FILE_THEN_INDEX
enum GIT_ATTR_CHECK_FILE_THEN_INDEX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GIT_ATTR_CHECK_INDEX_ONLY
enum GIT_ATTR_CHECK_INDEX_ONLY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GIT_ATTR_CHECK_INDEX_THEN_FILE
enum GIT_ATTR_CHECK_INDEX_THEN_FILE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GIT_ATTR_CHECK_NO_SYSTEM
enum GIT_ATTR_CHECK_NO_SYSTEM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta