git_attr_cache_flush

Flush the gitattributes cache.

Call this if you have reason to believe that the attributes files on disk no longer match the cached contents of memory. This will cause the attributes files to be reloaded the next time that an attribute access function is called.

@param repo The repository containing the gitattributes cache @return 0 on success, or an error code

extern (C) nothrow @nogc
int
git_attr_cache_flush

Meta