commit | 58ef2bccea518a0b27a2c61fe68296e3a954682d | [log] [tgz] |
---|---|---|
author | Jacob Keller <jacob.e.keller@intel.com> | Tue Aug 25 18:00:06 2015 -0700 |
committer | Jacob Keller <jacob.e.keller@intel.com> | Wed Aug 26 13:33:00 2015 -0700 |
tree | d0176203dd592a94d796c37bebc1676144ed7feb | |
parent | 111034f1b9c7f5065dab8029d69ec42bbb4cc90d [diff] |
email-lda: use git-apply to more accurately find patch emails Instead of using the subject as the sole arbiter of whether an email contains a patch, reject all emails which cannot be recognized by git-apply. In this way, we can locate even patches with non-standard subject lines. Use the subject line to differentiate between patch series and individual patches when possible. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>