mirror of https://github.com/go-gitea/gitea.git
* Replaced list with slice. * Fixed usage of pointer to temporary variable. * Replaced LIFO list with slice. * Lint * Removed type check. * Removed duplicated code. * Lint * Fixed merge. Co-authored-by: 6543 <6543@obermui.de> |
||
|---|---|---|
| .. | ||
| adopt.go | ||
| archive.go | ||
| branch.go | ||
| cache.go | ||
| check.go | ||
| commits.go | ||
| commits_test.go | ||
| create.go | ||
| create_test.go | ||
| fork.go | ||
| fork_test.go | ||
| generate.go | ||
| hooks.go | ||
| init.go | ||
| main_test.go | ||
| push.go | ||
| repo.go | ||
| update.go | ||