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:
parent
8980675a9f
commit
306aa5bffe
6 changed files with 36 additions and 27 deletions
|
@ -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"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue