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