Go to file
Sasa Zivkov d9dacf5161 Fix file name matching in commit_delta to perform substring matching
commit_delta predicate was matching the entire file name against the
given regex while other predicates (commit_edits, commit_message_matches)
performed substring matching. It was inconsistent that for commit_delta we
needed to write something like:

  commit_delta('.*\.java')

to match all *.java files, while for commit_edits we needed:

  commit_edits('\.java$', '...').

to match the same set of (Java) files.

Change-Id: Ib3360684d570539522bfad7b8df2d99734e7157e
Signed-off-by: Sasa Zivkov <sasa.zivkov@sap.com>
2012-08-03 11:17:59 +02:00
2008-11-14 16:59:34 -08:00
2009-03-27 20:20:10 -07:00
2012-07-10 11:20:27 -07:00
Description
RETIRED, Gerrit as used by OpenStack
120 MiB