Lines Matching full:only
45 # this script only depends on Git, Python and uncrustify, and not other
65 The optional argument since is a commit, indicating to only list files
69 Only C files are included, and certain files (generated, or 3rdparty)
102 "--name-only", "--pretty=", "--"] + src_files
107 "--name-only", "--pretty=", "--"] + framework_src_files
114 cmd = ["git", "diff", "--name-only", "--"] + src_files
118 cmd = ["git", "-C", "framework", "diff", "--name-only", "--"] + \
224 print("Note: The only supported version is " +
232 help=('only check files modified since the specified commit'
235 # --subset is almost useless: it only matters if there are no files
241 help='only check the specified files (default with non-option arguments)')
248 # We only check files that are known to git