From: OpenOCD-Gerrit <ope...@us...> - 2020-04-21 09:52:19
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 76a1524b5e4b89149d7126b681c935de4aaa441a (commit) from 278c7adcce51ca11c30b7dd5c178fa28d19dc4e6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 76a1524b5e4b89149d7126b681c935de4aaa441a Author: Antonio Borneo <bor...@gm...> Date: Wed Apr 10 12:46:54 2019 +0200 tools/checkpatch.sh: remove flag --no-tree Commit c5d89883165e02ea4f318e3cb0ba40d1fb6f04d1 ("checkpatch.pl: check for openocd tree, not for kernel tree") has already fixed the check for OpenOCD tree, thus we do not need to skip it in the shell wrapper. Remove flag --no-tree from the shell wrapper. Change-Id: I8be497258624d89bde7742fee141a8f56bf9188e Signed-off-by: Antonio Borneo <bor...@gm...> Reviewed-on: http://openocd.zylin.com/5110 Tested-by: jenkins diff --git a/tools/checkpatch.sh b/tools/checkpatch.sh index e1dd267f9..0a630a248 100755 --- a/tools/checkpatch.sh +++ b/tools/checkpatch.sh @@ -2,4 +2,4 @@ # since=${1:-HEAD^} -git format-patch -M --stdout $since | tools/scripts/checkpatch.pl - --no-tree +git format-patch -M --stdout $since | tools/scripts/checkpatch.pl - ----------------------------------------------------------------------- Summary of changes: tools/checkpatch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Main OpenOCD repository |