aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/RepositoryCache.java
Commit message (Expand)AuthorAgeFilesLines
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-261-0/+1
* Allow Repository.getDirectory() to be nullShawn O. Pearce2010-06-251-2/+8
* Make lib.Repository abstract and lib.FileRepository its implementationShawn O. Pearce2010-06-251-1/+1
* Repository can be configured with FSMarc Strapetz2010-06-041-18/+35
* Introduce a named constant for the ".git" directory extensionRobin Rosenberg2010-01-151-2/+2
* Introduce a named constant for the .git directory.Robin Rosenberg2010-01-151-2/+2
* Move pure IO utility functions to a utility class of its own.Robin Rosenberg2009-10-311-2/+2
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+390