- 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, git_attr_foreach_cb 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.