Searched refs:clone_shallow_local (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | gitannex.py | 53 def clone_shallow_local(self, ud, dest, d): member in GitANNEX 54 super(GitANNEX, self).clone_shallow_local(ud, dest, d)
|
H A D | git.py | 533 self.clone_shallow_local(ud, shallowclone, d) 553 def clone_shallow_local(self, ud, dest, d): member in Git
|