Comment 2 for bug 1024054

Revision history for this message
Marcin Cieślak (saperski) wrote :

But possibly we could just use SSH (as scp does)

plain "scp gerrithost hooks/commit-msg"

seems to be equivalent to

"ssh -x -oForwardAgent=no -oPermitLocalCommand=no -oClearAllForwardings=yes -- gerrithost scp -f hooks/commit-msg"