forked from qt-creator/qt-creator
Git: Require 1.8.0
Remove some workarounds for older versions Git version in debian stable is 2.1.4, and in Ubuntu 14.04LTS is 1.9.1. Change-Id: I8d558857a429149222b817401b98e90df10447b6 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
4a5213926b
commit
b5987a6d49
@@ -95,7 +95,7 @@ using namespace VcsBase;
|
||||
namespace Git {
|
||||
namespace Internal {
|
||||
|
||||
const unsigned minimumRequiredVersion = 0x010702;
|
||||
const unsigned minimumRequiredVersion = 0x010800;
|
||||
const char RC_GIT_MIME_XML[] = ":/git/Git.mimetypes.xml";
|
||||
|
||||
const VcsBaseEditorParameters editorParameters[] = {
|
||||
|
Reference in New Issue
Block a user