|
|
@ -1375,6 +1375,7 @@ func CreateRepository(doer, u *User, opts CreateRepoOptions) (_ *Repository, err |
|
|
|
LowerName: strings.ToLower(opts.Name), |
|
|
|
LowerName: strings.ToLower(opts.Name), |
|
|
|
Description: opts.Description, |
|
|
|
Description: opts.Description, |
|
|
|
IsPrivate: opts.IsPrivate, |
|
|
|
IsPrivate: opts.IsPrivate, |
|
|
|
|
|
|
|
IsFsckEnabled: true, |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
sess := x.NewSession() |
|
|
|
sess := x.NewSession() |
|
|
|