Repository: yetus
Updated Branches:
  refs/heads/master a23acaf2f -> 293b0ec9b


YETUS-312 Include more context on whitespace plugin feedback

Signed-off-by: Allen Wittenauer <[email protected]>
Signed-off-by: Sean Busbey <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/yetus/repo
Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/857828dc
Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/857828dc
Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/857828dc

Branch: refs/heads/master
Commit: 857828dcbff281aca569cce59d07e68ec52f2ce5
Parents: a23acaf
Author: Ajay Yadava <[email protected]>
Authored: Sun Jul 17 11:47:37 2016 +0530
Committer: Allen Wittenauer <[email protected]>
Committed: Wed Jul 20 08:57:26 2016 -0700

----------------------------------------------------------------------
 precommit/test-patch.d/whitespace.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/yetus/blob/857828dc/precommit/test-patch.d/whitespace.sh
----------------------------------------------------------------------
diff --git a/precommit/test-patch.d/whitespace.sh 
b/precommit/test-patch.d/whitespace.sh
index da0789b..b7ac27a 100755
--- a/precommit/test-patch.d/whitespace.sh
+++ b/precommit/test-patch.d/whitespace.sh
@@ -78,7 +78,7 @@ function whitespace_postcompile
       add_vote_table -1 whitespace "${BUILDMODEMSG} has ${count} line(s) that 
end in whitespace."
     else
       add_vote_table -1 whitespace \
-        "${BUILDMODEMSG} has ${count} line(s) that end in whitespace. Use git 
apply --whitespace=fix."
+        "${BUILDMODEMSG} has ${count} line(s) that end in whitespace. Use git 
apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply";
     fi
 
     whitespace_linecomment_reporter "${PATCH_DIR}/whitespace-eol.txt" "end of 
line"

Reply via email to