commit | 71d9b2ec9dbf48d692cd6a9f6b76b89b81cb5901 | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Tue Aug 01 13:38:54 2017 -0700 |
committer | Bill Wendling <morbo@google.com> | Tue Aug 01 13:48:09 2017 -0700 |
tree | db558b7a4637dfd89c516ad6984c04346aababaf | |
parent | 010a2017f7793c0e3953c89d4ae20774036fb177 [diff] [blame] |
Return 1 if --diff changed the code. This is how GNU diff acts.
diff --git a/CHANGELOG b/CHANGELOG index 3a3ba8f..37910d2 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -5,6 +5,7 @@ ## [0.16.4] Unreleased ### Changed - Adjust blank lines on formatting boundaries when using the `--lines` option. +- Return 1 if a diff changed the code. This is in line with how GNU diff acts. ## [0.16.3] 2017-07-13 ### Changed