Searched refs:GitHistoryParser (Results 1 - 3 of 3) sorted by relevance

/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DGitHistoryParserTest.java40 GitHistoryParser instance;
58 instance = new GitHistoryParser();
67 * Test of parse method, of class GitHistoryParser.
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DGitHistoryParser.java47 class GitHistoryParser implements Executor.StreamHandler { class in inherits:Executor.StreamHandler
49 Logger.getLogger(GitHistoryParser.class.getName());
H A DGitRepository.java580 return new GitHistoryParser().parse(file, this, sinceRevision);

Completed in 10 milliseconds