From a7e396a0d5459f401a916d7361ece608fed0c49f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 12 Jul 2021 23:25:20 -0300 Subject: Reimplement addnpctimer() altough in a less efficient way. Father Time inherited it. Cycles every 1s while Weather cycles every 2.5s I would like to stop adding expensive hacks, please ^^ --- git/hooks/post-merge | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 git/hooks/post-merge (limited to 'git/hooks') diff --git a/git/hooks/post-merge b/git/hooks/post-merge deleted file mode 100755 index 8a8b6bfc..00000000 --- a/git/hooks/post-merge +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -# Copy or symlink this into your .git/hooks directory. -# E.g., from the top: -# ln -s ../../git/hooks/post-merge .git/hooks -# or cp git/hooks/post-merge .git/hooks -# It may also be beneficial to install as a post-checkout hook - -# If we have local changes in the submodule, rebase or merge them -# (rebase is better but dangerous in some circumstances) -# git submodule update --rebase -git submodule update --merge -make news - -# WARNING: to people with push access. -# it is essential that changes to the client data be pushed before changes to server data -# Also, you may find this useful: (you should always clone using the git:// url) -# git config --global url.git@github.com:.pushInsteadOf git://github.com -- cgit v1.2.3-70-g09d2