Searched refs:commit (Results 1 – 13 of 13) sorted by relevance
/scripts/ |
A D | checkkconfigsymbols.py | 87 if args.commit and args.diff: 94 if args.commit or args.diff: 103 if args.commit: 137 if args.commit or args.diff: 143 if args.commit: 144 commit_a = args.commit + "~" 145 commit_b = args.commit 199 for commit in commits: 200 commit = commit.split(" ", 1) 201 print("\t- %s (\"%s\")" % (yel(commit[0]), commit[1])) [all …]
|
A D | checktransupdate.py | 43 def get_latest_commit_from(file_path, commit): argument 116 def pretty_output(commit): argument 124 def valid_commit(commit): argument 126 msg = pretty_output(commit) 161 for commit in commits: 162 if valid_commit(commit): 163 logging.info("commit %s", pretty_output(commit))
|
A D | git-resolve.sh | 109 '12345 ("I'\''m a dummy commit")' # Valid prefix but wrong subject 195 echo "Error: '$1' does not match any git commit"
|
A D | get_maintainer.pl | 1739 foreach my $commit (@commits) { 1740 $commit =~ s/^\^//g; 1775 my ($commit, $desc) = @_; 2155 my $commit = ""; 2174 if (@{$ref}[0] eq $commit && 2183 [ ($commit, $subject, $type) ]); 2329 my $commit = join(" -r ", @commits); 2341 foreach my $commit (@commits) { 2370 my $commit = join(" -r ", @commits); 2401 foreach my $commit (@commits) { [all …]
|
A D | check-uapi.sh | 13 By default, the script will check to make sure the latest commit (or current 15 check against additional commit ranges with the -b and -p options.
|
A D | spdxcheck.py | 53 lictree = repo.head.commit.tree['LICENSES'] 392 scan_git_subtree(repo.head.reference.commit.tree, p, 399 scan_git_tree(repo.head.commit.tree, '.', args.depth)
|
A D | checkpatch.pl | 1243 my ($commit, $id, $desc) = @_; 1247 my $output = `${git_command} log --no-color --format='%H %s' -1 $commit 2>&1`; 1253 if ($lines[0] =~ /^error: short SHA1 $commit is ambiguous/) { 1263 …} elsif ($lines[0] =~ /^fatal: ambiguous argument '$commit': unknown revision or path not in the w… 1264 $lines[0] =~ /^fatal: bad object $commit/) {
|
A D | spelling.txt | 350 comit||commit 356 committ||commit
|
/scripts/coccinelle/misc/ |
A D | uninitialized_var.cocci | 6 /// commit 4b19bec97c88 ("docs: deprecated.rst: Add uninitialized_var()"): 16 /// Later, commit 3942ea7a10c9 ("deprecated.rst: Remove now removed
|
A D | irqf_oneshot.cocci | 2 /// Since commit 1c6c69525b40 ("genirq: Reject bogus threaded irq requests")
|
/scripts/dtc/ |
A D | update-dtc-source.sh | 80 git commit -e -v -s -m "${commit_msg}"
|
/scripts/coccinelle/free/ |
A D | ifnulldev_put.cocci | 2 /// Since commit b37a46683739 ("netdevice: add the case if dev is NULL"),
|
/scripts/package/ |
A D | PKGBUILD | 62 # https://github.com/systemd/systemd/commit/edda44605f06a41fb86b7ab8128dcf99161d2344
|
Completed in 19 milliseconds