ron minnich has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/81307?usp=email )
Change subject: Revert "make: add clang-format prepare-commit-msg hook" ......................................................................
Revert "make: add clang-format prepare-commit-msg hook"
This reverts commit ff22b6aca6daba2bf20b3eebd5299d03f906674c.
It has many flaws. It's not easily reversed, but, mainly, it can put the clang-formatted-by tag in the file in such a way that pushing won't accept it.
Change-Id: I9466cfb9807e1969e3f50ef6b0d26decd3c67203 Signed-off-by: Ronald G Minnich rminnich@gmail.com --- M 3rdparty/intel-microcode M Makefile.mk 2 files changed, 1 insertion(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/81307/1
diff --git a/3rdparty/intel-microcode b/3rdparty/intel-microcode index 41af345..ece0d29 160000 --- a/3rdparty/intel-microcode +++ b/3rdparty/intel-microcode @@ -1 +1 @@ -Subproject commit 41af34500598418150aa298bb04e7edacc547897 +Subproject commit ece0d294a29a1375397941a4e6f2f7217910bc89 diff --git a/Makefile.mk b/Makefile.mk index 73fb40b..58a4b50 100644 --- a/Makefile.mk +++ b/Makefile.mk @@ -766,9 +766,6 @@ gitconfig: util/gitconfig/gitconfig.sh "$(MAKE)"
-install-git-commit-clangfmt: - cp util/scripts/prepare-commit-msg.clang-format .git/hooks/prepare-commit-msg - include util/crossgcc/Makefile.mk
.PHONY: tools