Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dgit-make-shallow32 shallow_file = os.path.join(git_dir, 'shallow')
33 if os.path.exists(shallow_file):
38 os.unlink(shallow_file)
46 make_shallow(shallow_file, args.revisions, args.refs)
88 def make_shallow(shallow_file, revisions, refs): argument
92 with open(shallow_file, 'a') as f: