Invalid permissions on created <repo>/objects/* folders
Created by: ghost
When i try to push via ssh folders created in /home/git/repositories/<user>/<repo>/objects/* are created with 660 permissions. This is clearly wrong. Umask is 0022. I even put explicit umask 022 setting to /home/git/{.profile,.bashrc}. As a result pushing fails with access error. However pushing via https transport works, folders are created with expected permissions.
This is on gitlab v7.0 (stable)