Lines Matching refs:id
1231 my ($commit, $id, $desc) = @_;
1233 return ($id, $desc) if ((which("git") eq "") || !(-e "$gitroot"));
1239 return ($id, $desc) if ($#lines < 0);
1253 $id = undef;
1255 $id = substr($lines[0], 0, 12);
1259 return ($id, $desc);
3236 my $id = "0123456789ab";
3237 my ($cid, $ctitle) = git_commit_info($orig_commit, $id,
3355 my $id = '0123456789ab';
3394 ($id, $description) = git_commit_info($orig_commit,
3395 $id, $orig_desc);
3397 if (defined($id) &&
3401 … 'commit <12+ chars of sha1> (\"<title line>\")' - ie: '${init_char}ommit $id (\"$description\")'\…
3514 my $id;
3516 ($id, $description) = git_commit_info($2, undef, undef);
3517 if (!defined($id)) {