aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/InitCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Submodules: use relative paths for worktree and gitdirSimon Eder2024-12-111-1/+22
* init: add config option to set default for the initial branch nameMatthias Sohn2021-02-221-3/+10
* init: allow specifying the initial branch name for the new repositoryMatthias Sohn2021-02-221-0/+23
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* InitCommand: Don't leave Repository open after Git is closedDavid Pursehouse2018-02-141-1/+4
* InitCommand: option to set FS to be usedMarc Strapetz2017-12-291-0/+20
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-5/+9
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Allow explicit configuration of git directory in InitCommandChristian Halstrick2014-12-151-9/+79
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+1
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-3/+2
* Allow InitCommand to run on existing git reposChristian Halstrick2011-03-291-2/+3
* Use parent directory in InitCommand if directory is "."Philipp Thun2011-03-161-1/+3
* Make --git-dir optional for 'jgit init'Philipp Thun2011-03-151-1/+1
* Add InitCommandChris Aniszczyk2010-12-051-0/+120