Add a git hook script that can be manually setup to run some checks on every push
authorMehdi Amini <aminim@google.com>
Wed, 24 Jun 2020 21:12:41 +0000 (21:12 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Wed, 24 Jun 2020 21:13:43 +0000 (21:13 +0000)
commita61c73dbe320f1caf9940717090548df8ee30f8b
tree4a37482a5c505223a846f9b5d26821d8d4ff941f
parentd82f26cc4bc7cb78f7ef327fa43a93e3d0ff9706
Add a git hook script that can be manually setup to run some checks on every push

Right now it just catches arcanist noisy tags, and include a script to
automatically clean these.

Follow up on http://lists.llvm.org/pipermail/llvm-dev/2019-December/137848.html

Differential Revision: https://reviews.llvm.org/D80978
llvm/docs/GettingStarted.rst
llvm/docs/Phabricator.rst
llvm/utils/git/arcfilter.sh [new file with mode: 0755]
llvm/utils/git/pre-push.py [new file with mode: 0755]