コード例 #1
0
		public string GetFileContent(RevCommit commit, string path)
		{
			return commit.GetFileContent(path, _git.GetRepository());
		}