Lines Matching full:description
120 --min-conf-desc-length=n set the min description length, if shorter, warn
2941 "Missing commit description - Add an appropriate one\n");
3298 … "Prefer a maximum 75 chars per line (possible unwrapped commit description?)\n" . $herecurr);
3341 # A correctly formed commit description is:
3365 my $orig_desc = "commit description";
3366 my $description = "";
3403 ($id, $description) = git_commit_info($orig_commit,
3407 ($short || $long || $space || $case || ($orig_desc ne $description) || !$has_quotes) &&
3410 …lease use git commit description style 'commit <12+ chars of sha1> (\"<title line>\")' - ie: '${in…
3524 my $description;
3525 ($id, $description) = git_commit_info($2, undef, undef);
3620 # check for Kconfig help text having a real description