Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/
Dchecktransupdate.py42 def get_latest_commit_from(file_path, commit): function
64 o_from_t = get_latest_commit_from(origin_path, t_from_head["hash"])
66 o_from_t = get_latest_commit_from(origin_path, o_from_t["hash"] + "^")
104 o_from_head = get_latest_commit_from(opath, "HEAD")
105 t_from_head = get_latest_commit_from(file_path, "HEAD")