Home
last modified time | relevance | path

Searched refs:clone_shallow_local (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dgitannex.py53 def clone_shallow_local(self, ud, dest, d): member in GitANNEX
54 super(GitANNEX, self).clone_shallow_local(ud, dest, d)
H A Dgit.py460 self.clone_shallow_local(ud, shallowclone, d)
480 def clone_shallow_local(self, ud, dest, d): member in Git