Searched refs:GitRepository (Results 1 - 4 of 4) sorted by relevance

/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DGitRepositoryTest.java43 GitRepository instance;
48 instance = new GitRepository();
58 * Test of parseAnnotation method, of class GitRepository.
92 * Test of fileHasAnnotation method, of class GitRepository.
101 * Test of fileHasHistory method, of class GitRepository.
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DRepositoryFactory.java44 new GitRepository(),
H A DGitHistoryParser.java56 private GitRepository repository = new GitRepository();
207 repository = (GitRepository) repos;
H A DGitRepository.java55 public class GitRepository extends Repository { class in inherits:Repository
58 Logger.getLogger(GitRepository.class.getName());
80 public GitRepository() { method in class:GitRepository

Completed in 14 milliseconds