summaryrefslogtreecommitdiffstats
path: root/models/repo_branch.go
Commit message (Collapse)AuthorAgeFilesLines
* Create new branch from branch selection dropdown (#2130)Lauris BH2017-10-151-0/+133
| | | | | | | | | | * Create new branch from branch selection dropdown and rewrite it to VueJS * Make updateLocalCopyToCommit as not exported * Move branch name validation to model * Fix possible race condition
* Gracefully handle bare repositories on API operations. (#1932)Dennis Keitzel2017-06-101-1/+1
| | | Signed-off-by: Dennis Keitzel <github@pinshot.net>
* Lint models/repo_branch.goBwko2016-11-261-7/+12
|
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-1/+1
| | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
| | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed)
* Minor fix for #2506Unknwon2016-02-021-5/+19
|
* Corrections following recommendationsAntoine GIRARD2016-01-281-0/+43