]> 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:

Convert hook to run for all affected repos
authormartin f. krafft <madduck@madduck.net>
Tue, 20 Jun 2017 15:13:11 +0000 (17:13 +0200)
committermartin f. krafft <madduck@madduck.net>
Tue, 20 Jun 2017 15:13:11 +0000 (17:13 +0200)
.config/vcsh/hooks-available/ssh.post-run+enter
.config/vcsh/hooks-enabled/post-enter.ssh [moved from .config/vcsh/hooks-enabled/ssh.post-enter with 100% similarity]
.config/vcsh/hooks-enabled/post-run.ssh [moved from .config/vcsh/hooks-enabled/ssh.post-run with 100% similarity]

index 282a23f4f21a459aabb97f4d852ab29a3e26201e..2c8274a85b50d7552b4283a2cf5b6db0de3fa8fc 100755 (executable)
@@ -1,2 +1,6 @@
 #!/bin/sh
 #!/bin/sh
-exec make -sC ~/.ssh
+
+cd ~/.ssh
+git ls-files . | grep -q . || exit 0
+echo Triggering remake of SSH config… >&2
+exec make -s