1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-05 09:55:20 +02: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"`
}