diff options
author | Unknwon <u@gogs.io> | 2016-08-15 22:20:55 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-08-15 22:20:55 -0700 |
commit | 2625193a4820a89355ca1b8b7c910f0f4243baab (patch) | |
tree | c948d66e4e968caaff0109f808878af45bed0eec /models/action.go | |
parent | f3c325892139a4dae84ceda773b7caf5aef67d33 (diff) | |
download | gitea-2625193a4820a89355ca1b8b7c910f0f4243baab.tar.gz gitea-2625193a4820a89355ca1b8b7c910f0f4243baab.zip |
models/repo_editor: improve code quality
Diffstat (limited to 'models/action.go')
-rw-r--r-- | models/action.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/models/action.go b/models/action.go index 13085ace71..f28aef9b5d 100644 --- a/models/action.go +++ b/models/action.go @@ -434,6 +434,7 @@ func updateIssuesCommit(u *User, repo *Repository, repoUserName, repoName string } // CommitRepoAction adds new action for committing repository. +// TODO: use CommitRepoActionOptions func CommitRepoAction( userID, repoUserID int64, userName, actEmail string, |