Makefile: add style build rule
commit2118805b929a47887f2ded218c95a5a274e36aa0
authorBrandon Williams <bmwill@google.com>
Mon, 14 Aug 2017 21:30:46 +0000 (14 14:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Aug 2017 22:26:22 +0000 (14 15:26 -0700)
tree3bb4bfb3019049f2e2b8f7fdd08cac1fc2e24069
parent6134de6ac1819aff8445490dfee3fb29966803c5
Makefile: add style build rule

Add the 'style' build rule which will run git-clang-format on the diff
between HEAD and the current worktree.  The result is a diff of
suggested changes.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile