Use tar to dump/restore repos instead of git bundle create/git clone.
Created by: mizzy
"git bundle create" fails if target repository is empty and can not keep hooks scripts.
Merge request reports
Activity
Created by: moregeek
There have to be another solution instead of just replacing bundle with tar.
There are some other reasons why using bundle > tar:
- You can import bundles/parts into existing repositories
- You can verify if a git bundle is ok - eg. "bundle verify" ...
By Administrator on 2012-11-30T19:11:17 (imported from GitLab project)
By Administrator on 2012-11-30T19:11:17 (imported from GitLab)
Please register or sign in to reply