Searched refs:shallow_file (Results 1 – 1 of 1) sorted by relevance
32 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): argument92 with open(shallow_file, 'a') as f: