-
Notifications
You must be signed in to change notification settings - Fork 0
/
Rules.git-hooks.shared.mk
57 lines (48 loc) · 1.12 KB
/
Rules.git-hooks.shared.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Id: git-versioning/0.2.10-dev Rules.git-hooks.shared.mk
# http://git-scm.com/docs/githooks
git-applypatch-msg::
git-pre-applypatch::
git-post-applypatch::
git-pre-commit::
git-prepare-commit-msg:: COMMIT_MSG :=
git-prepare-commit-msg:: COMMIT_MSG_SRC :=
git-prepare-commit-msg:: COMMIT_UPDATES :=
git-prepare-commit-msg::
git-post-update::
git-commit-msg::
git-post-commit::
git-pre-rebase::
git-post-checkout::
git-post-merge::
git-pre-push:: LOCAL_REF :=
git-pre-push:: LOCAL_SHA1 :=
git-pre-push:: REMOTE_REF :=
git-pre-push:: REMOTE_SHA1 :=
git-pre-push::
git-pre-receive::
git-update::
git-post-receive::
git-post-update::
git-push-to-checkout::
git-pre-auto-gc::
git-post-rewrite::
STRGT += \
git-applypatch-msg \
git-pre-applypatch \
git-post-applypatch \
git-pre-commit \
git-prepare-commit-msg \
git-post-update \
git-commit-msg \
git-post-commit \
git-pre-rebase \
git-post-checkout \
git-post-merge \
git-pre-push \
git-pre-receive \
git-update \
git-post-receive \
git-post-update \
git-push-to-checkout \
git-pre-auto-gc \
git-post-rewrite