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

Push feed

This commit is contained in:
Unknown
2014-03-16 11:30:35 -04:00
parent 015174484a
commit 48b2425c1d
2 changed files with 22 additions and 2 deletions

View File

@@ -44,6 +44,10 @@ func (a Action) GetRepoName() string {
return a.RepoName
}
func (a Action) GetContent() string {
return a.Content
}
// CommitRepoAction records action for commit repository.
func CommitRepoAction(userId int64, userName string,
repoId int64, repoName string, commits [][]string) error {