aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/InitCommand.java
Commit message (Expand)AuthorAgeFilesLines
* 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