projects
/
git-mirror.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Mention that repo-specific-hooks need to be enabled
[git-mirror.git]
/
ssh-set-ident.sh
diff --git
a/ssh-set-ident.sh
b/ssh-set-ident.sh
old mode 100644
(file)
new mode 100755
(executable)
index
58ba45e
..
ad7a61d
--- 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" "$@"