aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgit-hooks4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-hooks b/git-hooks
index 761e14a..dd9615b 100755
--- a/git-hooks
+++ b/git-hooks
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
-# Copyright (c) 2010-2012, Benjamin C. Meyer <ben@meyerhome.net>
+# Copyright (c) 2010-2013, Benjamin C. Meyer <ben@meyerhome.net>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -100,7 +100,7 @@ function install_hooks
mv hooks hooks.old
mkdir hooks
cd hooks
- for file in applypatch-msg commit-msg post-applypatch post-checkout post-commit post-merge post-receive pre-applypatch pre-auto-gc pre-commit prepare-commit-msg pre-rebase pre-receive update
+ for file in applypatch-msg commit-msg post-applypatch post-checkout post-commit post-merge post-receive pre-applypatch pre-auto-gc pre-commit prepare-commit-msg pre-rebase pre-receive update pre-push
do
echo '#!/bin/bash
git-hooks run "$0" "$@"' > "${file}"