|
|
@ -1430,6 +1430,7 @@ func CreateRepository(doer, u *User, opts CreateRepoOptions) (_ *Repository, err |
|
|
|
IsFsckEnabled: !opts.IsMirror, |
|
|
|
IsFsckEnabled: !opts.IsMirror, |
|
|
|
CloseIssuesViaCommitInAnyBranch: setting.Repository.DefaultCloseIssuesViaCommitsInAnyBranch, |
|
|
|
CloseIssuesViaCommitInAnyBranch: setting.Repository.DefaultCloseIssuesViaCommitsInAnyBranch, |
|
|
|
Status: opts.Status, |
|
|
|
Status: opts.Status, |
|
|
|
|
|
|
|
IsEmpty: !opts.AutoInit, |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
sess := x.NewSession() |
|
|
|
sess := x.NewSession() |
|
|
|