Previously, we would match strings like 'Different'. This commit makes
the regexps case sensitive, and requires 'diff '. This helps users of
Differential, and improves #68.
This isn't perfect: it's still possibly to create commit messages that
contain lines that start 'diff -r abc -r def foo.txt'. However, it's
an improvement.
Previously, we would match strings like 'Different'. This commit makes the regexps case sensitive, and requires 'diff '. This helps users of Differential, and improves #68.
This isn't perfect: it's still possibly to create commit messages that contain lines that start 'diff -r abc -r def foo.txt'. However, it's an improvement.