throw new GitImporterException("Error while setting the git path: " + gitPath, e);
} catch (JavaGitException e) {
throw new GitImporterException("Error while setting the git path: " + gitPath, e);
}
fMonitor.worked(1);
fMapper = new GITModelMapper(fSession);
// Importing from a local (or pre-downloaded repository)
fMonitor.subTask("Connecting to the local git repository location");
fDotGit = DotGit.getInstance(fGitRepositoryLocation);
fMonitor.worked(2);