Home
last modified time | relevance | path

Searched refs:treeish (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-git/
H A D0001-python3-git-CVE-2022-24439-fix-from-PR-1518.patch90 - self.git.archive(treeish, *path, **kwargs)
91 + self.git.archive("--", treeish, *path, **kwargs)
H A D0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch484 def archive(self, ostream: Union[TextIO, BinaryIO], treeish: Optional[str] = None,
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dstandard.py368 def _git_ls_tree(repodir, treeish='HEAD', recursive=False): argument
371 cmd = ['git', 'ls-tree', '-z', treeish]