Skip to content

Provide error message in ssh command via stderr

Bastian Blank requested to merge (removed):feature/message-stderr into master

git expects it's own protocol on stdout of the called ssh helper. It provides unusable error messages if the error message from gitlab-shell is provided on stdout, as it is no git protocol message: fatal: protocol error: bad line length character: No s

Merge request reports