Lines Matching refs:id
1228 my ($commit, $id, $desc) = @_;
1230 return ($id, $desc) if ((which("git") eq "") || !(-e "$gitroot"));
1236 return ($id, $desc) if ($#lines < 0);
1250 $id = undef;
1252 $id = substr($lines[0], 0, 12);
1256 return ($id, $desc);
3197 my $id = "0123456789ab";
3224 my ($cid, $ctitle) = git_commit_info($orig_commit, $id,
3342 my $id = '0123456789ab';
3381 ($id, $description) = git_commit_info($orig_commit,
3382 $id, $orig_desc);
3384 if (defined($id) &&
3388 … 'commit <12+ chars of sha1> (\"<title line>\")' - ie: '${init_char}ommit $id (\"$description\")'\…
3501 my $id;
3503 ($id, $description) = git_commit_info($2, undef, undef);
3504 if (!defined($id)) {