From: martin f. krafft Date: Tue, 27 Jun 2017 10:39:56 +0000 (+0200) Subject: run update hooks post-pull & clone X-Git-Url: https://git.madduck.net/etc/ssh.git/commitdiff_plain/054804ccb0d5a5bdd5b4318ae817006a28875d08 run update hooks post-pull & clone --- diff --git a/.config/vcsh/hooks-available/ssh.post-run+enter b/.config/vcsh/hooks-available/ssh.update similarity index 100% rename from .config/vcsh/hooks-available/ssh.post-run+enter rename to .config/vcsh/hooks-available/ssh.update diff --git a/.config/vcsh/hooks-enabled/post-enter.ssh b/.config/vcsh/hooks-enabled/post-enter.ssh deleted file mode 120000 index b649864..0000000 --- a/.config/vcsh/hooks-enabled/post-enter.ssh +++ /dev/null @@ -1 +0,0 @@ -../hooks-available/ssh.post-run+enter \ No newline at end of file diff --git a/.config/vcsh/hooks-enabled/post-run.ssh b/.config/vcsh/hooks-enabled/post-run.ssh deleted file mode 120000 index b649864..0000000 --- a/.config/vcsh/hooks-enabled/post-run.ssh +++ /dev/null @@ -1 +0,0 @@ -../hooks-available/ssh.post-run+enter \ No newline at end of file diff --git a/.config/vcsh/hooks-enabled/ssh.post-clone b/.config/vcsh/hooks-enabled/ssh.post-clone new file mode 120000 index 0000000..9282c9d --- /dev/null +++ b/.config/vcsh/hooks-enabled/ssh.post-clone @@ -0,0 +1 @@ +../hooks-available/ssh.update \ No newline at end of file diff --git a/.config/vcsh/hooks-enabled/ssh.post-enter b/.config/vcsh/hooks-enabled/ssh.post-enter new file mode 120000 index 0000000..9282c9d --- /dev/null +++ b/.config/vcsh/hooks-enabled/ssh.post-enter @@ -0,0 +1 @@ +../hooks-available/ssh.update \ No newline at end of file diff --git a/.config/vcsh/hooks-enabled/ssh.post-pull b/.config/vcsh/hooks-enabled/ssh.post-pull new file mode 120000 index 0000000..9282c9d --- /dev/null +++ b/.config/vcsh/hooks-enabled/ssh.post-pull @@ -0,0 +1 @@ +../hooks-available/ssh.update \ No newline at end of file diff --git a/.config/vcsh/hooks-enabled/ssh.post-run b/.config/vcsh/hooks-enabled/ssh.post-run new file mode 120000 index 0000000..9282c9d --- /dev/null +++ b/.config/vcsh/hooks-enabled/ssh.post-run @@ -0,0 +1 @@ +../hooks-available/ssh.update \ No newline at end of file diff --git a/.gitignore.d/ssh b/.gitignore.d/ssh index bb4d903..1e433b6 100644 --- a/.gitignore.d/ssh +++ b/.gitignore.d/ssh @@ -2,10 +2,12 @@ !/.config !/.config/vcsh !/.config/vcsh/hooks-available -!/.config/vcsh/hooks-available/ssh.post-run+enter +!/.config/vcsh/hooks-available/ssh.update !/.config/vcsh/hooks-enabled -!/.config/vcsh/hooks-enabled/post-enter.ssh -!/.config/vcsh/hooks-enabled/post-run.ssh +!/.config/vcsh/hooks-enabled/clone.post-ssh +!/.config/vcsh/hooks-enabled/enter.post-ssh +!/.config/vcsh/hooks-enabled/pull.post-ssh +!/.config/vcsh/hooks-enabled/run.post-ssh !/.gitignore.d !/.gitignore.d/ssh !/.ssh