Skip to content

Download button: put files into a directory

gitlab-qa-bot requested to merge github/fork/veprbl/fix_archiving_prefix into master

Created by: veprbl

Currently, when you try to unpack archive downloaded from gitlab it will mess right into your working directory. This is not very conventional. Common approach is to put all files inside a directory with the same name as tarball. The patch brings such behaviour to gitlab.

To see the difference you may need to do

rm -rf tmp/repositories/*

Merge request reports