Files
UnrealEngineUWP/Engine/Plugins/Developer/GitSourceControl/GitSourceControl.uplugin
Ben Marsh 7e445df208 [INTEGRATE] Change 2420845 by Mike.Fricker@MFRICKER_G3686_Alpha on 2015/01/27 14:53:16
Enabled Git SCC plugin
	- Marked the Git plugin as "Beta" in the UI
	- Fixed Git.exe folder not using correct path separators
	- Added missing icon for SCC plugin
	- Removed experimental setting for Git SCC plugin (the plugin itself is still 'beta' though)
	- Moved README contents into the source code, cleaned it up a bit

[CL 2425776 by Ben Marsh in Main branch]
2015-01-30 10:30:56 -05:00

24 lines
465 B
Plaintext

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