aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/BaseRepositoryBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* Support gitdir: refs in BaseRepositoryBuilder.findGitDirKevin Sawicki2012-06-041-25/+32
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Support gitdir references in working tree .git fileKevin Sawicki2012-02-081-4/+46
* Add constant for default name for the Git repo configurationTomasz Zarna2012-01-021-1/+1
* RepositoryBuilder: Allow callers to require repository existsShawn O. Pearce2011-02-151-1/+26
* Correct GIT_INDEX_FILE environment variableShawn O. Pearce2010-12-221-2/+2
* Fix findGitDir() with no ceiling directoriesShawn O. Pearce2010-12-051-1/+2
* Add missing license headerMatthias Sohn2010-12-031-0/+43
* Fix concurrent read / write issue in LockFile on WindowsJens Baumgart2010-07-271-1/+1
* amend commit: Refactor repository construction to builder classShawn O. Pearce2010-07-031-1/+1
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-261-0/+3
* Refactor repository construction to builder classShawn O. Pearce2010-06-251-0/+613