Files
UnrealEngineUWP/Engine/Plugins/Developer/GitSourceControl/GitSourceControl.uplugin
Dmitry Rekman 9a74aadade Linux: re-enable git plugin (UE-13628).
- Crash was apparently caused by fork()ing inside ExecProcess.
- Replacing ExecProcess implementation from PR #1112 (also known as PR #1110) with some changes kills two birds with a single stone.
- Also enabled source control in the Linux editor.

[CL 2534983 by Dmitry Rekman in Main branch]
2015-05-02 17:41:25 -04:00

24 lines
458 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "Git",
"Version" : 13,
"VersionName" : "1.1",
"EngineVersion" : "4.8.0",
"Description" : "Git source control management",
"Category" : "Source Control",
"CreatedBy" : "SRombauts and Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"CanContainContent" : false,
"IsBetaVersion" : true,
"EnabledByDefault" : true,
"Modules" :
[
{
"Name" : "GitSourceControl",
"Type" : "Editor"
}
]
}