Searched refs:ref_file_full_path (Results 1 – 1 of 1) sorted by relevance
30 def unpack_ref(ref_file, ref_file_full_path, packed_refs_full_path): argument44 with open(ref_file_full_path, 'w') as fout:72 ref_file_full_path = os.path.join(cwd, '.git', ref_file) variable73 ref_file_exists = os.path.exists(ref_file_full_path)77 unpack_ref(ref_file, ref_file_full_path, packed_refs_full_path)