Lines Matching +full:x +full:- +full:origin
2 # SPDX-License-Identifier: GPL-2.0
12 - ./scripts/checktransupdate.py -l zh_CN
14 - ./scripts/checktransupdate.py Documentation/translations/zh_CN/dev-tools/testing-overview.rst
18 Documentation/dev-tools/kfence.rst
21 Documentation/translations/zh_CN/dev-tools/testing-overview.rst
22 commit 42fb9cfd5b18 ("Documentation: dev-tools: Add link to RV docs")
35 """Get the origin path from the translation path"""
45 command = f"git log --pretty=format:%H%n%aD%n%cD%n%n%B {commit} -1 -- {file_path}"
64 """Get the latest origin commit from the translation commit"""
69 logging.debug("tracked origin commit id: %s", o_from_t["hash"])
74 """Get the latest origin commit from the formatted translation commit:
78 # catch flag for 12-bit commit hash
79 HASH = r'([0-9a-f]{12})'
101 logging.debug("tracked origin commit id: %s", o_from_t["hash"])
107 command = f"git log --pretty=format:%H {commit1}...{commit2} -- {opath}"
112 result = list(filter(lambda x: x != "", result))
118 command = f"git log --pretty='format:%h (\"%s\")' -1 {commit}"
134 logging.error("Cannot find the origin path for {file_path}")
150 logging.error("Error: Cannot find the latest origin commit for %s", file_path)
239 "-l",
240 "--locale",
247 "--print-missing-translations",
254 '--log',
260 '--logfile',
269 # Configure logging based on the --log argument
297 files = list(map(lambda x: os.path.relpath(os.path.abspath(x), linux_path), files))