Home
last modified time | relevance | path

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

/scripts/
Dcheckkconfigsymbols.py88 if args.commit and args.diff:
95 if args.commit or args.diff:
104 if args.commit:
123 if args.sim and not args.commit and not args.diff:
135 if args.commit or args.diff:
141 if args.commit:
142 commit_a = args.commit + "~"
143 commit_b = args.commit
197 for commit in commits:
198 commit = commit.split(" ", 1)
[all …]
Dget_maintainer.pl1511 foreach my $commit (@commits) {
1512 $commit =~ s/^\^//g;
1900 my $commit = "";
1904 $commit = $1 if ($line =~ m/$VCS_cmds{"commit_pattern"}/);
1919 if (@{$ref}[0] eq $commit &&
1928 [ ($commit, $subject, $type) ]);
2074 my $commit = join(" -r ", @commits);
2086 foreach my $commit (@commits) {
2115 my $commit = join(" -r ", @commits);
2146 foreach my $commit (@commits) {
[all …]
Dspelling.txt262 comit||commit
268 committ||commit
Dcheckpatch.pl873 my ($commit, $id, $desc) = @_;
877 my $output = `git log --no-color --format='%H %s' -1 $commit 2>&1`;
883 if ($lines[0] =~ /^error: short SHA1 $commit is ambiguous\./) {
893 …} elsif ($lines[0] =~ /^fatal: ambiguous argument '$commit': unknown revision or path not in the w…
/scripts/dtc/
Dupdate-dtc-source.sh82 git commit -e -v -s -m "${commit_msg}"
/scripts/coccinelle/misc/
Dirqf_oneshot.cocci2 /// Since commit 1c6c69525b40 ("genirq: Reject bogus threaded irq requests")