()
| 8 | ) |
| 9 | |
| 10 | func newAdminGitSignature() *object.Signature { |
| 11 | return &object.Signature{ |
| 12 | Name: "root", |
| 13 | Email: "root@localhost", |
| 14 | When: time.Now(), |
| 15 | } |
| 16 | } |
| 17 | |
| 18 | func dirExists(fs billy.Filesystem, path string) bool { |
| 19 | info, err := fs.Stat(path) |