Skip to content
Snippets Groups Projects

The author has not signed-off on the contribution #38

Merged Christopher Guindon requested to merge github/fork/chrisguindon/cguindon/master/38 into master
2 files
+ 68
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -21,7 +21,7 @@ import org.eclipsefoundation.git.eca.model.Commit;
*
*/
public class CommitHelper {
private static final Pattern SIGNED_OFF_BY_FOOTER = Pattern.compile("Signed-off-by:(.*)<(.*@.*)>\\s*$");
private static final Pattern SIGNED_OFF_BY_FOOTER = Pattern.compile("Signed-off-by:(.*)<(.*@.*)>");
/**
* Validate the commits fields.
Loading