Searched refs:shallow_file (Results 1 – 1 of 1) sorted by relevance
34 shallow_file = os.path.join(git_dir, 'shallow')35 if os.path.exists(shallow_file):40 os.unlink(shallow_file)48 make_shallow(shallow_file, args.revisions, args.refs)90 def make_shallow(shallow_file, revisions, refs): argument94 with open(shallow_file, 'a') as f: