1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Add support default branch

This commit is contained in:
Unknown
2014-04-10 22:03:31 -04:00
parent 8980675a9f
commit 306aa5bffe
6 changed files with 36 additions and 27 deletions

View File

@@ -80,6 +80,7 @@ type Repository struct {
IsPrivate bool
IsBare bool
IsGoget bool
DefaultBranch string
Created time.Time `xorm:"created"`
Updated time.Time `xorm:"updated"`
}