Sep.Git.Tfs.Globals.WarnOnGitVersion C# (CSharp) Method

WarnOnGitVersion() public method

public WarnOnGitVersion ( ) : void
return void
        public void WarnOnGitVersion()
        {
            if (GitVersion != null && GitVersion.Contains("git version 1.8.4"))
                Trace.TraceWarning(@"WARNING!!!! You are using a version of git (1.8.4) that causes problems when using git-tfs!
            If you are experiencing some crashes using git-tfs, perhaps you could get a newer or older version of git.
            For more information, see https://github.com/git-tfs/git-tfs/issues/448 ");
        }