Beispiel #1
0
bool GitStatus::IsExternal(const CTGitPath& path) const
{
#if 0
	if (apr_hash_get(m_externalhash, path.GetGitApiPath(m_pool), APR_HASH_KEY_STRING))
		return true;
#endif
	return false;
}