コード例 #1
0
 @NotNull
 public String getHash() {
   return revision.getRev();
 }
コード例 #2
0
 public synchronized byte[] loadContent() throws IOException, VcsException {
   final VirtualFile root = GitUtil.getGitRoot(path);
   return GitFileUtils.getFileContent(
       project, root, revision.getRev(), VcsFileUtil.relativePath(root, path));
 }