aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/BaseRepositoryBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* init: allow specifying the initial branch name for the new repositoryMatthias Sohn2021-02-221-0/+42
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-8/+11
* Constants for objects and info/{http-,}alternatesDavid Turner2019-08-021-1/+1
* refactor: simplify collection.toArray()Michael Keppler2018-08-231-1/+1
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-20/+62
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* BaseRepositoryBuilder should trim CR from .git symrefMarc Strapetz2015-11-031-1/+2
* Silence resource leak warnings where caller is responsible to closeMatthias Sohn2015-05-261-2/+4
* Let RepositoryBuilder find bare reposChristian Halstrick2014-11-121-1/+5
* Canonicalize worktree path in BaseRepositoryBuilder if set via configRobin Stocker2013-12-121-1/+1
* Fix broken symbolic links on Cygwin.John Ross2013-12-021-4/+4
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-1/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-3/+3
* 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