Home
last modified time | relevance | path

Searched refs:iter_tree_contents (Results 1 – 10 of 10) sorted by relevance

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dulwich/
H A Dindex.py399 for (name, mode, sha) in object_store.iter_tree_contents(tree):
529 for entry in object_store.iter_tree_contents(tree_id):
H A Dfastexport.py226 self.repo.object_store.iter_tree_contents(tree_id)):
H A Dobject_store.py179 def iter_tree_contents(self, tree_id, include_trees=False): member in BaseObjectStore
/dports/devel/dulwich/dulwich-0.19.16/dulwich/
H A Dindex.py419 for (name, mode, sha) in object_store.iter_tree_contents(tree):
552 for entry in object_store.iter_tree_contents(tree_id):
H A Dfastexport.py226 self.repo.object_store.iter_tree_contents(tree_id)):
H A Dobject_store.py188 def iter_tree_contents(self, tree_id, include_trees=False): member in BaseObjectStore
/dports/devel/dulwich/dulwich-0.19.16/dulwich/tests/
H A Dtest_object_store.py164 list(self.store.iter_tree_contents(tree_id)))
191 actual = self.store.iter_tree_contents(tree_id, include_trees=True)
/dports/devel/dulwich/dulwich-0.19.16/
H A DNEWS1678 * ObjectStore.iter_tree_contents now walks contents in depth-first, sorted
1681 * ObjectStore.iter_tree_contents can optionally yield tree objects as well.
1886 * Add ObjectStore.iter_tree_contents(). (Jelmer Vernooij)
/dports/devel/brz/breezy-3.2.0/breezy/git/
H A Dworkingtree.py1249 for entry in self.store.iter_tree_contents(
H A Dtree.py682 return self.store.iter_tree_contents(