From 054804ccb0d5a5bdd5b4318ae817006a28875d08 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 27 Jun 2017 12:39:56 +0200 Subject: [PATCH] run update hooks post-pull & clone --- .../hooks-available/{ssh.post-run+enter => ssh.update} | 0 .config/vcsh/hooks-enabled/post-enter.ssh | 1 - .config/vcsh/hooks-enabled/post-run.ssh | 1 - .config/vcsh/hooks-enabled/ssh.post-clone | 1 + .config/vcsh/hooks-enabled/ssh.post-enter | 1 + .config/vcsh/hooks-enabled/ssh.post-pull | 1 + .config/vcsh/hooks-enabled/ssh.post-run | 1 + .gitignore.d/ssh | 8 +++++--- 8 files changed, 9 insertions(+), 5 deletions(-) rename .config/vcsh/hooks-available/{ssh.post-run+enter => ssh.update} (100%) delete mode 120000 .config/vcsh/hooks-enabled/post-enter.ssh delete mode 120000 .config/vcsh/hooks-enabled/post-run.ssh create mode 120000 .config/vcsh/hooks-enabled/ssh.post-clone create mode 120000 .config/vcsh/hooks-enabled/ssh.post-enter create mode 120000 .config/vcsh/hooks-enabled/ssh.post-pull create mode 120000 .config/vcsh/hooks-enabled/ssh.post-run 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 -- 2.39.2