Lines Matching refs:id
1243 my ($commit, $id, $desc) = @_;
1245 return ($id, $desc) if ((which("git") eq "") || !(-e "$gitroot"));
1251 return ($id, $desc) if ($#lines < 0);
1265 $id = undef;
1267 $id = substr($lines[0], 0, 12);
1271 return ($id, $desc);
3248 my $id = "0123456789ab";
3249 my ($cid, $ctitle) = git_commit_info($orig_commit, $id,
3367 my $id = '0123456789ab';
3406 ($id, $description) = git_commit_info($orig_commit,
3407 $id, $orig_desc);
3409 if (defined($id) &&
3413 … 'commit <12+ chars of sha1> (\"<title line>\")' - ie: '${init_char}ommit $id (\"$description\")'\…
3527 my $id;
3529 ($id, $description) = git_commit_info($2, undef, undef);
3530 if (!defined($id)) {