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.pl1463 foreach my $commit (@commits) {
1464 $commit =~ s/^\^//g;
1852 my $commit = "";
1856 $commit = $1 if ($line =~ m/$VCS_cmds{"commit_pattern"}/);
1871 if (@{$ref}[0] eq $commit &&
1880 [ ($commit, $subject, $type) ]);
2026 my $commit = join(" -r ", @commits);
2038 foreach my $commit (@commits) {
2067 my $commit = join(" -r ", @commits);
2098 foreach my $commit (@commits) {
[all …]
Dspelling.txt229 comit||commit
235 committ||commit
Dcheckpatch.pl830 my ($commit, $id, $desc) = @_;
834 my $output = `git log --no-color --format='%H %s' -1 $commit 2>&1`;
840 if ($lines[0] =~ /^error: short SHA1 $commit is ambiguous\./) {
850 …} elsif ($lines[0] =~ /^fatal: ambiguous argument '$commit': unknown revision or path not in the w…
/scripts/dtc/
Dupdate-dtc-source.sh63 git commit -e -v -m "scripts/dtc: Update to upstream version [CHANGEME]"
/scripts/coccinelle/misc/
Dirqf_oneshot.cocci1 /// Since commit 1c6c69525b40 ("genirq: Reject bogus threaded irq requests")