Lines Matching refs:and
15 # program names and a few general category names.
54 and die "$ME: $log_file: the editor ($editor) failed, aborting\n";
62 and return '';
68 and return 'do not use a period "." at the end of the first line';
76 and return 'invalid first word(s) of summary line: ' . join (', ', @bad);
81 # Given a $LOG_FILE name and a \@LINE buffer,
82 # read the contents of the file into the buffer and analyze it.
99 # and if we were to ignore them here, it could lead to committing
102 # Filter out leading blank and comment lines.
105 # Filter out blank and comment lines at EOF.
109 and return 'no log message';
113 and return $bad;
117 and return 'second line must be empty';
126 and return "line length ($len) greater than than max: $max_len";
131 and return "use shorter https://bugzilla.redhat.com/$1";
134 and return "use shorter https://bugs.gnu.org/$1";
137 and return "use '/r/' in place of '/archive/html/' in lists.gnu.org URLs";
153 and last;
163 and last;