diff options
Diffstat (limited to 'clang-format-diff.sh')
-rwxr-xr-x | clang-format-diff.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-format-diff.sh b/clang-format-diff.sh index 50a9800b5..2525259e9 100755 --- a/clang-format-diff.sh +++ b/clang-format-diff.sh @@ -19,7 +19,7 @@ MERGE_BASE=$(git merge-base $BRANCH HEAD) FORMAT_MSG=$(git clang-format $MERGE_BASE -q --diff -- src/) if [ -n "$FORMAT_MSG" -a "$FORMAT_MSG" != "no modified files to format" ] then - echo "Run git clang-format before committing!" + echo "Please run git clang-format before committing, or apply this diff:" echo # Run git clang-format again, this time without capruting stdout. This way # clang-format format the message nicely and add color. |