Searched refs:commit (Results 1 – 6 of 6) sorted by relevance
88 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.commit197 for commit in commits:198 commit = commit.split(" ", 1)[all …]
1511 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 …]
262 comit||commit268 committ||commit
873 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…
82 git commit -e -v -s -m "${commit_msg}"
2 /// Since commit 1c6c69525b40 ("genirq: Reject bogus threaded irq requests")