Commit Graph

29 Commits

Author SHA1 Message Date
Thomas Sarkanen
91a7cbbc2a Fixed Git 'Submit to source control' always failing
Added RemoveRedundantErrors (similar to SVN and P4) so thats erors we dont care about can be rectified.

[CL 2412011 by Thomas Sarkanen in Main branch]
2015-01-20 06:37:25 -05:00
Thomas Sarkanen
be75fe1eca Updated revision display to display strings rather than revision indices
API break: added new pure virtual ISourceControlProvider::UsesChangelists()
API break: added new pure virtual ISourceControlState::FindHistoryRevision(const FString&)
API break: added new pure virtual ISourceControlRevision::GetRevision()

Implementing a Git provider requires us to be able to display revisions that are not indices as Git revisions are hashes. This updates the relvant code to allow us to display these revisions correctly.

[CL 2411986 by Thomas Sarkanen in Main branch]
2015-01-20 05:48:14 -05:00
Thomas Sarkanen
9b4fc8c7d0 Git source control plugin is now experimental
Added setting and wrapped registration of modular feature in the flag.

[CL 2411975 by Thomas Sarkanen in Main branch]
2015-01-20 05:30:21 -05:00
UnrealBot
ea4dfacd88 Snapshot for changelist 2410693.
[CL 2410693 in Main branch]
2015-01-19 05:38:08 -05:00