Panic if Git version is < GitVersionRequired #46

Merged
lunny merged 3 commits from unknown repository into master 2017-04-19 01:40:52 +00:00
Owner

Author: @cez81

Panic during init() if Git version is < GitVersionRequired.
I have set the min version to 1.7.10 as required by SetDefaultBranch (https://github.com/go-gitea/git/blob/master/repo_branch.go#L58). I'm not sure why 1.7.10 is required for SetDefaultBranch, symbolic-ref has been in there for a while https://git-scm.com/docs/git-symbolic-ref/1.4.4.

Ref: https://github.com/go-gitea/gitea/issues/1133

Author: @cez81 Panic during init() if Git version is < GitVersionRequired. I have set the min version to 1.7.10 as required by SetDefaultBranch (https://github.com/go-gitea/git/blob/master/repo_branch.go#L58). I'm not sure why 1.7.10 is required for SetDefaultBranch, symbolic-ref has been in there for a while https://git-scm.com/docs/git-symbolic-ref/1.4.4. Ref: https://github.com/go-gitea/gitea/issues/1133
Author
Owner

Author: @lunny

build failed

Author: @lunny build failed
Author
Owner

Author: @appleboy

LGTM

Author: @appleboy LGTM
Author
Owner

Author: @strk

LGTM

Author: @strk LGTM
Author
Owner

Author: @sapk

PR is good but it seems LGTM is broken ?

Author: @sapk PR is good but it seems LGTM is broken ?
Author
Owner

Author: @strk

LGTM bot is just slow sometimes, anyway PR is now ready to merge (although still w/out a unit test)

Author: @strk LGTM bot is just slow sometimes, anyway PR is now ready to merge (although still w/out a unit test)
Author
Owner

Author: @strk

The arbitrary version number check does not allow running Gitea on Debian 6, please review #90 to also accept 1.7.0 instead

Author: @strk The arbitrary version number check does not allow running Gitea on Debian 6, please review #90 to also accept 1.7.0 instead
This repo is archived. You cannot comment on pull requests.
No description provided.