Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dgit-make-shallow46 make_shallow(shallow_file, args.revisions, args.refs)
88 def make_shallow(shallow_file, revisions, refs): function
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dfetch.py1501 def make_shallow(self, args=None): member in GitMakeShallowTest
1517 self.make_shallow()
1531 self.make_shallow(['HEAD~2'])
1542 self.make_shallow()
1550 self.make_shallow(['a_tag'])
1567 self.make_shallow()
1578 self.make_shallow(['-r', 'master', 'HEAD'])
1585 self.make_shallow()
1593 self.make_shallow(['refs/tags/1.10.0'])