Skip to content

Ensure directory exists before changing in popen

Matthias Käppler requested to merge github/fork/dalehamel/master into master

Created by: dalehamel

If the directory does not exist, we want to ensure that it does.

Forking repos will fail in some situations because of this issue.

Fixes the exact problems described in https://github.com/gitlabhq/gitlabhq/issues/4016 for me.

Merge request reports