C# (CSharp) GitSharp.Core.TreeWalk AbstractTreeIterator - 43 Beispiele gefunden. Dies sind die am besten bewerteten C# (CSharp) Beispiele für die GitSharp.Core.TreeWalk.AbstractTreeIterator, die aus Open Source-Projekten extrahiert wurden. Sie können Beispiele bewerten, um die Qualität der Beispiele zu verbessern.
Walks a Git tree (directory) in Git sort order. A new iterator instance should be positioned on the first entry, or at eof. Data for the first entry (if not at eof) should be available immediately. Implementors must walk a tree in the Git sort order, which has the following odd sorting: A.cA/cA0c In the second item, A is the name of a subtree and c is a file within that subtree. The other two items are files in the root level tree.