Lines Matching +full:- +full:- +full:commits
2 # SPDX-License-Identifier: GPL-2.0
8 (order by author date) and the latest english commits from HEAD. If
9 differences occur, report the file and commits that need to be updated.
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")
23 1 commits needs resolving in total
44 command = f"git log --pretty=format:%H%n%aD%n%cD%n%n%B {commit} -1 -- {file_path}"
73 """Get the commits count between two commits for the specified file"""
74 command = f"git log --pretty=format:%H {commit1}...{commit2} -- {opath}"
85 command = f"git log --pretty='format:%h (\"%s\")' -1 {commit}"
121 commits = get_commits_count_between(
125 for commit in commits:
129 logging.info("%d commits needs resolving in total\n", count)
203 "-l",
204 "--locale",
211 "--print-missing-translations",
218 '--log',
224 '--logfile',
233 # Configure logging based on the --log argument