Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Commit to bare repo.

Oops

   RevCommit = new RevCommit(headCommit);
   RevTree rootTree = RevCommit.getTree();

RevCommit revCommit = new RevCommit(headCommit);
RevTree rootTree = revCommit.getTree(); 

Back to the top