repo/pull: detect case when no merge base found (#4434)

This commit is contained in:
Unknwon
2017-06-05 00:10:53 -04:00
parent 02a576a6a0
commit 36d6450977
11 changed files with 94 additions and 67 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/pkg/setting"
)
const APP_VER = "0.11.14.0603"
const APP_VER = "0.11.15.0605"
func init() {
setting.AppVer = APP_VER