]> git.madduck.net Git - etc/ssh.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

fix error in filenames of vcsh hooks
authormartin f. krafft <madduck@madduck.net>
Mon, 22 Apr 2013 15:02:06 +0000 (17:02 +0200)
committermartin f. krafft <madduck@madduck.net>
Mon, 22 Apr 2013 15:02:27 +0000 (17:02 +0200)
.config/vcsh/hooks-available/ssh.post-run+enter [moved from .config/vcsh/hooks-available/zsh.post-run+enter with 100% similarity]
.config/vcsh/hooks-enabled/ssh.post-enter [new symlink]
.config/vcsh/hooks-enabled/ssh.post-run [new symlink]
.config/vcsh/hooks-enabled/zsh.post-enter [deleted symlink]
.config/vcsh/hooks-enabled/zsh.post-run [deleted symlink]

diff --git a/.config/vcsh/hooks-enabled/ssh.post-enter b/.config/vcsh/hooks-enabled/ssh.post-enter
new file mode 120000 (symlink)
index 0000000..b649864
--- /dev/null
@@ -0,0 +1 @@
+../hooks-available/ssh.post-run+enter
\ 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 (symlink)
index 0000000..b649864
--- /dev/null
@@ -0,0 +1 @@
+../hooks-available/ssh.post-run+enter
\ No newline at end of file
diff --git a/.config/vcsh/hooks-enabled/zsh.post-enter b/.config/vcsh/hooks-enabled/zsh.post-enter
deleted file mode 120000 (symlink)
index 22b459c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../hooks-available/zsh.post-run+enter
\ No newline at end of file
diff --git a/.config/vcsh/hooks-enabled/zsh.post-run b/.config/vcsh/hooks-enabled/zsh.post-run
deleted file mode 120000 (symlink)
index 22b459c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../hooks-available/zsh.post-run+enter
\ No newline at end of file