projects
/
git-mirror.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
make sure the post-receive hooks are run when pushes come in from external repositories
[git-mirror.git]
/
ssh-set-ident.sh
diff --git
a/ssh-set-ident.sh
b/ssh-set-ident.sh
index 58ba45ead68181386dc8be58addaa35dcfd6c9c4..ad7a61ded0aca25ddfcb22a2d2a51ea52ccf63c1 100755
(executable)
--- a/
ssh-set-ident.sh
+++ b/
ssh-set-ident.sh
@@
-25,4
+25,4
@@
# This sets the SSH identitiy based on an environment variable. That makes it possible for the git-mirror
# scripts to use git with a particular SSH identity.
-exec ssh -i "$SSH_IDENT" "$@"
+exec ssh -i "$
GIT_MIRROR_
SSH_IDENT" "$@"