Skip to content
Snippets Groups Projects

Moving Git repos fixes

Merged Georges Racinet requested to merge topic/default/move-git-repo into branch/default
Compare changes
  • Side-by-side
  • Inline
Files
2
  • The move command did not create all intermediate directories,
    hence was failing on the typical GitLab hashed storage structure.
    In the unit tests, the repositories are at the root of the
    storage, missing this.
    
    Also fixing a minor typo in the sanity check error raising, that
    would not lead to breakage but was not the intent.
Loading