aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/RefDirectory.java
Commit message (Expand)AuthorAgeFilesLines
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-261-1006/+0
* Redo event listeners to be more genericShawn O. Pearce2010-06-251-1/+2
* Make lib.Repository abstract and lib.FileRepository its implementationShawn O. Pearce2010-06-251-2/+2
* Replace manual peel loops with RevWalk.peelShawn O. Pearce2010-06-231-5/+1
* Use CoreConfig, UserConfig and TransferConfig directlyShawn O. Pearce2010-06-231-1/+1
* Repository can be configured with FSMarc Strapetz2010-06-041-4/+5
* Externalize strings from JGitSasa Zivkov2010-05-191-11/+12
* Optimize ref scanningRobin Rosenberg2010-04-131-5/+6
* Replace writeSymref with RefUpdate.linkShawn O. Pearce2010-01-231-18/+9
* Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-231-0/+1015