Home
last modified time | relevance | path

Searched refs:IsForcePush (Results 1 – 8 of 8) sorted by relevance

/dports/www/gitea/gitea-1.16.5/models/
H A Dissue_comment.go270 IsForcePush bool `xorm:"-"` member
279 IsForcePush bool `json:"is_force_push"` member
739 c.IsForcePush = data.IsForcePush
741 if c.IsForcePush {
800 IsForcePush: opts.IsForcePush,
970 IsForcePush bool member
1334 …data.CommitIDs, data.IsForcePush, err = getCommitIDsFromRepo(pr.BaseRepo, oldCommitID, newCommitID…
/dports/www/gitea/gitea-1.16.5/modules/repository/
H A Dpush.go101 func IsForcePush(opts *PushUpdateOptions) (bool, error) { func
/dports/www/gitea/gitea-1.16.5/services/agit/
H A Dagit.go257 isForcePush := comment != nil && comment.IsForcePush
264 IsForcePush: isForcePush,
/dports/www/gitea/gitea-1.16.5/modules/private/
H A Dhook.go96 IsForcePush bool member
/dports/www/gitea/gitea-1.16.5/services/pull/
H A Dpull.go91 data := models.PushActionContent{IsForcePush: false}
107 IsForcePush: false,
/dports/www/gitea/gitea-1.16.5/services/repository/
H A Dpush.go194 isForce, err := repo_module.IsForcePush(opts)
/dports/www/gitea/gitea-1.16.5/templates/repo/issue/view_content/
H A Dcomments.tmpl742 {{else if and (eq .Type 29) (or (gt .CommitsNum 0) .IsForcePush)}}
747 {{ if .IsForcePush }}
754 {{if not .IsForcePush}}
/dports/www/gitea/gitea-1.16.5/cmd/
H A Dhook.go688 if rs.IsForcePush {