Home
last modified time | relevance | path

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

/openbmc/openbmc/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.py533 self.clone_shallow_local(ud, shallowclone, d)
553 def clone_shallow_local(self, ud, dest, d): member in Git