GetAbsolutePath() public method

public GetAbsolutePath ( ) : string
return string
		private static void ShutdownGit(GitRepositoryFolder repositoryFolder)
		{
            string path = repositoryFolder.GetAbsolutePath();
			var git = NGit.Api.Git.Open(path);
			git.GetRepository().Close();
			WindowCache.Reconfigure(new WindowCacheConfig());
		}
Example #2
0
        private static void ShutdownGit(GitRepositoryFolder repositoryFolder)
        {
            string path = repositoryFolder.GetAbsolutePath();
            var    git  = NGit.Api.Git.Open(path);

            git.GetRepository().Close();
            WindowCache.Reconfigure(new WindowCacheConfig());
        }