commit 5c21ca0dda92fac5aecd84e3fa67b4d33462e70f parent 5acb21d25531fb1e647880afdaa7cfcfad258f1d Author: Florian Dold <florian.dold@gmail.com> Date: Fri, 4 Mar 2016 16:18:28 +0100 update hook Diffstat:
| M | githooks/merchant/post-receive | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/githooks/merchant/post-receive b/githooks/merchant/post-receive @@ -5,6 +5,8 @@ import os lines = sys.stdin.readlines() +print("executing merchant post-receive hook") + updated = set() for line in lines: