forked from qt-creator/qt-creator
Git: Set HOME variable by default on Windows
Change-Id: Ib780f794acfc58753b139174ea3ea90bee542a38 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
74a512892a
commit
3723bc12d4
@@ -62,7 +62,7 @@ GitSettings::GitSettings()
|
||||
declareKey(ignoreSpaceChangesInDiffKey, true);
|
||||
declareKey(ignoreSpaceChangesInBlameKey, true);
|
||||
declareKey(diffPatienceKey, true);
|
||||
declareKey(winSetHomeEnvironmentKey, false);
|
||||
declareKey(winSetHomeEnvironmentKey, true);
|
||||
declareKey(gitkOptionsKey, QString());
|
||||
declareKey(showPrettyFormatKey, 2);
|
||||
declareKey(logDiffKey, false);
|
||||
|
||||
Reference in New Issue
Block a user