[git-templates] Remove git-templates

The last usage was removed in https://codereview.chromium.org/348703002.

Bug: 1475776
Change-Id: I4ddfb0c32dbf0294baa43c15ccd0744498cbee6f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5264164
Reviewed-by: Josip Sokcevic <sokcevic@chromium.org>
Commit-Queue: Aravind Vasudevan <aravindvasudev@google.com>
changes/64/5264164/3
Aravind Vasudevan 2 years ago committed by LUCI CQ
parent 3edda8d185
commit 784db7a5f0

@ -1,3 +0,0 @@
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

@ -1,4 +0,0 @@
#!/bin/sh
[ -e "build/git-hooks/applypatch-msg" ] && exec sh "build/git-hooks/applypatch-msg" "$@"
exit 0

@ -1,4 +0,0 @@
#!/bin/sh
[ -e "build/git-hooks/post-applypatch" ] && exec sh "build/git-hooks/post-applypatch" "$@"
exit 0

@ -1,4 +0,0 @@
#!/bin/sh
[ -e "build/git-hooks/post-checkout" ] && exec sh "build/git-hooks/post-checkout" "$@"
exit 0

@ -1,4 +0,0 @@
#!/bin/sh
[ -e "build/git-hooks/post-commit" ] && exec sh "build/git-hooks/post-commit" "$@"
exit 0

@ -1,4 +0,0 @@
#!/bin/sh
[ -e "build/git-hooks/post-merge" ] && exec sh "build/git-hooks/post-merge" "$@"
exit 0

@ -1,4 +0,0 @@
#!/bin/sh
[ -e "build/git-hooks/post-update" ] && exec sh "build/git-hooks/post-update" "$@"
exit 0

@ -1,4 +0,0 @@
#!/bin/sh
[ -e "build/git-hooks/pre-applypatch" ] && exec sh "build/git-hooks/pre-applypatch" "$@"
exit 0

@ -1,4 +0,0 @@
#!/bin/sh
[ -e "build/git-hooks/pre-auto-gc" ] && exec sh "build/git-hooks/pre-auto-gc" "$@"
exit 0

@ -1,4 +0,0 @@
#!/bin/sh
[ -e "build/git-hooks/pre-commit" ] && exec sh "build/git-hooks/pre-commit" "$@"
exit 0

@ -1,4 +0,0 @@
#!/bin/sh
[ -e "build/git-hooks/pre-rebase" ] && exec sh "build/git-hooks/pre-rebase" "$@"
exit 0

@ -1,4 +0,0 @@
#!/bin/sh
[ -e "build/git-hooks/prepare-commit-msg" ] && exec sh "build/git-hooks/prepare-commit-msg" "$@"
exit 0

@ -1,6 +0,0 @@
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
Loading…
Cancel
Save