Git LFS section is live with:
Enable LFS toggle — turns LFS on/off for the repo; all other controls dim when disabled File locking toggle — enables the LFS locking protocol for binary assets Maximum file size — optional per-file size cap in MB (blank = unlimited) Info callout linking to the git-lfs client install page and noting the .gitattributes requirement
This commit is contained in:
@@ -28,5 +28,8 @@ func Run(engine *xorm.Engine) error {
|
||||
if err := Run005(engine); err != nil {
|
||||
return err
|
||||
}
|
||||
return Run006(engine)
|
||||
if err := Run006(engine); err != nil {
|
||||
return err
|
||||
}
|
||||
return Run007(engine)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user