Home | History | Annotate | Download | only in Scripts

Lines Matching refs:not

20 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
48 if not list_to_print:
89 return filter(lambda email: not email_to_committer_map.get(email), emails)
170 if not match_result:
183 # Most old logins like 'darin' are now just 'darin@apple.com', so check for a prefix match if a manual mapping was not found.
184 if not author_email and author in prefixes_of_authors_with_email:
188 if not author_email:
189 # No known email mapping, likely not an active committer. We could log here.
196 if not email_commit_time or email_commit_time < no_email_commit_time:
201 if not self._last_commit_time_by_author_cache:
217 print "Committers who have not committed within one year:"
229 if not committer_list.committer_by_email(author):
248 if not Git.in_working_directory("."):