Replace check-copyright-headers.sh with check-copyright-headers.sh.
authorWard Vandewege <ward@curii.com>
Mon, 15 Jun 2020 01:55:50 +0000 (21:55 -0400)
committerWard Vandewege <ward@curii.com>
Mon, 15 Jun 2020 02:00:03 +0000 (22:00 -0400)
commite5eca30d2119003c025d4e05a9ea792d5ec778a6
tree7745da2486cd4bd24298f60cae1e731a48b9825c
parent29caf4ee210e2b6780cb19a489efd439dd88bcfc
Replace check-copyright-headers.sh with check-copyright-headers.sh.
Rename coding-standards.sh to coding-standards.rb, it was already a Ruby
script. All git hooks are now Ruby.

Fix bugs in check-copyright-headers: no longer print a 'fatal' error
when a branch is first pushed. No longer skip checking of new files in
some circumstances (git `commit` object instead of `blob` object).

No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>
git/hooks/check-copyright-headers.rb [new file with mode: 0755]
git/hooks/check-copyright-headers.sh [deleted file]
git/hooks/coding-standards.rb [moved from git/hooks/coding-standards.sh with 97% similarity]
git/hooks/enforce-dco-signoff.rb