Searched refs:t_from_head (Results 1 – 1 of 1) sorted by relevance
62 def get_origin_from_trans(origin_path, t_from_head): argument64 o_from_t = get_latest_commit_from(origin_path, t_from_head["hash"])65 while o_from_t is not None and o_from_t["author_date"] > t_from_head["author_date"]:105 t_from_head = get_latest_commit_from(file_path, "HEAD")107 if o_from_head is None or t_from_head is None:111 o_from_t = get_origin_from_trans(opath, t_from_head)