C# (CSharp) GitSharp.Core.DirectoryCache DirCacheIterator - 9 примеров найдено. Это лучшие примеры C# (CSharp) кода для GitSharp.Core.DirectoryCache.DirCacheIterator, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Iterate a DirCache as part of a TreeWalk. This is an iterator to adapt a loaded DirCache instance (such as Read from an existing .git/index file) to the tree structure used by a TreeWalk, making it possible for applications to walk over any combination of tree objects already in the object database, index files, or working directories.